Skip to content

Commit

Permalink
preparing for build 5
Browse files Browse the repository at this point in the history
SVN: trunk@656
  • Loading branch information
Mike Doerfler committed Jul 8, 2004
1 parent 109ea8d commit 10b3e8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NHibernateSolution.build
Expand Up @@ -8,7 +8,7 @@

<!-- global project settings -->
<property name="project.name" value="nhibernate" />
<property name="project.version" value="0.0.5000.4" />
<property name="project.version" value="0.0.5000.5" />

<!-- default configuration -->
<property name="project.config" value="debug" />
Expand Down
11 changes: 11 additions & 0 deletions releasenotes.txt
@@ -1,3 +1,14 @@
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
========================
- Implemented most DomainModel classes and hbms for testing
Expand Down

0 comments on commit 10b3e8f

Please sign in to comment.