[jbosscache-commits] JBoss Cache SVN: r5186 - in core/tags/1.4.1.SP9: docs and 1 other directories.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jan 22 05:50:19 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-22 05:50:19 -0500 (Tue, 22 Jan 2008)
New Revision: 5186

Modified:
   core/tags/1.4.1.SP9/build.xml
   core/tags/1.4.1.SP9/docs/Changelog.txt
   core/tags/1.4.1.SP9/src/org/jboss/cache/Version.java
Log:
Updated version details to release 1.4.1.SP9

Modified: core/tags/1.4.1.SP9/build.xml
===================================================================
--- core/tags/1.4.1.SP9/build.xml	2008-01-22 10:48:02 UTC (rev 5185)
+++ core/tags/1.4.1.SP9/build.xml	2008-01-22 10:50:19 UTC (rev 5186)
@@ -6,7 +6,7 @@
 
    <property name="module.name" value="JBossCache"/>
    <!--We now requires version to have no white space since Ant+JBossAop will sometime choke. -->
-   <property name="module.version" value="1.4.1.SP8"/>
+   <property name="module.version" value="1.4.1.SP9"/>
    <property name="implementation.url" value="http://www.jboss.com/products/jbosscache"/>
    <property file="build.properties"/>
    <property name="root.dir" value="${basedir}"/>

Modified: core/tags/1.4.1.SP9/docs/Changelog.txt
===================================================================
--- core/tags/1.4.1.SP9/docs/Changelog.txt	2008-01-22 10:48:02 UTC (rev 5185)
+++ core/tags/1.4.1.SP9/docs/Changelog.txt	2008-01-22 10:50:19 UTC (rev 5186)
@@ -1,5 +1,14 @@
 $Id$
 
+
+Release 1.4.1.SP9 (January 22, 2008)
+====================================
+Patch release on 1.4.1.GA
+
+** Bug
+    *  [ JBCACHE-1246 ] TransactionTable leaks memory when used with FAIL_SILENTLY option
+    *  [ JBCACHE-1255 ] setUseInterceptorMbeans not available in TreeCacheMBean interface, causing problems when deployed in JBoss AS
+
 Release 1.4.1.SP8 (December 12, 2007)
 =====================================
 Patch release on 1.4.1.GA

Modified: core/tags/1.4.1.SP9/src/org/jboss/cache/Version.java
===================================================================
--- core/tags/1.4.1.SP9/src/org/jboss/cache/Version.java	2008-01-22 10:48:02 UTC (rev 5185)
+++ core/tags/1.4.1.SP9/src/org/jboss/cache/Version.java	2008-01-22 10:50:19 UTC (rev 5186)
@@ -10,9 +10,9 @@
  */
 public class Version
 {
-   public static final String version = "1.4.1.SP8";
+   public static final String version = "1.4.1.SP9";
    public static final String codename = "Cayenne";
-   public static byte[] version_id = {'0', '1', '4', '1', 'S', 'P', '8'};
+   public static byte[] version_id = {'0', '1', '4', '1', 'S', 'P', '9'};
    public static final String cvs = "$Id$";
 
    private static final int MAJOR_SHIFT = 11;




More information about the jbosscache-commits mailing list