scolebourne    2004/06/02 16:29:12

  Modified:    collections RELEASE-NOTES.html
  Log:
  Make decorator classes serializable, bug 18815
  
  Revision  Changes    Path
  1.55      +16 -9     jakarta-commons/collections/RELEASE-NOTES.html
  
  Index: RELEASE-NOTES.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- RELEASE-NOTES.html        1 Jun 2004 23:03:43 -0000       1.54
  +++ RELEASE-NOTES.html        2 Jun 2004 23:29:12 -0000       1.55
  @@ -18,7 +18,8 @@
   <center><h2>RELEASE NOTES: COLLECTIONS 3.1</h2></center>
   
   <p>
  -This release focusses on bug fixes and minor enhancements.
  +This release adds a few new classes and fixes a number of bugs.
  +This release is binary compatible with release 2.1.1.
   No deprecations have occurred.
   
   <hr />
  @@ -41,6 +42,7 @@
   <li>Empty*Iterator - Iterators over empty collections</li>
   <li>TransformedPredicate - A predicate where the input object is transformed 
[26946]</li>
   <li>PredicateDecorator - An interface to provide a uniform interface to the 
decorated predicates</li>
  +<li>AbstractSerializable*Decorator - Abstract classes for decorators that are 
Serializable</li>
   </ul>
   
   <center><h3>ENHANCEMENTS</h3></center>
  @@ -66,15 +68,20 @@
   <h4>Made Serializable</h4>
   <ul>
   <li>Fast3Map [27946]</li>
  -<li>FixedSizeMap/SortedMap [18815]</li>
  -<li>LazyMap/SortedMap [18815]</li>
  -<li>ReferenceMap [18815]</li>
  -<li>ListOrderedMap [18815]</li>
  -<li>PredicatedMap/SortedMap [18815]</li>
  -<li>TransformedMap/SortedMap [18815]</li>
  -<li>TypedMap/SortedMap [18815]</li>
  -<li>UnmodifiableMap/SortedMap/OrderedMap [18815]</li>
  +<li>ReferenceMap</li>
  +<li>UnboundedFifoBuffer</li>
  +<li>BoundedFifoBuffer</li>
  +<li>CircularFifoBuffer</li>
   <li>TiedMapEntry</li>
  +<li>FixedSize* [18815]</li>
  +<li>Predicated* [18815]</li>
  +<li>Synchronized* [18815]</li>
  +<li>Transformed* [18815]</li>
  +<li>Typed* [18815]</li>
  +<li>Unmodifiable* [18815]</li>
  +<li>Lazy* [18815]</li>
  +<li>ListOrdered* [18815]</li>
  +<li>SetUniqueList [18815]</li>
   </ul>
   
   <center><h3>BUG FIXES</h3></center>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to