Skip to content

Commit c0b3bb1

Browse files
committed
Release notes and version for 4.0.0.GA.
1 parent c6b2dbb commit c0b3bb1

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

build-common/common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
effectively SP0).
6161
-->
6262

63-
<property name="project.version" value="4.0.0.CR1" overwrite="false" />
63+
<property name="project.version" value="4.0.0.GA" overwrite="false" />
6464

6565
<!-- This version number should be changed if, but only if, there are incompatible
6666
changes compared to the previous version. -->

releasenotes.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Build 4.0.0.CR1
1+
Build 4.0.0.GA
22
=============================
33

4-
** Known BREAKING CHANGES from NH3.3.3.GA to 4.0.0.CR1
4+
** Known BREAKING CHANGES from NH3.3.3.GA to 4.0.0.GA
55

66
NHibernate now targets .Net 4.0. Many uses of set types from Iesi.Collections have
77
now been changed to use corresponding types from the BCL. The API for these types
@@ -47,6 +47,22 @@ Build 4.0.0.CR1
4747
to SQL and therefore the wrong value was returned. This use of unary minus is now
4848
implemented in the mathematically correct way.
4949

50+
51+
** Bug
52+
* [NH-3638] - Mapping-by-code is occasionally picking the wrong column name
53+
* [NH-3654] - Internal access of PersistentGenericBag removed
54+
55+
** Improvement
56+
* [NH-3415] - Add Overload to IGeneratorMapper.Params That Receives a Dictionary
57+
* [NH-3657] - Map By Code - One to One Missing Class Action
58+
59+
** Patch
60+
* [NH-3529] - Add linqtohql.generatorsregistry to nhibernate-configuration.xsd
61+
62+
63+
Build 4.0.0.CR1
64+
=============================
65+
5066
** Bug
5167
* [NH-3455] - QueryOver + selecting a component + OrderBy = wrong OrderBy in SQL
5268
* [NH-3581] - nhibernate.everything.sln doesn't compile

0 commit comments

Comments
 (0)