You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2020/09/17 11:06:47 UTC

[commons-dbcp] branch master updated: Update changelog

This is an automated email from the ASF dual-hosted git repository.

markt 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 fbaa744  Update changelog
fbaa744 is described below

commit fbaa74401d061136713819f67c2ad6f02ae80ea9
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 17 11:57:14 2020 +0100

    Update changelog
---
 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 3268622..8a47c27 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,7 +77,10 @@ The <action> type attribute can be add,update,fix,remove.
       </action>
       <action dev="ggregory" type="fix" issue="DBCP-558" due-to="louislatreille">
         Fix DelegatingConnection readOnly and autoCommit caching mechanism #35.
-      </action>     
+      </action>
+      <action dev="markt" type="fix" due-to="Sebastian Haas">
+        Fix regression introduced by unreleased code clean-up #63.
+      </action>
       <!-- update -->
       <action dev="ggregory" type="update" due-to="DoiMasayuki, Alexander Norz, Gary Gregory">
         Update to PR#36 - PrepareStatement and prepareCall methods are extracted #37.