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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 05f6b35b2 Add section for the next release
05f6b35b2 is described below
commit 05f6b35b2373f49769609c6767d180e18a6c2401
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Feb 14 13:38:26 2025 +0000
Add section for the next release
---
src/changes/changes.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d15f6b7cd..cdb223691 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,12 @@ The <action> type attribute can be add,update,fix,remove.
<author email="[email protected]">Apache Commons Developers</author>
</properties>
<body>
- <release version="2.10.0" date="2025-02-01" description="Maintenance
release. Requires Java 8 or above.">
+ <release version="2.10.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
+ <release version="2.10.0" date="2025-02-01" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" issue="VFS-854" dev="ecki" due-to="Andrey Turbanov">
Avoid debug-logging URL credentials.