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 2012/06/13 00:16:49 UTC

svn commit: r1349567 - /commons/proper/io/trunk/RELEASE-NOTES.txt

Author: ggregory
Date: Tue Jun 12 22:16:48 2012
New Revision: 1349567

URL: http://svn.apache.org/viewvc?rev=1349567&view=rev
Log:
Preparing release 2.4-RC2.

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

Modified: commons/proper/io/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=1349567&r1=1349566&r2=1349567&view=diff
==============================================================================
--- commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/io/trunk/RELEASE-NOTES.txt Tue Jun 12 22:16:48 2012
@@ -30,6 +30,7 @@ o IO-325:  Add IOUtils.toByteArray metho
 o IO-324:  Add missing Charset sister APIs to method that take a String charset name. Thanks to raviprak. 
 
 Fixed Bugs:
+o IO-336:  Yottabyte (YB) incorrectly defined in FileUtils. Thanks to rleavelle. 
 o IO-279:  Tailer erroneously considers file as new. Thanks to Sergio Bossa, Chris Baron. 
 o IO-335:  Tailer#readLines - incorrect CR handling. 
 o IO-334:  FileUtils.toURLs throws NPE for null parameter; document the behavior.