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 fd0f9f360 Remove out of date jar and scripts #483 fd0f9f360 is described below commit fd0f9f3604452ddca130a08e89783d38268b916d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Feb 21 11:58:13 2024 -0500 Remove out of date jar and scripts #483 --- src/changes/changes.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 72f6d54fb..90717bcfa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,7 +48,9 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <action type="fix" issue="COMPRESS-659" dev="ggregory" due-to="David Handermann, Gary Gregory">TarArchiveOutputStream should use Commons IO Charsets instead of Commons Codec Charsets.</action> <action type="fix" issue="COMPRESS-660" dev="ggregory" due-to="660, Gary Gregory">Make commons.codec imports optional #482.</action> - </release> + <!-- REMOVE --> + <action type="remove" dev="ggregory" due-to="Christoph Loy, Gary Gregory">Remove out of date jar and scripts #483.</action> + </release> <release version="1.26.0" date="2024-02-17" description="Minor feature and maintenance release."> <!-- FIX --> <action type="fix" issue="COMPRESS-632" dev="ggregory" due-to="Yakov Shafranovich, Gary Gregory">Check for invalid PAX values in TarArchiveEntry #438.</action>