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

[3/4] commons-pool git commit: POOL-345 POOL-349 also update changes.xml

POOL-345 POOL-349 also update changes.xml


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

Branch: refs/heads/master
Commit: 70531d386e759fa758d4673fbfcec885dab6cf3a
Parents: beef41c
Author: Mark Struberg <st...@apache.org>
Authored: Tue Nov 13 14:48:10 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Nov 13 14:48:33 2018 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/70531d38/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1ebf97a..38c76e6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
       fix deadlock on massive concurrent requests
     </action>
     <action dev="ggregory" issue="POOL-345" type="update">
-      Update optional library cglib from 3.2.6 to 3.2.7.
+      Update optional library cglib from 3.2.6 to 3.2.9.
     </action>
     <action dev="ggregory" issue="POOL-346" type="update" due-to="Michael Chen">
       Move common configuration setter to BaseGenericObjectPool #9.
@@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
       borrowObject waits for maxWaitMillis over in pool full.
     </action>
     <action dev="ggregory" issue="POOL-349" type="update">
-      Update optional library asm-util from 6.2 to 6.2.1.
+      Update optional library asm-util from 6.2 to 7.0.
     </action>
   </release>  
   <release version="2.6.0" date="2018-07-06" description="This is a maintenance release.">