Return-Path: Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 48241 invoked by uid 500); 2 May 2003 08:55:47 -0000 Received: (qmail 48236 invoked from network); 2 May 2003 08:55:47 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 2 May 2003 08:55:47 -0000 Received: (qmail 62469 invoked by uid 1524); 2 May 2003 08:55:45 -0000 Date: 2 May 2003 08:55:45 -0000 Message-ID: <20030502085545.62468.qmail@icarus.apache.org> From: thma@apache.org To: db-ojb-cvs@apache.org Subject: cvs commit: db-ojb build.properties release-notes.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N thma 2003/05/02 01:55:45 Modified: . build.properties release-notes.txt Log: update release notes and build properties Revision Changes Path 1.37 +1 -1 db-ojb/build.properties Index: build.properties =================================================================== RCS file: /home/cvs/db-ojb/build.properties,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- build.properties 8 Apr 2003 20:19:30 -0000 1.36 +++ build.properties 2 May 2003 08:55:45 -0000 1.37 @@ -99,7 +99,7 @@ minor=0 build=rc3 version=${major}.${minor}.${build} -versiondate=2003-04-09 +versiondate=2003-05-04 ojb-filename-prefix=${project-name}-${version} 1.11 +10 -2 db-ojb/release-notes.txt Index: release-notes.txt =================================================================== RCS file: /home/cvs/db-ojb/release-notes.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- release-notes.txt 12 Apr 2003 23:24:40 -0000 1.10 +++ release-notes.txt 2 May 2003 08:55:45 -0000 1.11 @@ -29,15 +29,23 @@ CHANGES: - enhanced PB-api listener classes -- unitized handling of events in PB-api +- unified handling of events in PB-api - adapt sequence manager implementations using 'long' instead 'int' keys - SequenceManagerHighLowImpl now use optimistic locking to support sequencing across different JVM (except j2ee conform app server, see sequence manager doc). - Add new attribute 'autoNaming' to sequence manager implementations. Now the implementations allow to switch on/off auto-generating of sequence names +- merging the three package o.a.ojb.broker.ta, .singlevm and .server into + a new package o.a.ojb.broker.core -BUG FIXES: +BUG FIXES: +- fixed problems with the JDO FieldManager to work with 1:1, 1:n and m:n + associations +- OJB152, OJB153, OJB143, OJB156 +Please refer to our Bug tracking site under +http://scarab.werken.com/scarab/issues/id/OJBxxx to see details for a bug +with id OJBxxx. ---------------------------------------------------------------------