Author: psteitz Date: Tue Jul 14 01:28:03 2009 New Revision: 793776 URL: http://svn.apache.org/viewvc?rev=793776&view=rev Log: Filled in missing changelog entry.
Modified: commons/proper/pool/trunk/xdocs/changes.xml Modified: commons/proper/pool/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/changes.xml?rev=793776&r1=793775&r2=793776&view=diff ============================================================================== --- commons/proper/pool/trunk/xdocs/changes.xml (original) +++ commons/proper/pool/trunk/xdocs/changes.xml Tue Jul 14 01:28:03 2009 @@ -37,6 +37,10 @@ Fix case where a thread could end up waiting indefinitely even if objects were available. </action> + <action dev="markt" type="fix" issue="POOL-145"> + Ensure that the GenericKeyedObjectPool idle object evictor does not visit the + same instance more than once per eviction run. + </action> </release> <release version="1.5.1" date="2009-06-16" description= "This is a patch release containing a fix for POOL-144, a regression introduced