You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by kr...@apache.org on 2015/12/23 20:12:29 UTC

svn commit: r1721569 - in /commons/proper/io/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: krosenvold
Date: Wed Dec 23 19:12:28 2015
New Revision: 1721569

URL: http://svn.apache.org/viewvc?rev=1721569&view=rev
Log:
Moved to changes

Modified:
    commons/proper/io/trunk/RELEASE-NOTES.txt
    commons/proper/io/trunk/src/changes/changes.xml

Modified: commons/proper/io/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=1721569&r1=1721568&r2=1721569&view=diff
==============================================================================
--- commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/io/trunk/RELEASE-NOTES.txt Wed Dec 23 19:12:28 2015
@@ -20,7 +20,6 @@ New features and bug fixes.
 Changes in this version include:
 
 New features:
-o IO-433:  Converted all testcases to JUnit 4 
 o IO-487:  Add ValidatingObjectInputStream for controlled deserialization 
 o IO-471:  Support for additional encodings in ReversedLinesFileReader Thanks to Leandro Reis. 
 o IO-425:  Setter method for threshold on ThresholdingOutputStream Thanks to Craig Swank. 
@@ -93,6 +92,7 @@ o IO-352:  Spelling fixes. Thanks to sco
 o IO-436:  Improper JavaDoc comment for FilenameUtils.indexOfExtension. Thanks to christoph.schneegans. 
 
 Changes:
+o IO-433:  Converted all testcases to JUnit 4 
 o IO-466:  Added testcase to show this was fixed with IO-423 
 o IO-479:  Correct exception message in FileUtils.getFile(File, String...) Thanks to Zhouce Chen. 
 o IO-465:  Update to JUnit 4.12 Thanks to based2. 

Modified: commons/proper/io/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1721569&r1=1721568&r2=1721569&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Wed Dec 23 19:12:28 2015
@@ -47,7 +47,7 @@ The <action> type attribute can be add,u
   <body>
     <!-- The release date is the date RC is cut -->
     <release version="2.5" date="2015-12-23" description="New features and bug fixes.">
-      <action issue="IO-433" dev="krosenvold" type="add">
+      <action issue="IO-433" dev="krosenvold" type="update">
         Converted all testcases to JUnit 4
       </action>
       <action issue="IO-487" dev="bdelacretaz" type="add">