[jbosscache-commits] JBoss Cache SVN: r7368 - core/tags/1.4.1.SP11/docs.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Jan 5 09:27:20 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-01-05 09:27:20 -0500 (Mon, 05 Jan 2009)
New Revision: 7368

Modified:
   core/tags/1.4.1.SP11/docs/Changelog.txt
Log:
Updated changelog

Modified: core/tags/1.4.1.SP11/docs/Changelog.txt
===================================================================
--- core/tags/1.4.1.SP11/docs/Changelog.txt	2009-01-05 14:10:17 UTC (rev 7367)
+++ core/tags/1.4.1.SP11/docs/Changelog.txt	2009-01-05 14:27:20 UTC (rev 7368)
@@ -1,5 +1,39 @@
 $Id$
 
+Release 1.4.1.SP11 (January 5, 2009)
+====================================
+Patch release on 1.4.1.GA
+
+** Bug
+    *  [ JBCACHE-1452 ] JDBCCacheLoader Doesn't Work With Sybase
+    *  [ JBCACHE-1453 ] JDBCExtCacheLoader Doesn't Handle Persistent State Transfer Correctly 
+
+Release 1.4.1.SP10 (October 6, 2008)
+====================================
+Patch release on 1.4.1.GA
+
+** Feature Request
+    *  [ JBCACHE-1230 ] toString() should not print entire contents of a node if it exceeds a certain size
+
+** Bug
+    *  [ JBCACHE-1241 ] Buddy replication, add data to a node and delete root will cause a exception to be thrown
+    *  [ JBCACHE-1244 ] Buddy Manager to create _BUDDY_BACKUP_ region on initialisation before accepting any state or membership requests from buddies
+    *  [ JBCACHE-1316 ] recycleQueue.put() could block forever halting evictions and eventually any replications
+    *  [ JBCACHE-1357 ] Root nodes of marshalled regions won't be loaded correclty from cache loaders
+    *  [ JBCACHE-1370 ] Objects retrieved using getObject() in a transaction that rollsback are unusable
+    *  [ JBCACHE-1393 ] putFailFast javadoc on timeout is misleading
+    *  [ JBCACHE-1406 ] issue with removing an node in tx
+    *  [ JBCACHE-1412 ] Marshaller uses equals() to test object equality instead of identity when performing reference counting 
+
+Release 1.4.1.SP9 (April 4, 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
+    *  [ JBCACHE-1292 ] endless loop on concurrent remove 
+
 Release 1.4.1.SP8 (December 12, 2007)
 =====================================
 Patch release on 1.4.1.GA




More information about the jbosscache-commits mailing list