Skip to content

Commit

Permalink
Release 5.3.13 (#3145)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik authored Sep 1, 2022
1 parent d81375a commit 7cc1307
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-common/NHibernate.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<NhVersion Condition="'$(NhVersion)' == ''" >5.3</NhVersion>
<VersionPatch Condition="'$(VersionPatch)' == ''">13</VersionPatch>
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
<VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>

<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix).$(BuildNumber)</VersionSuffix>
Expand Down
25 changes: 24 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
Build 5.3.12
Build 5.3.13
=============================

Release notes - NHibernate - Version 5.3.13

6 issues were resolved in this release.

** Bug

#3134 ManyToMany - Tries to select not existing column in Mapping Table
#3113 Join fails on Oracle9Dialect
#3030 Memory leak named parameter holds entity references

** Improvement

#3120 Guards against use of a disposed session factory
#2994 Npgsql 6 is not compatible

** Task

* #3145 Release 5.3.13


Build 5.3.12
=============================

Release notes - NHibernate - Version 5.3.12
Expand Down

0 comments on commit 7cc1307

Please sign in to comment.