Author: psteitz
Date: Sun Dec 22 21:22:44 2013
New Revision: 1553033
URL: http://svn.apache.org/r1553033
Log:
Fixed wording, made compat explicit.
Modified:
commons/proper/pool/trunk/src/changes/release-notes.vm
Modified: commons/proper/pool/trunk/src/changes/release-notes.vm
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/release-notes.vm?rev=1553033&r1=1553032&r2=1553033&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/pool/trunk/src/changes/release-notes.vm Sun Dec 22 21:22:44
2013
@@ -19,9 +19,10 @@
The ${developmentTeam} is pleased to announce the release of ${project.name}
${version}.
Apache Commons Pool provides an object-pooling API and a number of object pool
implementations.
-Version 2 is a complete rewrite of the 1.x series. In addition to performance
and scalability
-improvements, version 2 includes robust instance tracking and pool monitoring.
Version 2 requires
-JDK level 1.6 or above.
+Version 2.1 is source and binary compatible with version 2.0, but not with the
1.x series.
+Version 2 contains a completely re-written pooling implementation compared to
the 1.x series.
+In addition to performance and scalability improvements, version 2 includes
robust instance
+tracking and pool monitoring. Version 2 requires JDK level 1.6 or above.
## N.B. the available variables are described here:
##
http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html