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 953d88103 [COMPRESS-660] Make commons.codec imports optional #482 953d88103 is described below commit 953d8810384cce6817e0caa3aa6b0a33579165a8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Feb 21 10:11:33 2024 -0500 [COMPRESS-660] Make commons.codec imports optional #482 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dcf2f124c..72f6d54fb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove. <release version="1.26.1" date="2024-MM-DD" description="Minor feature and maintenance release."> <!-- 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> <release version="1.26.0" date="2024-02-17" description="Minor feature and maintenance release."> <!-- FIX -->