[hibernate-commits] Hibernate SVN: r15173 - core/branches/Branch_3_3.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Sep 10 12:33:45 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-09-10 12:33:44 -0400 (Wed, 10 Sep 2008)
New Revision: 15173

Modified:
   core/branches/Branch_3_3/changelog.txt
Log:
prep 3.3.1 release

Modified: core/branches/Branch_3_3/changelog.txt
===================================================================
--- core/branches/Branch_3_3/changelog.txt	2008-09-10 16:24:39 UTC (rev 15172)
+++ core/branches/Branch_3_3/changelog.txt	2008-09-10 16:33:44 UTC (rev 15173)
@@ -6,6 +6,28 @@
 more about each case.
 
 
+Changes in version 3.3.1.GA (2008.09.10)
+-------------------------------------------
+
+** Bug
+    * [HHH-2694] - create-drop with c3p0 causes SQLException
+    * [HHH-3231] - org.hibernate.id.enhanced.TableGenerator throws "IllegalArgumentException: alias not found: tbl" under Oracle
+    * [HHH-3472] - JTASessionContext broken for WebSphere
+
+** Improvement
+    * [HHH-2686] - Include a primary key in the sequence table used by id.enhanced.TableGenerator
+    * [HHH-3249] - Make o.h.id.enhanced.TableGenerator more extension-friendly
+    * [HHH-3424] - concat() with param binding fails function on derby
+    * [HHH-3454] - Allow enhanced.TableGenerator to segment itself per entity as default
+    * [HHH-3456] - Make o.h.id.enhanced.SequenceStyleGenerator more extension-friendly
+
+** New Feature
+    * [HHH-3471] - Provide true-false type that maps to int values
+
+** Task
+    * [HHH-3474] - Upgrade to use slf4j 1.5 (1.5.2)
+
+
 Changes in version 3.3.0.SP1 (2008.08.19)
 -------------------------------------------
 




More information about the hibernate-commits mailing list