aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2012-06-12 22:16:48 +0000
committerGary D. Gregory <ggregory@apache.org>2012-06-12 22:16:48 +0000
commit5a8099ef4749a671c34b249807500e78b66fe7fa (patch)
tree9b64e90a354018327778cdefc46f2ca0ff37f99a /RELEASE-NOTES.txt
parent06763772ac6b9e4a8efa692933d3a1512d9cb6b7 (diff)
downloadapache-commons-io-5a8099ef4749a671c34b249807500e78b66fe7fa.tar.gz
Preparing release 2.4-RC2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1349567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index e24e1e1d..16a0b675 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -30,6 +30,7 @@ o IO-325: Add IOUtils.toByteArray methods to work with URL and URI. Thanks to r
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.