Update of /cvsroot/nhibernate/nhibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12497
Modified Files:
NHibernateSolution.build releasenotes.txt
Log Message:
preparing for build 5
Index: NHibernateSolution.build
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/NHibernateSolution.build,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** NHibernateSolution.build 2 Jul 2004 04:14:14 -0000 1.4
--- NHibernateSolution.build 8 Jul 2004 12:49:52 -0000 1.5
***************
*** 9,13 ****
<!-- global project settings -->
<property name="project.name" value="nhibernate" />
! <property name="project.version" value="0.0.5000.4" />
<!-- default configuration -->
--- 9,13 ----
<!-- global project settings -->
<property name="project.name" value="nhibernate" />
! <property name="project.version" value="0.0.5000.5" />
<!-- default configuration -->
Index: releasenotes.txt
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** releasenotes.txt 1 Jul 2004 21:06:30 -0000 1.2
--- releasenotes.txt 8 Jul 2004 12:49:52 -0000 1.3
***************
*** 1,2 ****
--- 1,13 ----
+ PreAlpah Build 5
+ ========================
+ - Added check in Configuration for 1.1 version of runtime.
+ - Removed reference in NHibernate.csproj to nunit.framework.dll.
+ - Fixed update="true" when values different than insert attribute.
+ - Enumerable with HQL now works with multiple results.
+ - Fixed NullReferenceException in EvictCollections.
+ - Fixed bug with lazy loaded sorted collections not loading correctly.
+ - Fixed problem with cascading deletes causing OutOfMemoryException.
+ - Implemented more TestFixtures.
+
PreAlpha Build 4
========================
|