You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/05 00:00:49 UTC

commons-pool git commit: Update release notes based on Oliver's feedback on the VOTE thread for 2.6.0 RC1.

Repository: commons-pool
Updated Branches:
  refs/heads/release 281258e54 -> 3b3ea3df6


Update release notes based on Oliver's feedback on the VOTE thread for
2.6.0 RC1.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/3b3ea3df
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/3b3ea3df
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/3b3ea3df

Branch: refs/heads/release
Commit: 3b3ea3df6281dcc9cae878774956a99fe20c2d75
Parents: 281258e
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Jul 4 18:00:46 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Jul 4 18:00:46 2018 -0600

----------------------------------------------------------------------
 RELEASE-NOTES.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/3b3ea3df/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ad22ec2..2f4aea6 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -5,7 +5,11 @@ The Apache Commons Pool team is pleased to announce the release of Apache Common
 Apache Commons Pool provides an object-pooling API and a number of object pool implementations.
 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. 
+tracking and pool monitoring.  
+
+- Version 2.6.0 requires Java 7 or above.
+- Version 2.5.0 requires Java 7 or above.
+- Version 2.0 requires 6 or above.
 
 No client code changes are required to migrate from versions 2.0-2.3 to version 2.4.3.
 Users of version 1.x should consult the migration guide on the Commons Pool web site.