Skip to content

Commit

Permalink
Release 5.3.10 (#2915)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Artiukhin <bahusdrive@gmail.com>
  • Loading branch information
fredericDelaporte and bahusoid authored Sep 26, 2021
1 parent f19d40d commit 2452db8
Show file tree
Hide file tree
Showing 2 changed files with 26 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)' == ''">10</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
26 changes: 25 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
Build 5.3.9
Build 5.3.10
=============================

Release notes - NHibernate - Version 5.3.10

11 issues were resolved in this release.

** Bug

* #2891 Fix nullable entity comparison with null and implicit/cross joins
* #2885 Do not serialize unnecessary members in SessionFactory
* #2882 Fix ArgumentNullException when provider is unable to open a connection
* #2871 If DbTransaction.Dispose throws an exception, the AdoTransaction is left in an inconsistent state
* #2860 Null reference when calling Trim() on interpolated string containing null property
* #2858 Casting to object and back to interface in Subquery causes incorrect SQL
* #2856 Distinct on Composite User Type property fails
* #2855 Error log from ReflectHelper.TypeFromAssembly() on Linq query
* #2611 One-to-zero-or-one relation not returning data when checking for null
* #1962 Failing Linq query on element index

** Task

* #2915 Release 5.3.10

Build 5.3.9
=============================

Release notes - NHibernate - Version 5.3.9
Expand Down

0 comments on commit 2452db8

Please sign in to comment.