This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new f58b388 Minor Improvements #78. new 782b5fc Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-dbcp.git f58b388 is described below commit f58b3886b207854d72163aff53f9f04052992ee1 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jan 13 14:39:26 2021 -0500 Minor Improvements #78. --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1122293..bbdfffb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -87,7 +87,10 @@ The <action> type attribute can be add,update,fix,remove. Bump japicmp-maven-plugin from 0.14.4 to 0.15.2, #83. </action> <action issue="DBCP-567" dev="ggregory" type="update" due-to="Phil Steitz, Gary Gregory, Phil Steitz, Romain Manni-Bucau"> - Use abort rather than close to clean up abandoned connections. + Use abort rather than close to clean up abandoned connections. + </action> + <action dev="ggregory" type="update" due-to="Arturo Bernal"> + Minor Improvements #78. </action> <!-- FIXES --> <action dev="ggregory" type="update" issue="DBCP-569" due-to="Florent Guillaume">