[jboss-cvs] JBossCache/docs ...

Manik Surtani msurtani at jboss.com
Wed Dec 13 11:05:44 EST 2006


  User: msurtani
  Date: 06/12/13 11:05:44

  Modified:    docs     Tag: Branch_JBossCache_1_4_0 Changelog.txt
  Log:
  Updated for 1.4.1.CR1
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.6  +25 -2     JBossCache/docs/Changelog.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Changelog.txt
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/Changelog.txt,v
  retrieving revision 1.20.2.5
  retrieving revision 1.20.2.6
  diff -u -b -r1.20.2.5 -r1.20.2.6
  --- Changelog.txt	14 Nov 2006 08:44:41 -0000	1.20.2.5
  +++ Changelog.txt	13 Dec 2006 16:05:44 -0000	1.20.2.6
  @@ -1,11 +1,16 @@
  -$Id: Changelog.txt,v 1.20.2.5 2006/11/14 08:44:41 msurtani Exp $
  +$Id: Changelog.txt,v 1.20.2.6 2006/12/13 16:05:44 msurtani Exp $
   
  -Release 1.4.1.GA (November 20th, 2006)
  +Release 1.4.1.CR1 (December 13th, 2006)
   ======================================
  +Release Notes for JBoss Cache
  +Includes versions: 1.4.1.GA
   
   ** Feature Request
       *  [ JBCACHE-813 ] BaseRpcInterceptor to call callRemoteMethod() instead of callRemoteMethods() when sending to a single recipient
  +    *  [ JBCACHE-829 ] Add JBoss EULA
       *  [ JBCACHE-842 ] Optimistic Locking improvements - validation on read-only transactions
  +    *  [ JBCACHE-860 ] Clustered Cache Loaders too "noisy" with error level logging when alone in the cluster
  +    *  [ JBCACHE-878 ] Documment SyncCommitPhase
   
   ** Bug
       *  [ JBCACHE-690 ] TcpCacheServer never gets out of STARTING state, and doesn't shut down socket when stop() is called.
  @@ -31,6 +36,14 @@
       *  [ JBCACHE-836 ] TreeCache isCoordinator() returns incorrect value after clean shutdown of coordinator
       *  [ JBCACHE-843 ] Data versions do not replicate properly alongside data
       *  [ JBCACHE-844 ] Correct handling of partial state transfer re-try logic
  +    *  [ JBCACHE-847 ] PojoCache didn't restore the Collection class reference correctly during removeObject()
  +    *  [ JBCACHE-850 ] PojoCache findObjects can produce CCE
  +    *  [ JBCACHE-871 ] Calling remove(FQN) inside a transaction destroys the node before the commit phase
  +    *  [ JBCACHE-872 ] Lock release methods should produce similar log messages to lock acquire methods
  +    *  [ JBCACHE-875 ] Pessimistic lock interceptor does not write-lock parent nodes when creating or deleting children
  +    *  [ JBCACHE-883 ] VersionAwareMarshaller hides true cause of marshalling failures
  +    *  [ JBCACHE-894 ] Exceptions when using optimistic treecache with hibernate 3.2
  +    *  [ JBCACHE-895 ] ClassCastException in GlobalTransaction#equals()
   
   ** Task
       *  [ JBCACHE-680 ] TreeCache demo gui to update view instanteously
  @@ -41,6 +54,16 @@
       *  [ JBCACHE-812 ] Enable JGroups multiplexer integration in a 1.4.x release
       *  [ JBCACHE-815 ] Eliminate need for jboss-serialization.jar if it's not used
       *  [ JBCACHE-824 ] Don't call Channel.getView() in viewAccepted() callback
  +    *  [ JBCACHE-874 ] Use performant ordered collections in TransactionEntry
  +    *  [ JBCACHE-884 ] Upgrade to JGroups 2.4.1
  +    *  [ JBCACHE-886 ] Upgrading from JGroups 2.2.9.2 to JGroups 2.4
  +    *  [ JBCACHE-887 ] Upgrading from JBoss Serialization 1.0.1.GA to JBoss Serialization 1.0.3.GA
  +    *  [ JBCACHE-901 ] Update logging libraries
  +
  +** Patch
  +    *  [ JBCACHE-766 ] Don't return unnecessary values from _replicate, avoiding need for marshalling
  +    *  [ JBCACHE-786 ] errors from "OK" putFailFast replications
  +
   
   Release 1.4.0.SP1 (August 9, 2006)
   ==================================
  
  
  



More information about the jboss-cvs-commits mailing list