[hibernate-commits] Hibernate SVN: r11388 - in branches/Branch_3_2/Hibernate3: doc/reference/en and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 2 13:53:50 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-04-02 13:53:50 -0400 (Mon, 02 Apr 2007)
New Revision: 11388

Modified:
   branches/Branch_3_2/Hibernate3/build.xml
   branches/Branch_3_2/Hibernate3/changelog.txt
   branches/Branch_3_2/Hibernate3/doc/reference/en/master.xml
   branches/Branch_3_2/Hibernate3/readme.txt
   branches/Branch_3_2/Hibernate3/src/org/hibernate/cfg/Environment.java
Log:
prep 3.2.3 release

Modified: branches/Branch_3_2/Hibernate3/build.xml
===================================================================
--- branches/Branch_3_2/Hibernate3/build.xml	2007-04-02 17:49:01 UTC (rev 11387)
+++ branches/Branch_3_2/Hibernate3/build.xml	2007-04-02 17:53:50 UTC (rev 11388)
@@ -22,7 +22,7 @@
 	<property name="name2" value="hibernate3"/>
 	<property name="version.major" value="3"/>
 	<property name="version.minor" value="2"/>
-	<property name="version.micro" value="2"/>
+	<property name="version.micro" value="3"/>
     <property name="version.qualifier" value="ga"/>
     <property name="version.full" value="${version.major}.${version.minor}.${version.micro}.${version.qualifier}"/>
     <property name="version.major_minor" value="${version.major}.${version.minor}"/>

Modified: branches/Branch_3_2/Hibernate3/changelog.txt
===================================================================
--- branches/Branch_3_2/Hibernate3/changelog.txt	2007-04-02 17:49:01 UTC (rev 11387)
+++ branches/Branch_3_2/Hibernate3/changelog.txt	2007-04-02 17:53:50 UTC (rev 11388)
@@ -6,10 +6,40 @@
 more about each case.
 
 
-Chages in version 3.2.2 (2007.01.24)
+Changes in version 3.2.3 (2007.04.02)
 -------------------------------------------
 
 ** Bug
+    * [HHH-2376] - Query with fully qualified entity class fails
+    * [HHH-2392] - LockModes referencing non-root joined-subclass class in HQL/Criteria
+    * [HHH-2393] - Generated properties leave open ResultSet on Batcher to be closed on transaction completion
+    * [HHH-2397] - hilo generator can generate negative numbers because of arithmetic overflow
+    * [HHH-2469] - ArrayIndexOutOfBoundsException during update by rowid
+    * [HHH-2476] - PersistentMap.put() incorrect on uninitialized, non-extra-lazy map
+    * [HHH-2481] - Big memory leak in the use of CGLIB
+    * [HHH-2499] - incorrect assertion failure relating to generated property values
+    * [HHH-2513] - Abusive WARN logged during deserialization of replicated SessionFactory
+    * [HHH-2521] - Fix cascading of merge across component properties
+    * [HHH-2532] - update/delete executeUpdate() causes problems with JBossCache (at least in opt-locking setups)
+
+** Improvement
+    * [HHH-2495] - encapsulate the notion of state pertaining to processing a result set
+    * [HHH-2534] - better error message for illegal 'collection dereference' in HQL query
+    * [HHH-2535] - Change Cache' Cache71Dialect so that sequence support returns false
+
+** New Feature
+    * [HHH-2471] - create a set of "enhanced" generators
+    * [HHH-2500] - apply Terradata certification results
+
+** Patch
+    * [HHH-2367] - InformixDialect uses wrong data type
+    * [HHH-2489] - SQL comments for HQL bulk operations
+
+
+Changes in version 3.2.2 (2007.01.24)
+-------------------------------------------
+
+** Bug
     * [HHH-1471] - If the 'generated' attribute is set to 'insert' or 'always' on the property of a component it is ignored and the value is not read from the database.
     * [HHH-1646] - Bad code in FastClass.equals
     * [HHH-1889] - LockMode.UPGRADE not applied in all cases for SQL Server / Sybase
@@ -51,7 +81,7 @@
 
 
 
-Chages in version 3.2.1 (2006.11.16)
+Changes in version 3.2.1 (2006.11.16)
 -------------------------------------------
 
 ** Bug
