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 2021/01/13 19:39:50 UTC

[commons-dbcp] branch master updated: Minor Improvements #78.

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 <ga...@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">