You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2005/01/23 04:09:14 UTC

cvs commit: db-ojb build.xml release-notes.txt

arminw      2005/01/22 19:09:14

  Modified:    contrib/src Tag: OJB_1_0_RELEASE ObjectCacheOSCacheImpl.java
               src/doc/forrest/src/documentation/content/xdocs/docu/guides
                        Tag: OJB_1_0_RELEASE lockmanager.xml
                        objectcache.xml repository.xml summary.xml
               src/doc/forrest/src/documentation/content/xdocs/docu/howtos
                        Tag: OJB_1_0_RELEASE howto-work-with-clustering.xml
               src/doc/forrest/src/documentation/content/xdocs/docu/tutorials
                        Tag: OJB_1_0_RELEASE odmg-tutorial.xml
               src/doc/forrest/src/documentation/content/xdocs/docu Tag:
                        OJB_1_0_RELEASE faq.xml
               src/doc/forrest/src/documentation/content/xdocs Tag:
                        OJB_1_0_RELEASE features.xml index.xml site.xml
                        status.xml
               .        Tag: OJB_1_0_RELEASE build.xml release-notes.txt
  Log:
  checked in a first version of a two-level cache
  do remove some unused ObjectCache implementations
  update the docs
  fix/update test cases
  try to fix concurrency problems in locking package
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.4.1   +119 -54   db-ojb/contrib/src/ObjectCacheOSCacheImpl.java
  
  http://cvs.apache.org/viewcvs/db-ojb/contrib/src/ObjectCacheOSCacheImpl.java.diff?r1=1.1&r2=1.1.4.1
  
  
  No                   revision
  No                   revision
  1.1.2.1   +290 -240  db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/guides/lockmanager.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/guides/lockmanager.xml.diff?r1=1.1&r2=1.1.2.1
  
  
  1.1.2.2   +591 -176  db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/guides/objectcache.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/guides/objectcache.xml.diff?r1=1.1.2.1&r2=1.1.2.2
  
  
  1.1.2.1   +66 -11    db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml.diff?r1=1.1&r2=1.1.2.1
  
  
  1.2.2.1   +5 -6      db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/guides/summary.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/guides/summary.xml.diff?r1=1.2&r2=1.2.2.1
  
  
  No                   revision
  No                   revision
  1.1.2.1   +7 -136    db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/howto-work-with-clustering.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/howto-work-with-clustering.xml.diff?r1=1.1&r2=1.1.2.1
  
  
  No                   revision
  No                   revision
  1.1.2.2   +8 -6      db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/tutorials/odmg-tutorial.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/tutorials/odmg-tutorial.xml.diff?r1=1.1.2.1&r2=1.1.2.2
  
  
  No                   revision
  No                   revision
  1.1.2.5   +17 -70    db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/faq.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/faq.xml.diff?r1=1.1.2.4&r2=1.1.2.5
  
  
  No                   revision
  No                   revision
  1.1.2.1   +6 -5      db-ojb/src/doc/forrest/src/documentation/content/xdocs/features.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/features.xml.diff?r1=1.1&r2=1.1.2.1
  
  
  1.1.2.1   +12 -16    db-ojb/src/doc/forrest/src/documentation/content/xdocs/index.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/index.xml.diff?r1=1.1&r2=1.1.2.1
  
  
  1.3.2.6   +16 -3     db-ojb/src/doc/forrest/src/documentation/content/xdocs/site.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/site.xml.diff?r1=1.3.2.5&r2=1.3.2.6
  
  
  1.1.2.1   +19 -15    db-ojb/src/doc/forrest/src/documentation/content/xdocs/status.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/status.xml.diff?r1=1.1&r2=1.1.2.1
  
  
  No                   revision
  No                   revision
  1.144.2.14 +16 -13    db-ojb/build.xml
  
  http://cvs.apache.org/viewcvs/db-ojb/build.xml.diff?r1=1.144.2.13&r2=1.144.2.14
  
  
  1.54.2.23 +13 -1     db-ojb/release-notes.txt
  
  http://cvs.apache.org/viewcvs/db-ojb/release-notes.txt.diff?r1=1.54.2.22&r2=1.54.2.23
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org