You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/05/08 16:18:33 UTC

svn commit: r1480286 - /commons/proper/io/trunk/src/changes/changes.xml

Author: sebb
Date: Wed May  8 14:18:33 2013
New Revision: 1480286

URL: http://svn.apache.org/r1480286
Log:
IO-380 FileUtils.copyInputStreamToFile should document it closes the input source

Modified:
    commons/proper/io/trunk/src/changes/changes.xml

Modified: commons/proper/io/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1480286&r1=1480285&r2=1480286&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Wed May  8 14:18:33 2013
@@ -47,6 +47,9 @@ The <action> type attribute can be add,u
   <body>
     <!-- The release date is the date RC is cut -->
     <release version="2.5" date="2013-??-??" description="New features and bug fixes.">    
+      <action issue="IO-380" dev="sebb" type="fix">
+        FileUtils.copyInputStreamToFile should document it closes the input source
+      </action>            
       <action issue="IO-279" dev="sebb" type="fix">
         Tailer erroneously considers file as new.
         Fix to use file.lastModified() rather than System.currentTimeMillis()