Author: sebb
Date: Tue Mar 13 21:31:49 2012
New Revision: 1300362
URL: http://svn.apache.org/viewvc?rev=1300362&view=rev
Log:
Another fix for this version
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=1300362&r1=1300361&r2=1300362&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Tue Mar 13 21:31:49 2012
@@ -40,6 +40,9 @@ The <action> type attribute can be add,u
<body>
<release version="2.2" date="TBA">
+ <action issue="IO-287" dev="bayard" type="add" due-to="Ron Kuris, Gary
Gregory">
+ Use terabyte (TB) , petabyte (PB) and exabyte (EB) in
FileUtils.byteCountToDisplaySize(long size)
+ </action>
<action issue="IO-306" dev="sebb" type="fix">
ReaderInputStream#read(byte[] b, int off, int len) should always
return 0 for length == 0
</action>