[hibernate-commits] Hibernate SVN: r20167 - core/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 18 14:42:16 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-08-18 14:42:16 -0400 (Wed, 18 Aug 2010)
New Revision: 20167

Modified:
   core/trunk/changelog.txt
Log:
changelog in prep for 3.6.0.Beta3

Modified: core/trunk/changelog.txt
===================================================================
--- core/trunk/changelog.txt	2010-08-18 18:36:09 UTC (rev 20166)
+++ core/trunk/changelog.txt	2010-08-18 18:42:16 UTC (rev 20167)
@@ -5,6 +5,36 @@
 refer to the particular case on JIRA using the issue tracking number to learn
 more about each case.
 
+Changes in version 3.6.0.Beta2 (2010.08.18)
+-------------------------------------------
+http://opensource.atlassian.com/projects/hibernate/browse/HHH/fixforversion/11133
+
+** Sub-task
+    * [HHH-5464] - Write a chapter about obtaining Hibernate
+
+** Bug
+    * [HHH-1643] - Sub-query as function parameter - either sub-query is missed from SQL or NullPointerException raised
+    * [HHH-5180] - StandardQueryCache.get() does not handle EntityNotFoundException for natural key lookups
+    * [HHH-5426] - HQL update/delete does not invalidate the query cache
+    * [HHH-5449] - Versioned HQL update might issue incorrect SQL
+    * [HHH-5469] - HHH-3659 is only half done, due to HHH-4989 (i.e. no HQL performance log when running Java 5)
+    * [HHH-5473] - Default for CHECK_NULLABILITY does not allow merge retries
+
+** Improvement
+    * [HHH-5438] - Skip deployment of "irrelevant" modules
+    * [HHH-5439] - Deployment of site.xml
+    * [HHH-5474] - Clean up usages of now deprecated ExtendedMappings
+    * [HHH-5477] - Introduce StandardBasicTypes for standard basic type constants
+
+** Patch
+    * [HHH-5300] - Configurable QueryPlanCache reference counts (Manuel Dominguez Sarmiento)
+
+** Task
+    * [HHH-5451] - deprecate cglib as bytecode provider
+    * [HHH-5479] - Upgrade jDocBook plugin to 2.3.0
+    * [HHH-5485] - Move hiberante dtd files from http://hibernate.sourceforge.net to http://www.hibernate.org/dtd
+
+
 Changes in version 3.6.0.Beta2 (2010.08.04)
 -------------------------------------------
 http://opensource.atlassian.com/projects/hibernate/browse/HHH/fixforversion/11132



More information about the hibernate-commits mailing list