From: <one...@us...> - 2003-02-19 12:38:28
|
Update of /cvsroot/hibernate/Hibernate2 In directory sc8-pr-cvs1:/tmp/cvs-serv7092 Modified Files: changelog.txt Log Message: recent changes Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/changelog.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** changelog.txt 2 Feb 2003 06:47:05 -0000 1.6 --- changelog.txt 19 Feb 2003 12:38:24 -0000 1.7 *************** *** 1,4 **** --- 1,25 ---- Hibernate Changelog =================== + Changes in version 2.0 beta 3 (2.2.2003) + ---------------------------------------- + * collections now deserialize correctly (fix for bug in beta 2) + * standardised on dom4j for XML parsing + * fixed bugs in collection caching (an exception occurred for some sorted collections and some kinds of maps) + * allowed null discriminators + * set autocommit to true in SchemaUpdate + * fixed a stack overflow that could occur in toString() of classes created with hbm2java (Max Andersen) + * fixed a bug where composite-element <parent> property was not being set after retrieval from cache + * added where attribute to collection mappings + * fixed a exception that occurred when wrapping collections with sort="MyComparator" (Jason Horne) + * objects with mutable="false" are now never updated + * fixed an exception that occurs with <key-many-to-one> association to a class with a composite id (Stefano Travelli) + * added SchemaExport Ant task (Rong C Ou) + * integrated latest CGLIB release (Juozas Baliuka) + - added support for new CGLIB reflection optimizer (Juozas Baliuka) + * improved query cache algorithm (Who?) + * fixed a bug in "object" type + * Lists and arrays now represent null elements as a missing row + * fixed a bug in Hibernate PreparedStatement cache where maxRows and fetchSize were not cleared before re-caching + Changes in version 2.0 beta 2 (2.2.2003) ---------------------------------------- |