From 0d97d489bf9f90f4a1b2b21c187122282918c31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= <12201973+fredericDelaporte@users.noreply.github.com> Date: Wed, 30 May 2018 12:46:23 +0200 Subject: [PATCH 1/4] Release 5.1.3 --- appveyor.yml | 2 +- build-common/NHibernate.props | 2 +- build-common/common.xml | 4 ++-- releasenotes.txt | 14 ++++++++++++++ 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7132ba24ccd..c4f82989f1b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.1.2.{build} +version: 5.1.3.{build} image: Visual Studio 2017 environment: matrix: diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index 344344dad1a..331fd0bda73 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -2,7 +2,7 @@ 5 1 - 2 + 3 $(VersionMajor).$(VersionMinor).$(VersionPatch) diff --git a/build-common/common.xml b/build-common/common.xml index 089bd9828b1..3cbf4c1bb88 100644 --- a/build-common/common.xml +++ b/build-common/common.xml @@ -13,8 +13,8 @@ - - + + diff --git a/releasenotes.txt b/releasenotes.txt index 2da4aeca3bd..a807cea4372 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,17 @@ +Build 5.1.3 +============================= + +Release notes - NHibernate - Version 5.1.3 + +** Bug + + * #1711 Fix static proxy serialization + +** Task + + * #1716 Release 5.1.3 + + Build 5.1.2 ============================= From ec2c01c3e9eee342ae367e450d058f19b2d6bec4 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Thu, 7 Jun 2018 09:44:23 +1200 Subject: [PATCH 2/4] Update releasenotes.txt Add #1730 --- releasenotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.txt b/releasenotes.txt index a807cea4372..8476da77617 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -5,6 +5,7 @@ Release notes - NHibernate - Version 5.1.3 ** Bug + * #1730 Query cache always missed in session having altered the entities * #1711 Fix static proxy serialization ** Task From 0d56f3b0a6bc503f73bfc42c5d908cf957ac5838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= <12201973+fredericDelaporte@users.noreply.github.com> Date: Thu, 7 Jun 2018 10:40:06 +0200 Subject: [PATCH 3/4] Update releasenotes.txt Add #1732 --- releasenotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.txt b/releasenotes.txt index 8476da77617..515df818469 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -5,6 +5,7 @@ Release notes - NHibernate - Version 5.1.3 ** Bug + * #1732 Dictionary failure in Loader * #1730 Query cache always missed in session having altered the entities * #1711 Fix static proxy serialization From 144b08851c65e36ec7d5ee3089d1b85b5ae1e5f1 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Sun, 10 Jun 2018 17:35:53 +1200 Subject: [PATCH 4/4] Update releasenotes.txt Add #1741 --- releasenotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.txt b/releasenotes.txt index 515df818469..96e55077acf 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -5,6 +5,7 @@ Release notes - NHibernate - Version 5.1.3 ** Bug + * #1741 Fix DbType.Binary registration in DB2Dialect * #1732 Dictionary failure in Loader * #1730 Query cache always missed in session having altered the entities * #1711 Fix static proxy serialization