You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/05/31 20:15:52 UTC

[commons-io] branch master updated: Fix due-to attributions.

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 fff6d79  Fix due-to attributions.
fff6d79 is described below

commit fff6d7982f9230c5ca24410db158e67971ff049f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon May 31 16:15:49 2021 -0400

    Fix due-to attributions.
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c489e23..3ceb4bf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -152,7 +152,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Rob Spoor, Gary Gregory">
         Prevent infinite loop with AbstractCharacterFilterReader if EOF is filtered out #226.
       </action>
-      <action issue="IO-429" dev="ggregory" type="fix" due-to="Rob Spoor, Ivan Leskin">
+      <action issue="IO-429" dev="ggregory" type="fix" due-to="Ivan Leskin, Ivan Leskin">
         Check for long streams in IOUtils.toByteArray #175.
       </action>
       <!-- ADD -->
@@ -174,7 +174,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add" due-to="Rob Spoor, Gary Gregory">
         Add factory methods to CloseShieldInputStream, CloseShieldReader, CloseShieldOutputStream, CloseShieldWriter, #173.
       </action>
-      <action dev="ggregory" type="add" due-to="Rob Spoor, Gary Gregory">
+      <action dev="ggregory" type="add" due-to="maxxedev, Gary Gregory">
         Add QueueInputStream and QueueOutputStream as simpler alternatives to PipedInputStream and PipedOutputStream #171.
       </action>
       <action dev="ggregory" type="add" due-to="Gary Gregory">