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 2018/06/12 22:02:22 UTC

commons-io git commit: [IO-554] FileUtils.copyToFile(InputStream source, File destination) should not close input stream.

Repository: commons-io
Updated Branches:
  refs/heads/master c6b8a383d -> 23cc15832


[IO-554] FileUtils.copyToFile(InputStream source, File destination)
should not close input stream.

Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/23cc1583
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/23cc1583
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/23cc1583

Branch: refs/heads/master
Commit: 23cc15832cdb86f856cf656b3bc2720258b8849c
Parents: c6b8a38
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Jun 12 16:02:19 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Jun 12 16:02:19 2018 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/23cc1583/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 279eef1..22b8be9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-580" dev="ggregory" type="update">
         Update org.apache.commons.io.FilenameUtils.isExtension(String, String[]) to use var args.
       </action>
+      <action issue="IO-554" dev="ggregory" type="fix" due-to="Michele Mariotti">
+        FileUtils.copyToFile(InputStream source, File destination) should not close input stream.
+      </action>
     </release>
 
     <release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">