From 2cc33127f2e005d93ab2db89ed3506fbc073fe89 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, 26 Jun 2021 22:58:02 +0200
Subject: [PATCH 1/2] Release 5.3.9
---
build-common/NHibernate.props | 2 +-
releasenotes.txt | 27 ++++++++++++++++++++++++++-
2 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props
index a5a83a10872..58282b88352 100644
--- a/build-common/NHibernate.props
+++ b/build-common/NHibernate.props
@@ -5,7 +5,7 @@
5.3
9
- dev
+
$(NhVersion).$(VersionPatch)
$(VersionSuffix).$(BuildNumber)
diff --git a/releasenotes.txt b/releasenotes.txt
index 42970569abb..f7b0a0e5137 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,4 +1,29 @@
-Build 5.3.8
+Build 5.3.9
+=============================
+
+Release notes - NHibernate - Version 5.3.9
+
+9 issues were resolved in this release.
+
+** Bug
+
+ * #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
+
+ * #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
From c2fb017fa5aed623efa53a0c7a9ee428b8c50664 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?=
<12201973+fredericdelaporte@users.noreply.github.com>
Date: Fri, 2 Jul 2021 17:39:42 +0200
Subject: [PATCH 2/2] Include two other issues
---
releasenotes.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/releasenotes.txt b/releasenotes.txt
index f7b0a0e5137..ed3fc2ce0c9 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -3,10 +3,11 @@
Release notes - NHibernate - Version 5.3.9
-9 issues were resolved in this release.
+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
@@ -16,6 +17,7 @@ Release notes - NHibernate - Version 5.3.9
** Test
+ * #2841 Fix possible test failure for SqlServer 2019
* #2814 Fix intermittent Firebird test errors
* #2812 Replace Travis CI with GitHub Actions