[hibernate-commits] Hibernate SVN: r14810 - in core/branches/Branch_3_2_4_SP1_CP: lib and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jun 25 03:29:21 EDT 2008


Author: gbadner
Date: 2008-06-25 03:29:21 -0400 (Wed, 25 Jun 2008)
New Revision: 14810

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/lib/version-dist.properties
   core/branches/Branch_3_2_4_SP1_CP/lib/version.properties
   core/branches/Branch_3_2_4_SP1_CP/readme.txt
   core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java
Log:
JBPAPP-918 - update version to 3.2.4.sp1.cp04


Modified: core/branches/Branch_3_2_4_SP1_CP/build.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/build.xml	2008-06-25 05:26:15 UTC (rev 14809)
+++ core/branches/Branch_3_2_4_SP1_CP/build.xml	2008-06-25 07:29:21 UTC (rev 14810)
@@ -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="cp03"/>
+    <property name="version.cp" value="cp04"/>
     <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}"/>
@@ -669,7 +669,7 @@
 		</jar>
 	</target>
 
-	<target name="dist" depends="init,versioncheck,jar,testjar"
+	<target name="dist" depends="init,versioncheck,jar,testjar,javadoc"
 		description="Build everything and package">
 		<mkdir dir="${dir.dist}" />
 

Modified: core/branches/Branch_3_2_4_SP1_CP/changelog.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/changelog.txt	2008-06-25 05:26:15 UTC (rev 14809)
+++ core/branches/Branch_3_2_4_SP1_CP/changelog.txt	2008-06-25 07:29:21 UTC (rev 14810)
@@ -5,9 +5,21 @@
 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.cp04
+-------------------------------------------
 
-Changes in version 3.2.4.sp1.cp03 (2008.05.02)
+** Bug
+    * [JBPAPP-231] - MasterDetailTest fails against MSSQL 2005
+    * [JBPAPP-838 / HHH-957] - SubqueryExpression throws ClassCastException on DetachedCriteria subqueries
+    * [JBPAPP-859 / HBX-757] - Add output file name, delimiter, halt on error, and format options to SchemaUpdate	 
+    * [JBPAPP-883 / HHH-3006] - ConcurrentModificationException in AbstractBatcher results in infinite loop
+
+** Task
+    * [JBPAPP-917] - Change build.xml to target JDK 1.5
+
+Changes in version 3.2.4.sp1.cp03
 -------------------------------------------
+
 ** Task
     * [HIBERNATE-92] - Update dependencies to be consistent with EAP 4.2 CP03
 

Modified: core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties	2008-06-25 05:26:15 UTC (rev 14809)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties	2008-06-25 07:29:21 UTC (rev 14810)
@@ -1,6 +1,6 @@
 hibernate.lib=hibernate3.jar
 hibernate.ignorecheck=true
-hibernate.version=3.2.4.SP1_CP03-brew
+hibernate.version=3.2.4.SP1_CP04-brew
 hibernate.name=Hibernate core
 hibernate.when=runtime, required
 

Modified: core/branches/Branch_3_2_4_SP1_CP/lib/version.properties
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/lib/version.properties	2008-06-25 05:26:15 UTC (rev 14809)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version.properties	2008-06-25 07:29:21 UTC (rev 14810)
@@ -39,7 +39,7 @@
 cleanimports.name=cleanimports
 cleanimports.when=buildtime
 
-hibernate.version=3.2.4.SP1_CP03-brew
+hibernate.version=3.2.4.SP1_CP04-brew
 hibernate.name=Hibernate core
 hibernate.when=runtime, required
 

Modified: core/branches/Branch_3_2_4_SP1_CP/readme.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/readme.txt	2008-06-25 05:26:15 UTC (rev 14809)
+++ core/branches/Branch_3_2_4_SP1_CP/readme.txt	2008-06-25 07:29:21 UTC (rev 14810)
@@ -1,6 +1,6 @@
 Hibernate - Relational Persistence for Idiomatic Java
 =====================================================
-version 3.2.4.sp1.cp03, May 2, 2008
+version 3.2.4.sp1.cp04
 Copyright © 2008 Red Hat, Inc.
 
 

Modified: core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java	2008-06-25 05:26:15 UTC (rev 14809)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java	2008-06-25 07:29:21 UTC (rev 14810)
@@ -153,7 +153,7 @@
  */
 public final class Environment {
 
-	public static final String VERSION = "3.2.4.sp1.cp03";
+	public static final String VERSION = "3.2.4.sp1.cp04";
 
 	/**
 	 * <tt>ConnectionProvider</tt> implementor to use when obtaining connections




More information about the hibernate-commits mailing list