Skip to content

Commit 5e3f957

Browse files
committed
Release notes and version number for 4.0.2.GA.
1 parent f2da7c9 commit 5e3f957

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Diff for: build-common/common.xml

+1-1
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.1.GA" overwrite="false" />
63+
<property name="project.version" value="4.0.2.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. -->

Diff for: releasenotes.txt

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2+
Build 4.0.2.GA
3+
=============================
4+
5+
** Bug
6+
* [NH-2779] - Session.Get() can throw InvalidCastException when log-level is set to DEBUG
7+
* [NH-2782] - Linq: selecting into a new array doesn't work
8+
* [NH-2831] - NH cannot load mapping assembly from GAC
9+
* [NH-3049] - Mapping by code to Field not working
10+
* [NH-3222] - NHibernate Futures passes empty tuples to ResultSetTransformer
11+
* [NH-3650] - ComponentAsId<T> used more than once, cache first mapping and produces subsequently a sql select wrong
12+
* [NH-3709] - Fix Reference to One Shot Delete and Inverse Collections
13+
* [NH-3710] - Use of SetLockMode with DetachedCriteria causes null reference exception
14+
15+
** Task
16+
* [NH-3697] - Ignore Firebird in NHSpecificTest.NH1981
17+
* [NH-3698] - NHSpecificTest.NH1989 fails for some drivers
18+
19+
120
Build 4.0.1.GA
221
=============================
322

0 commit comments

Comments
 (0)