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/04/16 22:38:01 UTC

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

Author: ggregory
Date: Mon Apr 16 20:38:00 2012
New Revision: 1326787

URL: http://svn.apache.org/viewvc?rev=1326787&view=rev
Log:
First cut at [IO-326] Add new FileUtils.sizeOf[Directory] APIs to return BigInteger.

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=1326787&r1=1326786&r2=1326787&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Mon Apr 16 20:38:00 2012
@@ -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.4" date="2012-TDB-TDB" description="">
+      <action issue="IO-326" dev="ggregory" type="fix" due-to="ggregory">
+        Add new FileUtils.sizeOf[Directory] APIs to return BigInteger.
+      </action>            
       <action issue="IO-325" dev="ggregory" type="fix" due-to="raviprak">
         Add IOUtils.toByteArray methods to work with URL and URI.
       </action>