You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2017/08/09 02:18:44 UTC

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

Author: kinow
Date: Wed Aug  9 02:18:44 2017
New Revision: 1804482

URL: http://svn.apache.org/viewvc?rev=1804482&view=rev
Log:
VFS-189: Add changes entry

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=1804482&r1=1804481&r2=1804482&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Aug  9 02:18:44 2017
@@ -50,6 +50,9 @@ The <action> type attribute can be add,u
 <!--        [Local] Need an easy way to convert from a FileObject to a File. -->
 <!--       </action> -->
 <!-- START Might need to be moved to the next version -->
+     <action issue="VFS-189" dev="kinow" type="fix">
+        Possible NPE in DefaultFileSystemManager.
+     </action>
      <action issue="VFS-628" dev="ggregory" type="add">
         Add a file inverter FileSelector: InvertIncludeFileSelector.
      </action>