Author: psteitz
Date: Sat Dec 21 22:03:41 2013
New Revision: 1552953
URL: http://svn.apache.org/r1552953
Log:
Revert incorrect change of version, release description.
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=1552953&r1=1552952&r2=1552953&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Sat Dec 21 22:03:41 2013
@@ -43,8 +43,9 @@ The <action> type attribute can be add,u
<title>Apache Commons Pool Changes</title>
</properties>
<body>
- <release version="2.0.1" date="TBD" description=
-"This is a patch release, including bugfixes, test and documentation
improvements only.">
+ <release version="2.1" date="TBD" description=
+"This is a maintenance release that includes a small number of new
+features as well as including bugfixes and test case improvements.">
<action issue="POOL-243" dev="psteitz" type="fix" due-to="Michal Sabo">
Added missing create counter decrement in GenericKeyedObjectPool create
method on factory
exception path. Prior to this fix, exceptions thrown by factory
makeObject calls could leak