Author: sebb
Date: Sat May  5 22:18:47 2012
New Revision: 1334521

URL: http://svn.apache.org/viewvc?rev=1334521&view=rev
Log:
Recent change

Modified:
    commons/proper/pool/trunk/src/changes/changes.xml

Modified: commons/proper/pool/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/changes.xml?rev=1334521&r1=1334520&r2=1334521&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Sat May  5 22:18:47 2012
@@ -49,6 +49,9 @@ in high concurrency environments. Pools 
 objects that have been borrowed from the pool but not returned. There have been
 numerous API changes to support these and other new features as well as to
 clarify behaviour and improve consistency across the API.">
+    <action issue="POOL-221" dev="markt" type="fix" >
+      PooledObject.state does not need to be volatile.
+    </action>
     <action dev="simonetripodi" type="update" date="2011-12-12" 
issue="POOL-194">
       Replace synchronized blocks in PoolUtils with Read/Write locks.
     </action>


Reply via email to