Skip to content

Commit

Permalink
Release notes and version number for 4.0.2.GA.
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Nov 15, 2014
1 parent f2da7c9 commit 5e3f957
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-common/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
effectively SP0).
-->

<property name="project.version" value="4.0.1.GA" overwrite="false" />
<property name="project.version" value="4.0.2.GA" overwrite="false" />

<!-- This version number should be changed if, but only if, there are incompatible
changes compared to the previous version. -->
Expand Down
19 changes: 19 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@

Build 4.0.2.GA
=============================

** Bug
* [NH-2779] - Session.Get() can throw InvalidCastException when log-level is set to DEBUG
* [NH-2782] - Linq: selecting into a new array doesn't work
* [NH-2831] - NH cannot load mapping assembly from GAC
* [NH-3049] - Mapping by code to Field not working
* [NH-3222] - NHibernate Futures passes empty tuples to ResultSetTransformer
* [NH-3650] - ComponentAsId<T> used more than once, cache first mapping and produces subsequently a sql select wrong
* [NH-3709] - Fix Reference to One Shot Delete and Inverse Collections
* [NH-3710] - Use of SetLockMode with DetachedCriteria causes null reference exception

** Task
* [NH-3697] - Ignore Firebird in NHSpecificTest.NH1981
* [NH-3698] - NHSpecificTest.NH1989 fails for some drivers


Build 4.0.1.GA
=============================

Expand Down

0 comments on commit 5e3f957

Please sign in to comment.