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 2016/04/27 01:52:58 UTC

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

Author: ggregory
Date: Tue Apr 26 23:52:58 2016
New Revision: 1741121

URL: http://svn.apache.org/viewvc?rev=1741121&view=rev
Log:
[IO-502] Exceptions are suppressed incorrectly when copying files.

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=1741121&r1=1741120&r2=1741121&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Tue Apr 26 23:52:58 2016
@@ -46,6 +46,11 @@ The <action> type attribute can be add,u
 
   <body>
     <!-- The release date is the date RC is cut -->
+    <release version="2.6" date="2016-MM-DD" description="New features and bug fixes.">
+      <action issue="IO-502" dev="ggregory" type="fix" due-to="Christian Schulte">
+        Exceptions are suppressed incorrectly when copying files.
+      </action>
+    </release>
     <release version="2.5" date="2016-04-22" description="New features and bug fixes.">
       <action issue="IO-492" dev="ggregory" type="fix" due-to="Santiago Castro">
         Typo: In an IOUtils.java comment it says "focussed" instead of "focused".