Author: steve.ebersole(a)jboss.com
Date: 2008-08-14 12:16:57 -0400 (Thu, 14 Aug 2008)
New Revision: 15072
Modified:
core/branches/Branch_3_3/changelog.txt
Log:
prep 3.3.0.GA
Modified: core/branches/Branch_3_3/changelog.txt
===================================================================
--- core/branches/Branch_3_3/changelog.txt 2008-08-14 15:58:54 UTC (rev 15071)
+++ core/branches/Branch_3_3/changelog.txt 2008-08-14 16:16:57 UTC (rev 15072)
@@ -10,9 +10,17 @@
-------------------------------------------
** Bug
+ * [HHH-2021] - org.hibernate.cache.QueryKey has a fragile equals() method
+ * [HHH-3333] - build Wiki has a typo and includes a lie re:jdk version
+ * [HHH-3378] - DB2CustomSQLTest fails, need "RESULT SETS 1" in proc
definitions
* [HHH-3430] - distribution bundles cglib directly instead of the hibernate
repackaging
+** Improvement
+ * [HHH-2926] - All *Event must inherit AbstractEvent
+ * [HHH-3247] - Provide more information in TypeMismatchException message
+
+
Changes in version 3.3.0.CR2 (2008.07.31)
-------------------------------------------