arminw      2005/01/12 06:47:54

  Modified:    .        Tag: OJB_1_0_RELEASE release-notes.txt
  Log:
  fix URL's
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.54.2.22 +8 -6      db-ojb/release-notes.txt
  
  Index: release-notes.txt
  ===================================================================
  RCS file: /home/cvs/db-ojb/release-notes.txt,v
  retrieving revision 1.54.2.21
  retrieving revision 1.54.2.22
  diff -u -r1.54.2.21 -r1.54.2.22
  --- release-notes.txt 12 Jan 2005 11:52:28 -0000      1.54.2.21
  +++ release-notes.txt 12 Jan 2005 14:47:54 -0000      1.54.2.22
  @@ -46,6 +46,8 @@
     LockMap implementations.
   - odmg-api: Introduced new object reodering implementation (replaces old 
algorithm
     in ObjectEnvelopeTable).
  +- Remove redundant ObjectCache implementations (ObjectCacheSoftImpl, 
ObjectCacheUnlimitiedImpl), same
  +  behavior is possible with ObjectCacheDefaultImpl.
   
   BUG FIXES:
   Please refer to our Bug tracking site 
(http://issues.apache.org/scarab/servlet/scarab/)
  @@ -55,16 +57,16 @@
   - Managed Environment: Fix problem of abandoned connections and statements 
(e.g. detected
     by JBoss) when query (iterator) result sets only partially materialized.
   - Fix bug in ObjectCacheDefaultImpl resolve cache object conflicts, see
  -  http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=15063
  +  http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=15063
   - LockManager#releaseLock, when a write lock was found all read locks will 
be released too.
  -  http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=14885
  +  http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=14885
   - Fix problem with automatic generated sequence names in 
SequenceManagerHighLowImpl and
     SequenceManagerInMemoryImpl when different DB use the same table and 
column name for auto
     incremented fields.
  -  See http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=14528
  +  See http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=14528
   - Fix materialization problem under heavy load, OJB no longer returns 
partially materialized
     objects from cache.
  -  See http://nagoya.apache.org/eyebrowse/ReadMsg?listId=107&msgNo=14472
  +  See 
http://mail-archives.apache.org/eyebrowse/ReadMsg?listId=107&msgNo=14472
   - Fix key constraint problems when insert m:n relation manually via "linking"
   - Fix bug in SequenceManagerNativeImpl used to support DB identity columns, 
make counter for
     temporary keys static to prevent lock not granted exceptions on insert of 
new objects.
  @@ -135,7 +137,7 @@
     from the result set to the internal Map class).
   - add in ObjectCacheDefaultImpl new attribute 'cachingKeyType' this allows to
     differ cached objects of same class for different databases.
  -  http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=13931
  +  http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=13931
   
   BUG FIXES:
   Please refer to our Bug tracking site 
(http://issues.apache.org/scarab/servlet/scarab/)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to