Author: psteitz
Date: Thu Sep 17 23:23:14 2009
New Revision: 816408
URL: http://svn.apache.org/viewvc?rev=816408&view=rev
Log:
Updated for 1.5.3 release.
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=816408&r1=816407&r2=816408&view=diff
==============================================================================
--- commons/proper/pool/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/pool/trunk/RELEASE-NOTES.txt Thu Sep 17 23:23:14 2009
@@ -1,19 +1,16 @@
- commons-pool-1.5.2 RELEASE NOTES
+ commons-pool-1.5.3 RELEASE NOTES
-This is a patch release containing fixes for POOL-146 and POOL-147,
regressions introduced in version 1.5.
+This is a patch release containing a fix for POOL-149, a regression introduced
in version 1.5.
Changes in this version include:
Fixed Bugs:
-o POOL-146: Handle the case where one key has reached maxActive but other
keys have not.
- Prior to the fix for this issue, threads waiting on objects from keyed
pools
- still having instances available could be blocked by a thread requesting
an
- instance from an exhausted pool.
-o POOL-147: Fix case where a thread could end up waiting indefinitely even
if objects
- were available. Thanks to Giambattista Bloisi.
+o POOL-149: Fix case where a thread could end up waiting indefinitely even
if objects
+ were available. Also fixes a couple of leaks in the internal processing
+ object count that could lead to pool exhaustion. Thanks to Shuyang Zhou.