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 8e5c2c5 Organize changes.xml. 8e5c2c5 is described below commit 8e5c2c544e40a3c6ad46c30d447741c2831bea73 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 26 10:53:24 2021 -0500 Organize changes.xml. --- src/changes/changes.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a54f6d5..82c721d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,11 @@ The <action> type attribute can be add,update,fix,remove. <action issue="COMPRESS-596" type="fix" date="2021-12-07" dev="Peter Lee" due-to="Tamas Mucs"> Fix minor problem in examples. </action> + <action issue="COMPRESS-584" type="fix" date="2021-08-11" dev="matthijsln" due-to="Matthijs Laan, Peter Lee"> + Add a limit to the copy buffer in IOUtils.readRange() to + avoid reading more from a channel than asked for. + Github Pull Request #214. + </action> <!-- ADD --> <!-- none yet --> <!-- UPDATE --> @@ -79,11 +84,6 @@ The <action> type attribute can be add,update,fix,remove. - org.apache.commons.compress.harmony.pack200.SegmentAnnotationVisitor - org.apache.commons.compress.harmony.pack200.SegmentFieldVisitor </action> - <action issue="COMPRESS-584" type="fix" date="2021-08-11" dev="matthijsln" due-to="Matthijs Laan, Peter Lee"> - Add a limit to the copy buffer in IOUtils.readRange() to - avoid reading more from a channel than asked for. - Github Pull Request #214. - </action> <action type="update" dev="ggregory" due-to="Dependabot"> Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 #221. </action>