Skip to content

Commit

Permalink
Prepare for the next release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 16, 2024
1 parent 5a1ed35 commit 375c84f
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Apache Commons Compress

[![Java CI](https://github.com/apache/commons-compress/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-compress/actions/workflows/maven.yml)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/?gav=true)
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-compress/1.27.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-compress/1.27.0)
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-compress/1.27.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-compress/1.27.1)
[![CodeQL](https://github.com/apache/commons-compress/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-compress/actions/workflows/codeql-analysis.yml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-compress/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-compress)

Expand All @@ -71,7 +71,7 @@ Alternatively, you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.27.0</version>
<version>1.27.1</version>
</dependency>
```

Expand Down
45 changes: 45 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,49 @@

Apache Commons Compress
Version 1.27.1
Release Notes

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.

This is a feature and maintenance release. Java 8 or later is required.

Changes in this version
-----------------------

Changes in this version include the following.


Fixed Bugs
----------

* COMPRESS-686: Compression into BZip2 format has unexpected end of file when using a BufferedOutputStream. Thanks to Richard Blank, Gary Gregory.

Changes
-------

* Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 #556. Thanks to Dependabot, Gary Gregory.


Resources
---------

Historical list of changes: https://commons.apache.org/proper/commons-compress/changes-report.html

For complete information on Apache Commons Compress, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Compress website:

https://commons.apache.org/proper/commons-compress/

Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi

Have fun!
-Apache Commons Team

-----------------------------------------------------------------------------

Apache Commons Compress
Version 1.27.0
Release Notes
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
<commons.jira.id>COMPRESS</commons.jira.id>
<commons.jira.pid>12310904</commons.jira.pid>
<!-- configuration bits for cutting a release candidate -->
<commons.release.version>1.27.0</commons.release.version>
<commons.release.next>1.27.1</commons.release.next>
<commons.bc.version>1.26.2</commons.bc.version>
<commons.release.version>1.27.1</commons.release.version>
<commons.release.next>1.27.2</commons.release.next>
<commons.bc.version>1.27.0</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version>
<mockito.version>4.11.0</mockito.version>
<commons.pmd-impl.version>7.2.0</commons.pmd-impl.version>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons Compress Release Notes</title>
</properties>
<body>
<release version="1.27.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
<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 -->
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 #556.</action>
Expand Down
26 changes: 13 additions & 13 deletions src/site/xdoc/download_compress.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,32 +113,32 @@ limitations under the License.
</p>
</subsection>
</section>
<section name="Apache Commons Compress 1.27.0 ">
<section name="Apache Commons Compress 1.27.1 ">
<subsection name="Binaries">
<table>
<tr>
<td><a href="[preferred]/commons/compress/binaries/commons-compress-1.27.0-bin.tar.gz">commons-compress-1.27.0-bin.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.27.0-bin.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.27.0-bin.tar.gz.asc">pgp</a></td>
<td><a href="[preferred]/commons/compress/binaries/commons-compress-1.27.1-bin.tar.gz">commons-compress-1.27.1-bin.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.27.1-bin.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.27.1-bin.tar.gz.asc">pgp</a></td>
</tr>
<tr>
<td><a href="[preferred]/commons/compress/binaries/commons-compress-1.27.0-bin.zip">commons-compress-1.27.0-bin.zip</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.27.0-bin.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.27.0-bin.zip.asc">pgp</a></td>
<td><a href="[preferred]/commons/compress/binaries/commons-compress-1.27.1-bin.zip">commons-compress-1.27.1-bin.zip</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.27.1-bin.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.27.1-bin.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
<subsection name="Source">
<table>
<tr>
<td><a href="[preferred]/commons/compress/source/commons-compress-1.27.0-src.tar.gz">commons-compress-1.27.0-src.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.27.0-src.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.27.0-src.tar.gz.asc">pgp</a></td>
<td><a href="[preferred]/commons/compress/source/commons-compress-1.27.1-src.tar.gz">commons-compress-1.27.1-src.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.27.1-src.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.27.1-src.tar.gz.asc">pgp</a></td>
</tr>
<tr>
<td><a href="[preferred]/commons/compress/source/commons-compress-1.27.0-src.zip">commons-compress-1.27.0-src.zip</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.27.0-src.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.27.0-src.zip.asc">pgp</a></td>
<td><a href="[preferred]/commons/compress/source/commons-compress-1.27.1-src.zip">commons-compress-1.27.1-src.zip</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.27.1-src.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.27.1-src.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
Expand Down

0 comments on commit 375c84f

Please sign in to comment.