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 9a05c1d21 [COMPRESS-632] Check for invalid PAX values in TarArchiveEntry #438 new 2580413eb Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git 9a05c1d21 is described below commit 9a05c1d21f89bcdba249ef97fb01665d24421cc3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Nov 14 09:04:22 2023 -0500 [COMPRESS-632] Check for invalid PAX values in TarArchiveEntry #438 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 41047392e..1d18f5bcd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,9 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons Compress Release Notes</title> </properties> <body> + <release version="1.25.1" date="202Y-MM-DD" description="Minor feature and maintenance release."> + <action type="fix" issue="COMPRESS-632" dev="ggregory" due-to="Yakov Shafranovich, Gary Gregory">Check for invalid PAX values in TarArchiveEntry #438.</action> + </release> <release version="1.25.0" date="2023-11-12" description="Minor feature and maintenance release."> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipParameters.getFileName() and deprecate getFilename().</action>