You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2013/11/26 22:50:56 UTC

svn commit: r1545857 - /commons/proper/pool/trunk/src/changes/changes.xml

Author: psteitz
Date: Tue Nov 26 21:50:55 2013
New Revision: 1545857

URL: http://svn.apache.org/r1545857
Log:
Created 2.0.1 release, filled in date for 2.0, added POOL-240.

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=1545857&r1=1545856&r2=1545857&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Tue Nov 26 21:50:55 2013
@@ -43,7 +43,13 @@ The <action> type attribute can be add,u
     <title>Apache Commons Pool Changes</title>
   </properties>
   <body>
-  <release version="2.0" description=
+  <release version="2.0.1" date="TBD" description=""This is a patch release, including bugfixes only.">
+    <action issue="POOL-240" dev="psteitz" type="fix" due-to="Dan McNulty">
+      Ensured that blocked threads waiting on a depleted pool get served when objects are destroyed due to
+      validation or passivation failures in returnObject or when a checked out instance is invalidated.
+    </action>
+  </release>
+  <release version="2.0" date="2013-11-11" description=
 "This is a major new release that provides significant performance improvements
 in high concurrency environments. Pools now provide a mechanism for tracking
 objects that have been borrowed from the pool but not returned. There have been