From ac7a6f1563b6d61e849419edd06b82652d29689d Mon Sep 17 00:00:00 2001 From: Oskar Berggren Date: Sun, 18 Dec 2016 17:20:31 +0100 Subject: [PATCH] Prep for 4.1.0.GA release. --- build-common/common.xml | 4 ++-- releasenotes.txt | 13 ++++++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/build-common/common.xml b/build-common/common.xml index eedfef35330..fed321120d6 100644 --- a/build-common/common.xml +++ b/build-common/common.xml @@ -52,11 +52,11 @@ effectively SP0). --> - + - + diff --git a/releasenotes.txt b/releasenotes.txt index dcccab623b9..0bf29965b74 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,7 +1,7 @@ -Build 4.1.0.CR1 +Build 4.1.0.GA ============================= - ##### Possible Breaking Changes ##### + ##### Possible Breaking Changes Since 4.0 ##### Proxies for classes that used lazy fields (not collections) would have any exceptions from the entity wrapped in TargetInvocationException. This wrapping exception have now been removed. Where relevant, you should instead catch @@ -14,6 +14,13 @@ Build 4.1.0.CR1 Example: A LINQ query should now use 'x=>x.Name.IndexOf("a") == -1' to pick objects where the name doesn't contain the letter "a". +** Bug + * [NH-3885] - ThreadSafeDictionary is not threadsafe + + +Build 4.1.0.CR1 +============================= + ** Bug * [NH-2038] - No substring length check in RemoveAsAliasesFromSql * [NH-2127] - NHibernate cannot convert from decimal to int64 during OutputParamReturningDelegate.ExecuteAndExtract @@ -47,7 +54,7 @@ Build 4.1.0.CR1 * [NH-3666] - Setting native sql query cachable causes ArgumentNullException in CacheableResultTransformer. * [NH-3681] - NHibernate.HibernateException: Query Source could not be identified, when using join group and Sum() * [NH-3706] - NHibernate.Transform.Transformers should be static class - * [NH-3727] - Criteria which use SubqueryProjection. Cannot be executed more than once. Second try throws exception. + * [NH-3727] - Criteria which use SubqueryProjection. Cannot be executed more than once. Second try throws exception. * [NH-3741] - Many to Many mapping against interfaces fails (reverts to using ElementRelationMapper instead of ManyToManyRelationMapper) * [NH-3743] - Fetch with GroupBy throws NullReferenceException * [NH-3747] - Very weak support for predicates in Linq Aggregate functions