Skip to content

Commit

Permalink
Release 5.3.9 (#2837)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Jul 4, 2021
1 parent 832886d commit e5fcd13
Show file tree
Hide file tree
Showing 2 changed files with 29 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)' == ''">9</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
29 changes: 28 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
Build 5.3.8
Build 5.3.9
=============================

Release notes - NHibernate - Version 5.3.9

11 issues were resolved in this release.

** Bug

* #2835 Fix ExecuteWorkInIsolation ignores MultiTenancy configuration
* #2811 Remove session finalizer
* #2805 Model not mapped Exception
* #2802 ArgumentException on session Flush
* #2792 Arithmetic operations adding casts to SQLite that cause incorrect results
* #2791 Custom Equality Fails
* #2772 LINQ query returns NULL instead of expected result

** Test

* #2841 Fix possible test failure for SqlServer 2019
* #2814 Fix intermittent Firebird test errors
* #2812 Replace Travis CI with GitHub Actions

** Task

* #2837 Release 5.3.9

Build 5.3.8
=============================

Release notes - NHibernate - Version 5.3.8
Expand Down

0 comments on commit e5fcd13

Please sign in to comment.