diff --git a/build-common/common.xml b/build-common/common.xml index 59a611c447b..4c25040f20c 100644 --- a/build-common/common.xml +++ b/build-common/common.xml @@ -60,7 +60,7 @@ effectively SP0). --> - + diff --git a/releasenotes.txt b/releasenotes.txt index a28ba423155..e1315982263 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -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 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 =============================