Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 59550 invoked from network); 3 May 2004 15:13:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 May 2004 15:13:35 -0000 Received: (qmail 17074 invoked by uid 500); 3 May 2004 15:13:26 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 17007 invoked by uid 500); 3 May 2004 15:13:25 -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 16991 invoked by uid 500); 3 May 2004 15:13:25 -0000 Received: (qmail 16987 invoked from network); 3 May 2004 15:13:25 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 3 May 2004 15:13:25 -0000 Received: (qmail 59512 invoked by uid 1529); 3 May 2004 15:13:30 -0000 Date: 3 May 2004 15:13:30 -0000 Message-ID: <20040503151330.59511.qmail@minotaur.apache.org> From: scolebourne@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/collections RELEASE-NOTES.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N scolebourne 2004/05/03 08:13:30 Modified: collections RELEASE-NOTES.html Log: UnmodifiableSortedBag - Fix to ensure unmodifiable Revision Changes Path 1.44 +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.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- RELEASE-NOTES.html 27 Apr 2004 21:45:37 -0000 1.43 +++ RELEASE-NOTES.html 3 May 2004 15:13:30 -0000 1.44 @@ -73,6 +73,7 @@
  • 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
  • +
  • UnmodifiableSortedBag - Fix to ensure unmodifiable
  • JAVADOC

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