[jboss-cvs] JBossCache/docs ...

Brian Stansberry brian.stansberry at jboss.com
Mon Sep 11 12:50:52 EDT 2006


  User: bstansberry
  Date: 06/09/11 12:50:52

  Modified:    docs     Changelog.txt
  Log:
  Add the 1.3.0.SP3 and 1.4.0.SP1 changes.
  
  Revision  Changes    Path
  1.22      +28 -1     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.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- Changelog.txt	10 Jul 2006 14:50:03 -0000	1.21
  +++ Changelog.txt	11 Sep 2006 16:50:52 -0000	1.22
  @@ -1,4 +1,19 @@
  -$Id: Changelog.txt,v 1.21 2006/07/10 14:50:03 msurtani Exp $
  +$Id: Changelog.txt,v 1.22 2006/09/11 16:50:52 bstansberry Exp $
  +
  +Release 1.4.0.SP1 (August 9, 2006)
  +==================================
  +Bug fix release on 1.4.0
  +
  +** Bug
  +    *  [ JBCACHE-665 ] Concurrent modification exception when eviction thread attempts to access workspace with opt locking
  +    *  [ JBCACHE-703 ] Remove does not work anymore using non-String keys
  +    *  [ JBCACHE-715 ] Invalidation fails with region based marshalling enabled
  +    *  [ JBCACHE-729 ] Notifications not received in Listeners when using Optimistic Locking
  +    *  [ JBCACHE-730 ] Eviction policies do not always adhere to maxNodes when using optimistic locking
  +
  +** Task
  +    *  [ JBCACHE-725 ] Reduce the amount of INFO logging
  +    *  [ JBCACHE-728 ] PojoCache should allow non public no-arg constructor for POJO
   
   Release 1.4.0.GA (July 10, 2006)
   
  @@ -129,6 +144,18 @@
       *  [ JBCACHE-678 ] Adding Troubleshooting to FAQ
       *  [ JBCACHE-680 ] TreeCache demo gui to update view instanteously
   
  +    
  +Release 1.3.0.SP3 (July 11, 2006)
  +================================
  +
  +A bug fix release.
  +
  +** Bug
  +    * [JBCACHE-661] - Serious concurrency issue with empty Cache & CacheLoader
  +    * [JBCACHE-665] - Concurrent modification exception when eviction thread attempts to access workspace with opt locking
  +    * [JBCACHE-668] - Failure in synchronous remote commit() call leads to unreleased locks.
  +    * [JBCACHE-682] - AbortionTest extension to close channel in beforeCompletion() fails
  +
   Release 1.3.0.SP2 (May 08, 2006)
   ================================
   
  
  
  



More information about the jboss-cvs-commits mailing list