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 3fce35bf1 Fix release notes generartion 3fce35bf1 is described below commit 3fce35bf16b6f51ee7d67a6cda380bd77b0ab547 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 9 09:29:22 2024 -0500 Fix release notes generartion --- RELEASE-NOTES.txt | 15 --------------- src/changes/release-notes.vm | 5 ----- 2 files changed, 20 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 467ea042b..a1331320b 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -11,11 +11,6 @@ archive formats. These include: bzip2, gzip, pack200, LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. -Apache Commons Compress defines an API for working with -compression and archive formats. These include bzip2, gzip, pack200, -LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, -Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. - Minor feature and maintenance release. Changes in this version @@ -69,11 +64,6 @@ archive formats. These include: bzip2, gzip, pack200, LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. -Apache Commons Compress defines an API for working with -compression and archive formats. These include bzip2, gzip, pack200, -LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, -Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. - Minor feature and maintenance release. Changes in this version include: @@ -165,11 +155,6 @@ archive formats. These include: bzip2, gzip, pack200, LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. -Apache Commons Compress defines an API for working with -compression and archive formats. These include: bzip2, gzip, pack200, -LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, -Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. - Minor feature and maintenance release. Changes in this version include: diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index f8c0d427b..0ed7cdcca 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -22,11 +22,6 @@ Release Notes INTRODUCTION ------------ -Apache Commons Compress defines an API for working with compression and -archive formats. These include: bzip2, gzip, pack200, LZMA, XZ, Snappy, -traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and -ar, cpio, jar, tar, zip, dump, 7z, arj. - $introduction.replaceAll("(?<!\015)\012", " ")