Author: psteitz
Date: Sun Mar 27 04:44:46 2011
New Revision: 1085871
URL: http://svn.apache.org/viewvc?rev=1085871&view=rev
Log:
Added release description.
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=1085871&r1=1085870&r2=1085871&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 Sun Mar 27
04:44:46 2011
@@ -20,7 +20,7 @@
<title>Commons Pool Changes</title>
</properties>
<body>
- <release version="1.5.6" date="TBD" description="TBD">
+ <release version="1.5.6" date="TBD" description="This is a patch release,
including bugfixes only.">
<action dev="markt" type="fix" issue="POOL-179" due-to="Axel Grossmann">
Correctly handle an InterruptedException when waiting for an object from
the pool.