From: Michael D. <mik...@us...> - 2004-10-30 14:42:52
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17356 Modified Files: releasenotes.txt Log Message: Began release notes for next build. Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** releasenotes.txt 22 Sep 2004 08:00:29 -0000 1.16 --- releasenotes.txt 30 Oct 2004 14:42:38 -0000 1.17 *************** *** 1,2 **** --- 1,18 ---- + Alpha Build 0.4.0.0 + ======================== + - Started work on documentation. + - Improved Cache to use pluggable CacheProviders like Hibernate 2.1. (Kevin Williams) + - Removed properties UseScrollableResults, BatchSize, and FetchSize - not applicable to ADO.NET. + - Fixed problem with object not getting removed from Cache when Evicted from Session. + - Added to MySqlDialect a mapping from DbType.Guid to varchar(40) for schema-export. (Thomas Kock) + - Added lowercase-underscore naming strategy. (Corey Behrends) + - Fixed bug with access="field" and no type="" attribute causing Exception in ReflectHelper. + - Removed IVersionType implementation from TimeType and DateType. + - Moved Eg namespace from NHibernate core to NHibernate.Eg project. + - Added guid.comb id generator. (Donald Mull) + - Added ability to configure with a cfg.xml embedded as a resource in an assembly (Thomas Kock) + - Fixed PostgreSQLDialect binding of Limit Parameters. (Martijn Boland) + - Began restructure of lib folder to support net-1.0, net-1.1, net-2.0, and mono-1.0 in build. Still only 'officially' supports net-1.1. + Alpha Build 0.3.0.0 ======================== |