This is an automated email from the ASF dual-hosted git repository.

peterlee 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 da22ecf  record COMPRESS-584
da22ecf is described below

commit da22ecf0fd91cdd5abd105692ff81ba40a5c27cf
Author: PeterAlfredLee <peteralfred...@gmail.com>
AuthorDate: Wed Aug 11 10:41:54 2021 +0800

    record COMPRESS-584
---
 src/changes/changes.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4ebbc07..48f3b9c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,11 @@ 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>
     </release>
     <release version="1.21" date="2021-07-12"
              description="Release 1.21 (Java 8)

Reply via email to