@@ -106,7 +136,7 @@
 
 
 
-Chages in version 3.2.0.cr5 (2006.10.04) => retagged 3.2.0.ga (2006.10.16)
+Changes in version 3.2.0.cr5 (2006.10.04) => retagged 3.2.0.ga (2006.10.16)
 -------------------------------------------
 
 ** Bug
@@ -122,7 +152,7 @@
     * [HHH-1931] - verify that the instrument tasks actually work
 
 
-Chages in version 3.2.0.cr4 (2006.08.24)
+Changes in version 3.2.0.cr4 (2006.08.24)
 -------------------------------------------
 
 ** Bug
@@ -169,7 +199,7 @@
     * [HHH-1931] - verify that the instrument tasks actually work
 
 
-Chages in version 3.2 cr3 (2006.07.06)
+Changes in version 3.2 cr3 (2006.07.06)
 -------------------------------------------
 
 ** Bug
@@ -223,7 +253,7 @@
     * [HHH-1839] - rename FlushMode.NEVER -> FlushMode.MANUAL
 
 
-Chages in version 3.2 cr2 (2006.05.05)
+Changes in version 3.2 cr2 (2006.05.05)
 -------------------------------------------
 
 ** Bug
@@ -250,7 +280,7 @@
     * [HHH-1719] - Provide a ClassTransformer interface to the BytecodeProvider
 
 
-Chages in version 3.2 cr1 (2006.03.27)
+Changes in version 3.2 cr1 (2006.03.27)
 -------------------------------------------
 
 ** Bug
@@ -268,7 +298,7 @@
     * [HHH-1179] - support inline sequence id generation on Oracle using RETURNING clause
 
 
-Chages in version 3.2 alpha2 (2006.03.15)
+Changes in version 3.2 alpha2 (2006.03.15)
 -------------------------------------------
 
 ** Bug
@@ -284,7 +314,7 @@
     * [HHH-1559] - introduce TransactionFactory.isTransactionInProgress to facilitate EJB3 joinTransaction handling
 
 
-Chages in version 3.2 alpha1 (2006.02.28)
+Changes in version 3.2 alpha1 (2006.02.28)
 -------------------------------------------
 
 ** Bug

Modified: branches/Branch_3_2/Hibernate3/doc/reference/en/master.xml
===================================================================
--- branches/Branch_3_2/Hibernate3/doc/reference/en/master.xml	2007-04-02 17:49:01 UTC (rev 11387)
+++ branches/Branch_3_2/Hibernate3/doc/reference/en/master.xml	2007-04-02 17:53:50 UTC (rev 11388)
@@ -33,7 +33,7 @@
     <bookinfo>
         <title>HIBERNATE - Relational Persistence for Idiomatic Java</title>
         <subtitle>Hibernate Reference Documentation</subtitle>
-        <releaseinfo>3.2.2</releaseinfo>
+        <releaseinfo>3.2.3</releaseinfo>
     </bookinfo>
 
     <toc/>

Modified: branches/Branch_3_2/Hibernate3/readme.txt
===================================================================
--- branches/Branch_3_2/Hibernate3/readme.txt	2007-04-02 17:49:01 UTC (rev 11387)
+++ branches/Branch_3_2/Hibernate3/readme.txt	2007-04-02 17:53:50 UTC (rev 11388)
@@ -1,6 +1,6 @@
 Hibernate - Relational Persistence for Idiomatic Java
 =====================================================
-version 3.2.2, January 24, 2007
+version 3.2.3, April 2, 2007
 
 Instructions
 ------------

Modified: branches/Branch_3_2/Hibernate3/src/org/hibernate/cfg/Environment.java
===================================================================
--- branches/Branch_3_2/Hibernate3/src/org/hibernate/cfg/Environment.java	2007-04-02 17:49:01 UTC (rev 11387)
+++ branches/Branch_3_2/Hibernate3/src/org/hibernate/cfg/Environment.java	2007-04-02 17:53:50 UTC (rev 11388)
@@ -153,7 +153,7 @@
  */
 public final class Environment {
 
-	public static final String VERSION = "3.2.2";
+	public static final String VERSION = "3.2.3";
 
 	/**
 	 * <tt>ConnectionProvider</tt> implementor to use when obtaining connections




More information about the hibernate-commits mailing list