From cb93c77e89a041a77b063c722af3e1a589237528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= <12201973+fredericdelaporte@users.noreply.github.com> Date: Sat, 25 Sep 2021 20:26:20 +0200 Subject: [PATCH] Release 5.3.10 --- build-common/NHibernate.props | 2 +- releasenotes.txt | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index f1ec36e9b68..70d9751da71 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -5,7 +5,7 @@ 5.3 10 - dev + $(NhVersion).$(VersionPatch) $(VersionSuffix).$(BuildNumber) diff --git a/releasenotes.txt b/releasenotes.txt index ed3fc2ce0c9..0c550f8cd1c 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -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