[jboss-cvs] JBossCache/docs ...

Manik Surtani manik at jboss.org
Thu Apr 26 08:04:55 EDT 2007


  User: msurtani
  Date: 07/04/26 08:04:55

  Modified:    docs     Changelog.txt
  Log:
  Updated changelog
  
  Revision  Changes    Path
  1.28      +131 -129  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.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- Changelog.txt	23 Apr 2007 17:19:52 -0000	1.27
  +++ Changelog.txt	26 Apr 2007 12:04:55 -0000	1.28
  @@ -1,12 +1,12 @@
  -$Id: Changelog.txt,v 1.27 2007/04/23 17:19:52 msurtani Exp $
  +$Id: Changelog.txt,v 1.28 2007/04/26 12:04:55 msurtani Exp $
   
   Release 2.0.0.CR1 (April 23, 2007)
   ==================================
   
   Release Notes for JBoss Cache Habanero 2.0.0
   
  -   Release Notes for JBoss Cache
  -   Includes versions: 2.0.0.ALPHA1 2.0.0.ALPHA2 2.0.0.BETA1 2.0.0.BETA2 2.0.0.CR1
  +Release Notes for JBoss Cache
  +Includes versions: 2.0.0.ALPHA1 2.0.0.ALPHA2 2.0.0.BETA1 2.0.0.BETA2 2.0.0.CR1
   
   ** Sub-task
      *  [ JBCACHE-542 ] Fix initialization of Node.IdentityLock to actually lazy create
  @@ -44,6 +44,7 @@
      *  [ JBCACHE-961 ] Optimistic locking to support more sophisticated merging of child maps
      *  [ JBCACHE-962 ] optimisticValidation unnecessarily checks DataVersion types during simpleValidate() - should delegate this to the DataVersion impl
      *  [ JBCACHE-969 ] Move transaction classes to org.jboss.cache.transaction
  +    *  [ JBCACHE-1037 ] Node API should have a replaceAll() to complement putAll()
   
   ** Bug
      *  [ JBCACHE-565 ] Optimistic locking - cache.exists() refers to the tree while cache.get() refers to the workspace
  @@ -93,6 +94,7 @@
      *  [ JBCACHE-1017 ] PojoCache needs to check for Serializable condition during attach/putObject
      *  [ JBCACHE-1018 ] DOCS: FAQ pdf version not getting created
      *  [ JBCACHE-1021 ] Configuration factory only looks in class path for config file; not on file system
  +    *  [ JBCACHE-1026 ] Concurrent creation of nodes fails with optimistic locking, even if nodes are empty and contain no data.
      *  [ JBCACHE-1027 ] InvalidationInterceptor should not replicate putForExternalRead()
      *  [ JBCACHE-1030 ] CR1 Build failing - aopc now requires concurrent.jar
      *  [ JBCACHE-1031 ] AdjListJDBCCacheLoaderConfig should not depend on JDBCCacheLoaderOld
  
  
  



More information about the jboss-cvs-commits mailing list