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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new e90866f  Prevent IllegalArgumentExceptions in 
BrokenInputStream/Reader/OutputStream/Writer #278.
e90866f is described below

commit e90866fcd5de46216f30def7704b8aaaf0a801b0
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Tue Sep 28 14:37:41 2021 -0400

    Prevent IllegalArgumentExceptions in
    BrokenInputStream/Reader/OutputStream/Writer #278.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 49c8fc6..5d1a79e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -107,6 +107,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-638" dev="ggregory" type="fix" due-to="Gary Gregory">
         PathUtils.setReadOnly(Path, boolean, LinkOption...) readOnly argument 
is always assumed true on POSIX.
       </action>
+      <action issue="IO-729" dev="ggregory" type="fix" due-to="Rob Spoor, Gary 
Gregory">
+        Prevent IllegalArgumentExceptions in 
BrokenInputStream/Reader/OutputStream/Writer #278.
+      </action>
       <!-- ADD -->
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add BrokenReader.INSTANCE.

Reply via email to