Repository: commons-dbcp
Updated Branches:
  refs/heads/master 155eac83d -> 40a36395a


[DBCP-506] Support JDBC 4.2.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/40a36395
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/40a36395
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/40a36395

Branch: refs/heads/master
Commit: 40a36395a410464296ec2ee056724631b5fd17fc
Parents: 155eac8
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Sun Jun 17 10:16:37 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Sun Jun 17 10:16:37 2018 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/40a36395/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index db111aa..62c845b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" issue="DBCP-505" due-to="Gary 
Gregory">
         Update Java requirement from version 7 to 8.
       </action>
+      <action dev="ggregory" type="update" issue="DBCP-506" due-to="Gary 
Gregory">
+        Support JDBC 4.2.
+      </action>
     </release>
     <release version="2.4.0" date="2018-06-12" description="This is a minor 
release, including bug fixes and enhancements.">
       <action dev="ggregory" type="fix" issue="DBCP-484" due-to="Emanuel 
Freitas">

Reply via email to