You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2013/11/03 22:01:43 UTC

svn commit: r1538447 - /commons/proper/pool/trunk/RELEASE-NOTES.txt

Author: markt
Date: Sun Nov  3 21:01:43 2013
New Revision: 1538447

URL: http://svn.apache.org/r1538447
Log:
Update release notes ready for 2.0 RC3

Modified:
    commons/proper/pool/trunk/RELEASE-NOTES.txt

Modified: commons/proper/pool/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/RELEASE-NOTES.txt?rev=1538447&r1=1538446&r2=1538447&view=diff
==============================================================================
--- commons/proper/pool/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/pool/trunk/RELEASE-NOTES.txt Sun Nov  3 21:01:43 2013
@@ -9,7 +9,8 @@ This is a major new release that provide
 in high concurrency environments. Pools now provide a mechanism for tracking
 objects that have been borrowed from the pool but not returned. There have been
 numerous API changes to support these and other new features as well as to
-clarify behaviour and improve consistency across the API.
+clarify behaviour and improve consistency across the API. This release requires
+JDK level 1.6 or above.
 
 The changes to the API are not backwards compatible with Apache Commons Pool
 1.x. Therefore, to avoid dependency conflicts, the package name and Maven
@@ -21,9 +22,9 @@ Maven Artifact ID: commons-pool2
 Changes in this version (relative to Apache Commons Pool 1.6) include:
 
 New features:
-o POOL-211:  Add support for proxy wrappers for ObjectPool and KeyedObjectPool. The
-             primary advantage of using these wrappers is that use of pooled objects
-             is prevented after they have been returned to the pool. Thanks to Brad Koehn.
+o POOL-211:  Add support for proxy wrappers to ObjectPool and KeyedObjectPool. The
+             primary advantage of these wrappers is that use of pooled objects is
+             prevented after they have been returned to the pool. Thanks to Brad Koehn.
 
 Fixed Bugs:
 o POOL-221:  PooledObject.state does not need to be volatile
@@ -73,9 +74,8 @@ o            Change meaning of zero for 
              rather than the unexpected infinite wait.
 
 
-For complete information on Apache Commons Pool, including instructions on how
-to submit bug reports, patches, or suggestions for improvement, see the Apache
-Commons Pool website:
+For complete information on Apache Commons Pool, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Pool website:
 
 http://commons.apache.org/proper/commons-pool/