Repository: commons-pool Updated Branches: refs/heads/master 75a47ee1f -> 02680cbf1
track changes Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/02680cbf Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/02680cbf Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/02680cbf Branch: refs/heads/master Commit: 02680cbf1f7bc681cadb9719a7b3d1fe741268a9 Parents: 75a47ee Author: Mark Struberg <strub...@apache.org> Authored: Tue Nov 13 13:55:00 2018 +0100 Committer: Mark Struberg <strub...@apache.org> Committed: Tue Nov 13 13:55:00 2018 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-pool/blob/02680cbf/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5f8e1a4..4cd9014 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,12 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> <release version="2.6.1" date="2018-MM-DD" description="This is a maintenance release."> + <action dev="struberg" issue="POOL-340" type="fix"> + correct validateObject with concurrent borrowObject + </action> + <action dev="struberg" issue="POOL-356" type="fix"> + 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. </action>