Author: markt Date: Wed Mar 23 12:12:39 2011 New Revision: 1084560 URL: http://svn.apache.org/viewvc?rev=1084560&view=rev Log: Update change log with POOL-179 fix
Modified: commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml Modified: commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml?rev=1084560&r1=1084559&r2=1084560&view=diff ============================================================================== --- commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml (original) +++ commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml Wed Mar 23 12:12:39 2011 @@ -20,6 +20,12 @@ <title>Commons Pool Changes</title> </properties> <body> + <release version="1.5.6" date="TBD" description="TBD"> + <action dev="markt" type="fix" issue="POOL-179" due-to="Axel Grossmann"> + Correctly handle an InterruptedException when waiting for an object from + the pool. + </action> + </release> <release version="1.5.5" date="2010-09-10" description= "This is a patch release, including bugfixes, documentation improvements and some deprecations in preparation for pool 2.0.">