Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 90934 invoked from network); 9 Jun 2004 21:13:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Jun 2004 21:13:22 -0000 Received: (qmail 80314 invoked by uid 500); 9 Jun 2004 21:13:34 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 80286 invoked by uid 500); 9 Jun 2004 21:13:34 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 80271 invoked by uid 500); 9 Jun 2004 21:13:33 -0000 Received: (qmail 80259 invoked by uid 99); 9 Jun 2004 21:13:33 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 09 Jun 2004 14:13:33 -0700 Received: (qmail 90894 invoked by uid 1529); 9 Jun 2004 21:13:14 -0000 Date: 9 Jun 2004 21:13:14 -0000 Message-ID: <20040609211314.90893.qmail@minotaur.apache.org> From: scolebourne@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/collections RELEASE-NOTES.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N scolebourne 2004/06/09 14:13:14 Modified: collections RELEASE-NOTES.html Log: Update release notes to better express compatibility Revision Changes Path 1.59 +10 -3 jakarta-commons/collections/RELEASE-NOTES.html Index: RELEASE-NOTES.html =================================================================== RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- RELEASE-NOTES.html 7 Jun 2004 21:51:39 -0000 1.58 +++ RELEASE-NOTES.html 9 Jun 2004 21:13:14 -0000 1.59 @@ -18,16 +18,23 @@

RELEASE NOTES: COLLECTIONS 3.1

-This release adds a few new classes and fixes a number of bugs. -This release is binary compatible with release 2.1.1. +This release adds a various new classes and fixes a number of bugs. No deprecations have occurred. +All feedback should be directed to commons-user at jakarta.apache.org.


COMPATABILITY

+

+This release is source and binary compatible with v3.0 with one known exception: +

    -
  • ReferenceMap - No longer extends AbstractMap, only an issue if you previously cast to AbstractMap
  • +
  • ReferenceMap (map package) - No longer extends AbstractMap, only an issue if you previously cast to AbstractMap
+

+This release also enables a workaround of the binary compatability issue with IteratorUtils in v3.0. +Collections v2.1.1 (with deprecations solved) and v3.1 are compatible with regards to iterators. +

NEW CLASSES

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