Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 90921 invoked from network); 22 Jun 2004 21:34:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Jun 2004 21:34:38 -0000 Received: (qmail 29645 invoked by uid 500); 22 Jun 2004 21:27:19 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 29394 invoked by uid 500); 22 Jun 2004 21:27:17 -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 29317 invoked by uid 500); 22 Jun 2004 21:27:14 -0000 Received: (qmail 29272 invoked by uid 99); 22 Jun 2004 21:27:13 -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; Tue, 22 Jun 2004 14:27:13 -0700 Received: (qmail 85729 invoked by uid 1529); 22 Jun 2004 21:26:52 -0000 Date: 22 Jun 2004 21:26:52 -0000 Message-ID: <20040622212652.85728.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/22 14:26:52 Modified: collections RELEASE-NOTES.html Log: Handle multiple keys better, bug reported by Wolfgang Hoschek Revision Changes Path 1.63 +1 -0 jakarta-commons/collections/RELEASE-NOTES.html Index: RELEASE-NOTES.html =================================================================== RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- RELEASE-NOTES.html 11 Jun 2004 23:27:37 -0000 1.62 +++ RELEASE-NOTES.html 22 Jun 2004 21:26:52 -0000 1.63 @@ -98,6 +98,7 @@
  • Map/BidiMap implementations only checked key and not value in entry set contains(Object) and remove(Object)
  • AbstractHashedMap subclasses failed to clone() correctly [27159]
  • ExtendedProperties - Close input stream in constructor [27737]
  • +
  • ExtendedProperties - Handle comma separated data in multiple keys
  • Flat3Map - Handle infinite loops in toString
  • LRUMap - The removeLRU() method was passed the wrong LinkEntry [28433]
  • EnumIterator/MapUtils - Changed enum references to enable JDK 1.5 compliance
  • --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org