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 362c016  Order entries.
362c016 is described below

commit 362c01632185228bc2bc999d1dc1d08ca70c467a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jul 31 15:02:54 2020 -0400

    Order entries.
---
 src/changes/changes.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 84e3c01..0656d90 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,10 +61,15 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="2.8.0" date="2019-MM-DD" description="This is a minor 
release, including bug fixes and enhancements.">
+      <!-- add -->
+      <action dev="ggregory" type="add" issue="DBCP-564" due-to="Florent 
Guillaume">
+        Fix BasicManagedDataSource leak of connections opened after 
transaction is rollback-only #39.
+      </action>
       <!-- fix -->
       <action dev="ggregory" type="fix" issue="DBCP-555" due-to="Gary Gregory">
         NPE when creating a SQLExceptionList with a null list.
       </action>
+      <!-- update -->
       <action dev="ggregory" type="update" issue="DBCP-650" due-to="Gary 
Gregory, Dependabot">
         Update Apache Commons Pool from 2.7.0 to 2.8.1, #48.
       </action>
@@ -86,9 +91,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from org.slf4j:slf4j-simple 1.7.26 to 1.7.30.
       </action>
-      <action dev="ggregory" type="add" issue="DBCP-564" due-to="Florent 
Guillaume">
-        Fix BasicManagedDataSource leak of connections opened after 
transaction is rollback-only #39.
-      </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update build from com.github.siom79.japicmp:japicmp-maven-plugin 
0.13.1 to 0.14.3.
       </action>

Reply via email to