diff --git a/appveyor.yml b/appveyor.yml index 70765f4d445..bd4cb525ae6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.2.4.{build} +version: 5.2.5.{build} image: Visual Studio 2017 environment: matrix: diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index 9e59c2114bf..4ea7acbd671 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -3,7 +3,7 @@ 5 2 - 4 + 5 $(VersionMajor).$(VersionMinor).$(VersionPatch) diff --git a/build-common/common.xml b/build-common/common.xml index e4639447d98..26e5302a66d 100644 --- a/build-common/common.xml +++ b/build-common/common.xml @@ -13,8 +13,8 @@ - - + + diff --git a/releasenotes.txt b/releasenotes.txt index 4db8bb7aa9b..35275bdd3b3 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,21 @@ +Build 5.2.5 +============================= + +Release notes - NHibernate - Version 5.2.5 + +5 issues were resolved in this release. + +** Bug + + * #2075 Missing cast when comparing a guid and string columns in SAP SQL Anywhere + * #2046 Fix nullable Guid ToString is not translated correctly on some dialects + * #2043 System.Reflection.TargetException when an interface is used as class mapping proxy definition + * #2040 Incorrect SQL when comparing a guid and string column in Sql Server + +** Task + + * #2086 Release 5.2.5 + Build 5.2.4 ============================= @@ -324,6 +342,24 @@ 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.5 +============================= + +Release notes - NHibernate - Version 5.1.5 + + ##### Possible Breaking Changes ##### + * Using DML on an entity collection was applying the changes without + filtering according to the entity. It will now throw a + NotSupportedException. + +** Bug + + * #2043 System.Reflection.TargetException when an interface is used as class mapping proxy definition + * #2020 Throw for DML on filter + +** Task + * #2074 Release 5.1.5 + Build 5.1.4 ============================= @@ -569,6 +605,24 @@ Release notes - NHibernate - Version 5.1.0 As part of releasing 5.1.0, a missing 5.0.0 possible breaking change has been added about inequality semantic in LINQ queries. See 5.0.0 possible breaking changes. +Build 5.0.7 +============================= + +Release notes - NHibernate - Version 5.0.7 + + ##### Possible Breaking Changes ##### + * Using DML on an entity collection was applying the changes without + filtering according to the entity. It will now throw a + NotSupportedException. + +** Bug + + * #2043 System.Reflection.TargetException when an interface is used as class mapping proxy definition + * #2020 Throw for DML on filter + +** Task + * #2073 Release 5.0.7 + Build 5.0.6 =============================