Update of /cvsroot/hibernate/Hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv7312
Modified Files:
changelog.txt
Log Message:
recent changes
Index: changelog.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v
retrieving revision 1.296
retrieving revision 1.297
diff -C2 -d -r1.296 -r1.297
*** changelog.txt 28 Jan 2003 13:07:43 -0000 1.296
--- changelog.txt 19 Feb 2003 12:38:54 -0000 1.297
***************
*** 1,4 ****
--- 1,11 ----
Hibernate Changelog
===================
+ Changes in version 1.2.4
+ ------------------------
+ * fixed an exception that occurred wrapping collections with sort="MyComparator" (Jason Horne)
+ * mutable="false" objects are now never updated
+ * fixed an exception that occurs with <key-many-to-one> association to a class with a composite id (Stefano Travelli)
+ * fixed a bug in Hibernate PreparedStatement cache where maxRows and FetchSize were not cleared before re-caching
+
Changes in version 1.2.3 (28.1.2003)
------------------------------------
|