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/16 18:07:05 UTC

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

Author: ggregory
Date: Wed May 16 16:07:05 2012
New Revision: 1339246

URL: http://svn.apache.org/viewvc?rev=1339246&view=rev
Log:
[VFS-400] Add a FileSelector based on regular expressions.

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=1339246&r1=1339245&r2=1339246&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed May 16 16:07:05 2012
@@ -23,6 +23,9 @@
 
   <body>
     <release version="2.1" date="TBD" description="">
+      <action issue="VFS-400" dev="ggregory" type="add">
+        Add a FileSelector based on regular expressions.
+      </action>
       <action issue="VFS-258" dev="ggregory" type="update" due-to="mzawirski">
         [SFTP][RAM] Unsafe casting to AbstractFileObject subclasses in doRename().
       </action>