Skip to content

Commit ac7a6f1

Browse files
committed
Prep for 4.1.0.GA release.
1 parent fc7e895 commit ac7a6f1

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

build-common/common.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
effectively SP0).
5353
-->
5454

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

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

6161
<!-- Compute short project version (major.minor) using a regex -->
6262
<regex input="${project.version}" pattern="^(?'shortversion'\d+\.\d+)" />

releasenotes.txt

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Build 4.1.0.CR1
1+
Build 4.1.0.GA
22
=============================
33

4-
##### Possible Breaking Changes #####
4+
##### Possible Breaking Changes Since 4.0 #####
55
Proxies for classes that used lazy fields (not collections)
66
would have any exceptions from the entity wrapped in TargetInvocationException. This
77
wrapping exception have now been removed. Where relevant, you should instead catch
@@ -14,6 +14,13 @@ Build 4.1.0.CR1
1414
Example: A LINQ query should now use 'x=>x.Name.IndexOf("a") == -1' to pick objects where
1515
the name doesn't contain the letter "a".
1616

17+
** Bug
18+
* [NH-3885] - ThreadSafeDictionary is not threadsafe
19+
20+
21+
Build 4.1.0.CR1
22+
=============================
23+
1724
** Bug
1825
* [NH-2038] - No substring length check in RemoveAsAliasesFromSql
1926
* [NH-2127] - NHibernate cannot convert from decimal to int64 during OutputParamReturningDelegate.ExecuteAndExtract
@@ -47,7 +54,7 @@ Build 4.1.0.CR1
4754
* [NH-3666] - Setting native sql query cachable causes ArgumentNullException in CacheableResultTransformer.
4855
* [NH-3681] - NHibernate.HibernateException: Query Source could not be identified, when using join group and Sum()
4956
* [NH-3706] - NHibernate.Transform.Transformers should be static class
50-
* [NH-3727] - Criteria which use SubqueryProjection. Cannot be executed more than once. Second try throws exception.
57+
* [NH-3727] - Criteria which use SubqueryProjection. Cannot be executed more than once. Second try throws exception.
5158
* [NH-3741] - Many to Many mapping against interfaces fails (reverts to using ElementRelationMapper instead of ManyToManyRelationMapper)
5259
* [NH-3743] - Fetch with GroupBy throws NullReferenceException
5360
* [NH-3747] - Very weak support for predicates in Linq Aggregate functions

0 commit comments

Comments
 (0)