Author: britter
Date: Fri May 22 07:57:29 2015
New Revision: 1681025
URL: http://svn.apache.org/r1681025
Log:
IO-479: Add attribution for github contributor Zhouce Chen to changes.xml
although it has already been fixed in the meantime by sebb in rev. 1652148.
This closes #3 from github.
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=1681025&r1=1681024&r2=1681025&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Fri May 22 07:57:29 2015
@@ -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="2014-??-??" description="New features and bug
fixes.">
+ <action issue="IO-479" dev="sebb" type="update" due-to="Zhouce Chen">
+ Correct exception message in FileUtils.getFile(File, String...)
+ </action>
<action issue="IO-402" dev="britter" type="add" due-to="Niall Pemberton">
Introduce new class AppendableOutputStream
</action>