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-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 552a4e223 Add section for the next release
552a4e223 is described below
commit 552a4e2239022e55423772cabe4785f2cf52966b
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 23 23:06:10 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 c718857ed..c61f6a9f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,11 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons Compress Release Notes</title>
</properties>
<body>
+ <release version="1.27.0" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<release version="1.26.2" date="2024-05-18" description="Minor feature and
maintenance release.">
<!-- FIX -->
<action type="fix" issue="COMPRESS-665" dev="ggregory" due-to="Gary
Gregory, Elliotte Rusty Harold">Deprecate
org.apache.commons.compress.utils.CharsetNames in favor or
java.nio.charset.StandardCharsets.</action>