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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Dec 11 12:44:44 EST 2007


Author: manik.surtani at jboss.com
Date: 2007-12-11 12:44:44 -0500 (Tue, 11 Dec 2007)
New Revision: 4839

Modified:
   core/tags/1.4.1.SP8/build.xml
   core/tags/1.4.1.SP8/docs/Changelog.txt
   core/tags/1.4.1.SP8/src/org/jboss/cache/Version.java
Log:
Releasing SP8

Modified: core/tags/1.4.1.SP8/build.xml
===================================================================
--- core/tags/1.4.1.SP8/build.xml	2007-12-11 17:43:24 UTC (rev 4838)
+++ core/tags/1.4.1.SP8/build.xml	2007-12-11 17:44:44 UTC (rev 4839)
@@ -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.SP7"/>
+   <property name="module.version" value="1.4.1.SP8"/>
    <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.SP8/docs/Changelog.txt
===================================================================
--- core/tags/1.4.1.SP8/docs/Changelog.txt	2007-12-11 17:43:24 UTC (rev 4838)
+++ core/tags/1.4.1.SP8/docs/Changelog.txt	2007-12-11 17:44:44 UTC (rev 4839)
@@ -1,16 +1,24 @@
 $Id$
 
-Release 1.4.1.SP6 (November 21, 2007)
+Release 1.4.1.SP8 (December 12, 2007)
 =====================================
 Patch release on 1.4.1.GA
 
 ** Bug
+    *  [ JBCACHE-1225 ] TreeCache._enqueueMethodCall doesn't handle buddy backup FQNs
+    *  [ JBCACHE-1228 ] Optimistic lock interceptor always acquires write locks for nodes in workspace at commit time
+    *  [ JBCACHE-1234 ] Region activation requests partial state transfer from wrong nodes
+
+Release 1.4.1.SP7 (November 21, 2007)
+=====================================
+Patch release on 1.4.1.GA
+
+** Bug
     *  [ JBCACHE-1165 ] Endless loop in PessimisticLockInterceptor, sometimes seen as a NodeNotExistsException (when using READ_COMMITTED)
     *  [ JBCACHE-1166 ] UpgradeException on concurrent put/remove operation
     *  [ JBCACHE-1217 ] Exceptions in BuddyReplication group organisation methods not propagated to caller
     *  [ JBCACHE-1220 ] DataGravitatorInterceptor logs ERROR when alone in cluster
 
-
 Release 1.4.1.SP6 (October 31, 2007)
 ====================================
 Patch release on 1.4.1.GA

Modified: core/tags/1.4.1.SP8/src/org/jboss/cache/Version.java
===================================================================
--- core/tags/1.4.1.SP8/src/org/jboss/cache/Version.java	2007-12-11 17:43:24 UTC (rev 4838)
+++ core/tags/1.4.1.SP8/src/org/jboss/cache/Version.java	2007-12-11 17:44:44 UTC (rev 4839)
@@ -10,9 +10,9 @@
  */
 public class Version
 {
-   public static final String version = "1.4.1.SP7";
+   public static final String version = "1.4.1.SP8";
    public static final String codename = "Cayenne";
-   public static byte[] version_id = {'0', '1', '4', '1', 'S', 'P', '7'};
+   public static byte[] version_id = {'0', '1', '4', '1', 'S', 'P', '8'};
    public static final String cvs = "$Id$";
 
    private static final int MAJOR_SHIFT = 11;




More information about the jbosscache-commits mailing list