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/05/23 00:29:36 UTC

svn commit: r1341666 - /commons/proper/vfs/trunk/src/changes/changes.xml

Author: ggregory
Date: Tue May 22 22:29:36 2012
New Revision: 1341666

URL: http://svn.apache.org/viewvc?rev=1341666&view=rev
Log:
[VFS-417][RAM][Local] Add and implement new API: RandomAccessContent.setLength(long).
[VFS-406][RAM] resize throws ArrayOOBE when shrinking in size.

Modified:
    commons/proper/vfs/trunk/src/changes/changes.xml

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1341666&r1=1341665&r2=1341666&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Tue May 22 22:29:36 2012
@@ -23,6 +23,12 @@
 
   <body>
     <release version="2.1" date="TBD" description="">
+      <action issue="VFS-417" dev="ggregory" type="add">
+        [RAM][Local] Add and implement new API: RandomAccessContent.setLength(long).
+      </action>
+      <action issue="VFS-406" dev="ggregory" type="fix" due-to="mp1">
+        [RAM] resize throws ArrayOOBE when shrinking in size.
+      </action>
       <action issue="VFS-321" dev="ggregory" type="update" due-to="sebb@apache.org">
         AbstractFileObject sometimes uses getFileSystem() and sometimes references "fs" field directly.
       </action>