From: Michael D. <mik...@us...> - 2004-08-09 21:12:02
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26549 Modified Files: releasenotes.txt Log Message: preparing for next build. Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** releasenotes.txt 23 Jul 2004 13:21:50 -0000 1.4 --- releasenotes.txt 9 Aug 2004 21:11:53 -0000 1.5 *************** *** 1,2 **** --- 1,25 ---- + PreAlpha Build 0.1.0.0 + ======================== + - Many more Tests implemented. + - Added Examples into CVS and zip. + - ConnectionProvider use settings passed to it by ConnectionProviderFactory instead of default settings. + - Hbm2Net moved from NHibernate folder to its own folder and NAnt Tasks for it contributed by Kevin Williams. + - Adding properties to Cfg instead of using app.config/web.config or hbm.cfg.xml now supported. + - In hbm.cfg.xml, an assembly where the resource can be found is now needed - ie: <mapping resource="" assembly="" />. + - nhibernate-configuration-2.0.xsd schema was updated to .net friendly names and all cfg.xml files are now validated. + - Fixed bug with classes having dynamic-insert and dynamic-update causing IndexOutOfRangeExceptions. + - Modified length of string for CultureInfoType. + - Added Firebird fixes contributed by Carlos Guzmán Álvarez. + - Changed TimestampType.Set to behaive like hibernate. Will not write a null value anymore - instead replaces it with DateTime.Now. + - Removed IVersionType interface from DecimalType. + - Add PropertyExpressions contributed by Carlos Guzmán Álvarez. + - Fixed bug with referencing joined classes properties in hql. + - Fixed IndexOutOfRangeException with NormalizedEntityPersister for versioned entities. + - Added ObjectType to TypeFactory and NHibernate. + - Fixed problem with hql subselects referencing a class in main query. + - Session is now Serializable. + - Fixed bug with sending a one-to-many collection to be updated that involves inserting a new row. + + PreAlpha Build 6 ======================== |