Author: pascalschumacher Date: Sun Aug 13 17:26:52 2017 New Revision: 1804931
URL: http://svn.apache.org/viewvc?rev=1804931&view=rev Log: VFS-642: add changes.xml 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=1804931&r1=1804930&r2=1804931&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/changes.xml (original) +++ commons/proper/vfs/trunk/src/changes/changes.xml Sun Aug 13 17:26:52 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-642" dev="pschumacher" type="update" due-to="ilangoldfeld"> + Upgrade to jcifs 1.3.17 + </action> <action issue="VFS-189" dev="kinow" type="fix"> Possible NPE in DefaultFileSystemManager. </action>