Author: simonetripodi
Date: Thu Apr 28 16:21:45 2011
New Revision: 1097533
URL: http://svn.apache.org/viewvc?rev=1097533&view=rev
Log:
fixed changelog for 2.0 release according to what discussed on ML
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=1097533&r1=1097532&r2=1097533&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Thu Apr 28 16:21:45 2011
@@ -20,16 +20,13 @@
<title>Commons Pool Changes</title>
</properties>
<body>
- <release version="2.0" date="TBD" description="TBD">
- <action dev="simonetripodi" date="2011-04-28" issue="83">
+ <release version="2.0" description="This is an APIs update and maintenance
release">
+ <action dev="simonetripodi" type="update" date="2011-04-28"
issue="POOL-83">
Support Java 1.5 Generics
</action>
- <action dev="simonetripodi" date="2011-04-28" issue="186">
+ <action dev="simonetripodi" type="update" date="2011-04-28"
issue="POOL-186">
Developer documentation and examples have to be updated once the 2.0
repackaging has been done
</action>
- <action dev="simonetripodi" date="2011-04-28" issue="187">
- TestGenericKeyedObjectPool.testMaxTotalLRU method falls in an infinite
loops
- </action>
</release>
<release version="1.5.6" date="2011-04-03" description="This is a patch
release, including bugfixes only.">
<action dev="markt" type="fix" issue="POOL-179" due-to="Axel Grossmann">