Author: steve.ebersole(a)jboss.com
Date: 2008-09-10 13:07:39 -0400 (Wed, 10 Sep 2008)
New Revision: 15176
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 17:03:42 UTC (rev 15175)
+++ core/branches/Branch_3_3/changelog.txt 2008-09-10 17:07:39 UTC (rev 15176)
@@ -12,6 +12,7 @@
** 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-3392] - Query Cache entries are not distributable
* [HHH-3472] - JTASessionContext broken for WebSphere
** Improvement
@@ -20,8 +21,6 @@
* [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