Skip to content

Commit

Permalink
Prep for 4.1.0.GA release.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarb committed Dec 18, 2016
1 parent fc7e895 commit ac7a6f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build-common/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
effectively SP0).
-->

<property name="project.version" value="4.1.0.CR1" overwrite="false" />
<property name="project.version" value="4.1.0.GA" overwrite="false" />

<!-- This version number should be changed if, but only if, there are incompatible
changes compared to the previous version. -->
<property name="project.default-assembly-version" value="4.1.0.3001" overwrite="false" />
<property name="project.default-assembly-version" value="4.1.0.4000" overwrite="false" />

<!-- Compute short project version (major.minor) using a regex -->
<regex input="${project.version}" pattern="^(?'shortversion'\d+\.\d+)" />
Expand Down
13 changes: 10 additions & 3 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ac7a6f1

Please sign in to comment.