[hibernate-commits] Hibernate SVN: r11501 - branches/Branch_3_2/Hibernate3.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Wed May 9 13:46:00 EDT 2007
Author: steve.ebersole at jboss.com
Date: 2007-05-09 13:45:59 -0400 (Wed, 09 May 2007)
New Revision: 11501
Modified:
branches/Branch_3_2/Hibernate3/changelog.txt
Log:
prep 3.2.4
Modified: branches/Branch_3_2/Hibernate3/changelog.txt
===================================================================
--- branches/Branch_3_2/Hibernate3/changelog.txt 2007-05-09 17:36:08 UTC (rev 11500)
+++ branches/Branch_3_2/Hibernate3/changelog.txt 2007-05-09 17:45:59 UTC (rev 11501)
@@ -6,6 +6,30 @@
more about each case.
+Changes in version 3.2.4 (2007.05.09)
+-------------------------------------------
+
+** Bug
+ * [HHH-511] - reattach object from same session
+ * [HHH-2316] - org.hibernate.cache.CacheKey.equals() can cause PropertyAccessException to be thrown
+ * [HHH-2553] - New LoadContexts Implementation causing possible performance degradation
+ * [HHH-2602] - instrumented many-to-one problem with aggressive release
+
+** Deprecation
+ * [HHH-2603] - Deprecate the Session.connection() method
+
+** Improvement
+ * [HHH-2549] - Warn users explicitly about schemaexport and schemaupdate does not support annotations
+
+** New Feature
+ * [HHH-1] - Optimize Hibernate for the bulk insertion of related entities
+
+** Patch
+ * [HHH-2301] - Identity generator with custom insert SQL broken in 3.2 (Scott Rankin and Gail Badner)
+ * [HHH-2336] - paremeterizable and typedef-able UserCollectionType (Holger Brands)
+ * [HHH-2580] - Performace: Too many lookups of WAS extended transaction support (Jesper Udby)
+
+
Changes in version 3.2.3 (2007.04.02)
-------------------------------------------
More information about the hibernate-commits
mailing list