[hibernate-commits] Hibernate SVN: r17921 - core/branches/Branch_3_2_4_SP1_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Nov 5 01:02:09 EST 2009


Author: stliu
Date: 2009-11-05 01:02:09 -0500 (Thu, 05 Nov 2009)
New Revision: 17921

Modified:
   core/branches/Branch_3_2_4_SP1_CP/build.xml
   core/branches/Branch_3_2_4_SP1_CP/changelog.txt
   core/branches/Branch_3_2_4_SP1_CP/readme.txt
Log:
JBPAPP-3039 Create new Hibernate core tag (JBOSS_EAP_3_2_4_SP1_CP09) for EAP 4.2.0.GA CP08 / 4.3.0.GA CP07

Modified: core/branches/Branch_3_2_4_SP1_CP/build.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/build.xml	2009-11-05 05:55:19 UTC (rev 17920)
+++ core/branches/Branch_3_2_4_SP1_CP/build.xml	2009-11-05 06:02:09 UTC (rev 17921)
@@ -24,7 +24,7 @@
 	<property name="version.minor" value="2"/>
 	<property name="version.micro" value="4"/>
     <property name="version.qualifier" value="sp1"/>
-    <property name="version.cp" value="cp08"/>
+    <property name="version.cp" value="cp09"/>
     <property name="version.full" value="${version.major}.${version.minor}.${version.micro}.${version.qualifier}.${version.cp}"/>
     <property name="version.major_minor" value="${version.major}.${version.minor}"/>
     <property name="fullname" value="${name}-${version.full}"/>

Modified: core/branches/Branch_3_2_4_SP1_CP/changelog.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/changelog.txt	2009-11-05 05:55:19 UTC (rev 17920)
+++ core/branches/Branch_3_2_4_SP1_CP/changelog.txt	2009-11-05 06:02:09 UTC (rev 17921)
@@ -5,6 +5,18 @@
 refer to the particular case on JIRA using the issue tracking number to learn
 more about each case.
 
+Changes in version 3.2.4.sp1.cp09
+-------------------------------------------
+
+** Bug
+    * [JBPAPP-1061 / HHH-4397] - Tests using sequences are run on databases which doesn't supports sequences
+    * [JBPAPP-1068 / HHH-4500] - MSSQL, Oracle - Mapping inconsistency
+    * [JBPAPP-1998 / HHH-4217] - Wrong exception thrown on optimistic locking failure due to deleted entity using hibernate.jdbc.batch_versioned_data=false
+    * [JBPAPP-2715 / HHH-4114] - Core - ASTParserLoadingTest fails due to missing "bit_length" function
+    * [JBPAPP-2716 / HHH-4115] - Core - FooBarTest - "operator does not exist: character varying = integer"
+    * [JBPAPP-2900 / HHH-4486] - Account for MySQL's <DROP TEMPORARY TABLE> statement
+    * [JBPAPP-2910 / HHH-4415] - TestCase could check for superclass of Dialect before skipping it
+
 Changes in version 3.2.4.sp1.cp08
 -------------------------------------------
 

Modified: core/branches/Branch_3_2_4_SP1_CP/readme.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/readme.txt	2009-11-05 05:55:19 UTC (rev 17920)
+++ core/branches/Branch_3_2_4_SP1_CP/readme.txt	2009-11-05 06:02:09 UTC (rev 17921)
@@ -1,6 +1,6 @@
 Hibernate - Relational Persistence for Idiomatic Java
 =====================================================
-version 3.2.4.sp1.cp08
+version 3.2.4.sp1.cp09
 Copyright © 2009 Red Hat, Inc.
 
 



More information about the hibernate-commits mailing list