From 85ce5cac2f1b944b039a41c5d3e5c1a7ea438cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= <12201973+fredericdelaporte@users.noreply.github.com> Date: Sun, 11 Jun 2023 19:03:14 +0200 Subject: [PATCH] Release 5.3.17 --- build-common/NHibernate.props | 2 +- releasenotes.txt | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index 24d559ff785..714717ed58a 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -5,7 +5,7 @@ 5.3 17 - dev + $(NhVersion).$(VersionPatch) $(VersionSuffix).$(BuildNumber) diff --git a/releasenotes.txt b/releasenotes.txt index feca1375199..1224428c9b6 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,4 +1,23 @@ -Build 5.3.16 +Build 5.3.17 +============================= + +Release notes - NHibernate - Version 5.3.17 + +5 issues were resolved in this release. + +** Bug + + * #3306 Invalid SQL when referencing nullable entity in correlated subquery + * #3304 Fix SetSnapShot CopyTo variance failure + * #3294 Undefined join type failure with cross joins and Informix + +** Task + + * #3315 Release 5.3.17 + * #3300 Backport handling of null DateTime parameters in Npgsql 6+ + + +Build 5.3.16 ============================= Release notes - NHibernate - Version 5.3.16