From: Michael D. <mik...@us...> - 2004-08-11 11:49:42
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8226 Modified Files: releasenotes.txt Log Message: Another minor tweak Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** releasenotes.txt 10 Aug 2004 23:42:36 -0000 1.7 --- releasenotes.txt 11 Aug 2004 11:49:17 -0000 1.8 *************** *** 6,11 **** - ConnectionProvider uses 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. --- 6,11 ---- - ConnectionProvider uses 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 cfg.xml now supported. ! - In 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. *************** *** 22,26 **** - Fixed bug with sending a one-to-many collection to be updated that involves inserting a new row. - PreAlpha Build 6 ======================== --- 22,25 ---- |