Author: psteitz
Date: Sun May 31 22:46:20 2015
New Revision: 9186

Log:
Finished publishing 2.4.1 release.

Added:
    release/commons/pool/binaries/commons-pool2-2.4.1-bin.tar.gz
      - copied unchanged from r9171, 
dev/commons/pool/binaries/commons-pool2-2.4.1-bin.tar.gz
    release/commons/pool/binaries/commons-pool2-2.4.1-bin.tar.gz.asc
      - copied unchanged from r9171, 
dev/commons/pool/binaries/commons-pool2-2.4.1-bin.tar.gz.asc
    release/commons/pool/binaries/commons-pool2-2.4.1-bin.tar.gz.md5
      - copied unchanged from r9171, 
dev/commons/pool/binaries/commons-pool2-2.4.1-bin.tar.gz.md5
    release/commons/pool/binaries/commons-pool2-2.4.1-bin.tar.gz.sha1
      - copied unchanged from r9171, 
dev/commons/pool/binaries/commons-pool2-2.4.1-bin.tar.gz.sha1
    release/commons/pool/binaries/commons-pool2-2.4.1-bin.zip
      - copied unchanged from r9171, 
dev/commons/pool/binaries/commons-pool2-2.4.1-bin.zip
    release/commons/pool/binaries/commons-pool2-2.4.1-bin.zip.asc
      - copied unchanged from r9171, 
dev/commons/pool/binaries/commons-pool2-2.4.1-bin.zip.asc
    release/commons/pool/binaries/commons-pool2-2.4.1-bin.zip.md5
      - copied unchanged from r9171, 
dev/commons/pool/binaries/commons-pool2-2.4.1-bin.zip.md5
    release/commons/pool/binaries/commons-pool2-2.4.1-bin.zip.sha1
      - copied unchanged from r9171, 
dev/commons/pool/binaries/commons-pool2-2.4.1-bin.zip.sha1
Modified:
    release/commons/pool/README.html
    release/commons/pool/RELEASE-NOTES.txt

Modified: release/commons/pool/README.html
==============================================================================
--- release/commons/pool/README.html (original)
+++ release/commons/pool/README.html Sun May 31 22:46:20 2015
@@ -1,6 +1,6 @@
-<h1>Commons POOL 2.4</h1>
+<h1>Commons POOL 2.4.1</h1>
 
-<p>This is the 2.4 release of commons-pool. It is available in both binary and 
source distributions.</p>
+<p>This is the 2.4.1 release of commons-pool. It is available in both binary 
and source distributions.</p>
 
 <p><font color="red" size="+2">Note:</font>
 The tar files in the distribution use GNU tar extensions
@@ -26,13 +26,13 @@ HREF="http://www.apache.org/dist/commons
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-pool2-2.4.tar.gz.asc
+$ pgpv commons-pool2-2.4.1.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-pool2-2.4.tar.gz.asc
+$ pgp commons-pool2-2.4.1.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-pool2-2.4.tar.gz.asc
+$ gpg --verify commons-pool2-2.4.1.tar.gz.asc
 </pre>
 <p>
 

Modified: release/commons/pool/RELEASE-NOTES.txt
==============================================================================
--- release/commons/pool/RELEASE-NOTES.txt (original)
+++ release/commons/pool/RELEASE-NOTES.txt Sun May 31 22:46:20 2015
@@ -1,13 +1,13 @@
-              Apache Commons Pool 2.4 RELEASE NOTES
+              Apache Commons Pool 2.4.1 RELEASE NOTES
 
-The Apache Commons Pool team is pleased to announce the release of Apache 
Commons Pool 2.4.
+The Apache Commons Pool team is pleased to announce the release of Apache 
Commons Pool 2.4.1.
 
 Apache Commons Pool provides an object-pooling API and a number of object pool 
implementations.
 Version 2 contains a completely re-written pooling implementation compared to 
the 1.x series.
 In addition to performance and scalability improvements, version 2 includes 
robust instance
 tracking and pool monitoring. Version 2 requires JDK level 1.6 or above. 
 
-No client code changes are required to migrate from versions 2.0-2.3 to 
version 2.4.
+No client code changes are required to migrate from versions 2.0-2.3 to 
version 2.4.1.
 Users of version 1.x should consult the migration guide on the Commons Pool 
web site.
 
 NOTE: The MBean interfaces (DefaultPooledObjectInfoMBean, 
GenericKeyedObjectPoolMXBean
@@ -18,7 +18,14 @@ NOTE: The MBean interfaces (DefaultPoole
       be able to upgrade to a new minor or patch release without requiring code
       changes.
 
-This is a maintenance release that includes bug fixes and minor enhancements.
+This is a patch release, replacing a defective binary jar in version 2.4.  
Other
+than the build configuration the source distribution for version 2.4.1 is 
identical
+to version 2.4.
+
+Changes in version 2.4.1 include:
+
+Fixed Bugs:
+o POOL-297:  Reverted coburta plugin update that caused binary jar corruption.
 
 Changes in version 2.4 include:
 
@@ -44,7 +51,6 @@ Changes:
 o POOL-296:  Update asm-util from 5.0.3 to 5.0.4.
 o POOL-293:  Exposed getEvictionPolicy as protected in BaseGenericObjectPool.
 
-
 For complete information on Apache Commons Pool, including instructions on how 
to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons Pool 
website:
 


Reply via email to