Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 31271 invoked from network); 3 Jul 2004 20:25:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jul 2004 20:25:23 -0000 Received: (qmail 92192 invoked by uid 500); 3 Jul 2004 20:25:25 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 92101 invoked by uid 500); 3 Jul 2004 20:25:22 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 92053 invoked by uid 500); 3 Jul 2004 20:25:21 -0000 Received: (qmail 91998 invoked by uid 99); 3 Jul 2004 20:25:19 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Sat, 03 Jul 2004 13:25:18 -0700 Received: (qmail 31203 invoked by uid 1513); 3 Jul 2004 20:25:12 -0000 Date: 3 Jul 2004 20:25:12 -0000 Message-ID: <20040703202512.31202.qmail@minotaur.apache.org> From: brj@apache.org To: db-ojb-cvs@apache.org Subject: cvs commit: db-ojb release-notes.txt X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N brj 2004/07/03 13:25:12 Modified: . release-notes.txt Log: described recent fixes Revision Changes Path 1.55 +10 -1 db-ojb/release-notes.txt Index: release-notes.txt =================================================================== RCS file: /home/cvs/db-ojb/release-notes.txt,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- release-notes.txt 26 Jun 2004 23:43:38 -0000 1.54 +++ release-notes.txt 3 Jul 2004 20:25:12 -0000 1.55 @@ -8,6 +8,15 @@ relational databases. OJB provides ODMG and JDO interfaces. --------------------------------------------------------------------- +Release 1.0.x +--------------------------------------------------------------------- +fixed: + +- fixed issue with CollectionProxy and RemovalAwareCollection +- RemovalAwareCollection is no longer the default collection-class for m:n-relationships +- ManageableCollection#afterStore is only called if cascadeStoring is CASCADE_OBJECT + +--------------------------------------------------------------------- Release 1.0 --------------------------------------------------------------------- NEW FEATURES: --------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org