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/12 21:33:44 UTC

svn commit: r1349491 - /commons/proper/io/trunk/src/changes/changes.xml

Author: ggregory
Date: Tue Jun 12 19:33:44 2012
New Revision: 1349491

URL: http://svn.apache.org/viewvc?rev=1349491&view=rev
Log:
[IO-326] Add new FileUtils.sizeOf[Directory] APIs to return BigInteger. Thanks to Bruno P. Kinoshita for the fix and test case.

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=1349491&r1=1349490&r2=1349491&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Tue Jun 12 19:33:44 2012
@@ -80,7 +80,7 @@ The <action> type attribute can be add,u
       <action issue="IO-327" dev="ggregory" type="add" due-to="ggregory">
         Add byteCountToDisplaySize(BigInteger).
       </action>            
-      <action issue="IO-326" dev="ggregory" type="add" due-to="ggregory">
+      <action issue="IO-326" dev="ggregory" type="add" due-to="ggregory, kinow">
         Add new FileUtils.sizeOf[Directory] APIs to return BigInteger.
       </action>            
       <action issue="IO-325" dev="ggregory" type="add" due-to="raviprak">