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 16b358c8 Add section for the next release
16b358c8 is described below
commit 16b358c81cb86bc0ed61f92580c2d10305cb28f2
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 2 18:24:05 2024 +0000
Add section for the next release
---
src/changes/changes.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f005fcce..adf7d972 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,11 @@ The <action> type attribute can be add,update,fix,remove.
EvictionTimer
-->
<body>
+ <release version="2.13.1" date="YYYY-MM-DD" description="This is a minor
release, including bug fixes and enhancements.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<release version="2.13.0" date="2024-11-23" description="This is a minor
release, including bug fixes and enhancements.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Johno Crawford">Avoid object
creation when invoking isDisconnectionSqlException #422.</action>