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 81ad5a36 Add entry for the next release
81ad5a36 is described below
commit 81ad5a367ccea9bb0c489ebeb7e275ea349cf7e7
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Oct 28 08:22:55 2023 -0400
Add entry 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 12df39dc..97705582 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.11.1" date="2023-MM-DD" description="This is a minor
release, including bug fixes and enhancements.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<release version="2.11.0" date="2023-10-23" description="This is a minor
release, including bug fixes and enhancements.">
<!-- FIX -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Update call
sites of deprecated APIs from Apache Commons Pool.</action>