This is an automated email from the ASF dual-hosted git repository. ebourg 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 804c4fd9b Amend the changelog and the release notes to mention the new runtime dependencies added to the version 1.26.0 804c4fd9b is described below commit 804c4fd9bc7dba9826c6b938cff2d6fdfccc5dc4 Author: Emmanuel Bourg <ebo...@apache.org> AuthorDate: Fri Nov 1 15:41:38 2024 +0100 Amend the changelog and the release notes to mention the new runtime dependencies added to the version 1.26.0 --- RELEASE-NOTES.txt | 1 + src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index c9f8d5a52..58deb0cea 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -251,6 +251,7 @@ New Features * Add and use ArchiveInputStream.getCharset(). Thanks to Gary Gregory. * Add and use ArchiveEntry.resolveIn(Path). Thanks to Gary Gregory. * Add Maven property project.build.outputTimestamp for build reproducibility. Thanks to Gary Gregory. +* Add new runtime dependencies on commons-codec, commons-lang3 and commons-io Fixed Bugs --------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 352cecb57..406a69c8b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -164,6 +164,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Romain Manni-Bucau, Gary Gregory">Drop reflection from ExtraFieldUtils static initialization #480.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Preserve exception causation in ExtraFieldUtils.register(Class).</action> <!-- ADD --> + <action type="add" dev="ggregory" due-to="Gary Gregory">New runtime dependencies on commons-codec, commons-lang3 and commons-io.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use ZipFile.builder(), ZipFile.Builder, and deprecate constructors.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use SevenZFile.builder(), SevenZFile.Builder, and deprecate constructors.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use ArchiveInputStream.getCharset().</action>