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 00b22db6b Add section for the next release
00b22db6b is described below
commit 00b22db6b95e03b3c555551dcf39711abc727b33
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 20 11:02:13 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 c3c7bacab..0452cb7c7 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.2" 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.27.1" date="2024-08-16" description="This is a feature
and maintenance release. Java 8 or later is required.">
<action type="fix" issue="COMPRESS-686" dev="ggregory" due-to="Richard
Blank, Gary Gregory">Compression into BZip2 format has unexpected end of file
when using a BufferedOutputStream.</action>
<!-- UPDATE -->