From 0c0a2566c590441894851283fde4216a029edfb9 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, 6 Jan 2019 13:59:15 +0100 Subject: [PATCH 1/2] Release 5.2.2 --- appveyor.yml | 2 +- build-common/NHibernate.props | 2 +- build-common/common.xml | 4 ++-- releasenotes.txt | 15 +++++++++++++++ 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9abe523dd68..efdec2dc355 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.2.1.{build} +version: 5.2.2.{build} image: Visual Studio 2017 environment: matrix: diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index 443e9301623..d562c9cf623 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -3,7 +3,7 @@ 5 2 - 1 + 2 $(VersionMajor).$(VersionMinor).$(VersionPatch) diff --git a/build-common/common.xml b/build-common/common.xml index 636e5bcb1cb..3f4882f9acd 100644 --- a/build-common/common.xml +++ b/build-common/common.xml @@ -13,8 +13,8 @@ - - + + diff --git a/releasenotes.txt b/releasenotes.txt index 9b81586156a..e2d3f6f2584 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,18 @@ +Build 5.2.2 +============================= + +Release notes - NHibernate - Version 5.2.2 + +3 issues were resolved in this release. + +** Bug + + * #1954 Query space invalidation doesn't work for bulk actions + * #1269 NH-3069 - Cannot use Session.Lock with Version column on abstract base class + +** Task + + * #1957 Release 5.2.2 Build 5.2.1 ============================= From 1f0176b04980a9967a4299f587760c11dfa37b14 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, 6 Jan 2019 15:33:10 +0100 Subject: [PATCH 2/2] Adjust release notes and include 5.1.4 --- releasenotes.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/releasenotes.txt b/releasenotes.txt index e2d3f6f2584..6dbce440e2e 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -7,7 +7,7 @@ Release notes - NHibernate - Version 5.2.2 ** Bug - * #1954 Query space invalidation doesn't work for bulk actions + * #1953 Query space invalidation doesn't work for bulk actions * #1269 NH-3069 - Cannot use Session.Lock with Version column on abstract base class ** Task @@ -284,6 +284,15 @@ Release notes - NHibernate - Version 5.2.0 As part of releasing 5.2.0, a misnamed setting in 5.0.0 release notes has been fixed: transaction.use_connection_on_system_events correct name is transaction.use_connection_on_system_prepare +Build 5.1.4 +============================= + +Release notes - NHibernate - Version 5.1.4 + +** Bug + + * #1959 Backport Query space invalidation doesn't work for bulk actions + Build 5.1.3 =============================