Author: ggregory Date: Tue Sep 5 19:11:52 2017 New Revision: 1807391 URL: http://svn.apache.org/viewvc?rev=1807391&view=rev Log: Minor formatting.
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=1807391&r1=1807390&r2=1807391&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/changes.xml (original) +++ commons/proper/vfs/trunk/src/changes/changes.xml Tue Sep 5 19:11:52 2017 @@ -50,43 +50,43 @@ 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"> + <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"> + </action> + <action issue="VFS-189" dev="kinow" type="fix"> Possible NPE in DefaultFileSystemManager. - </action> - <action issue="VFS-628" dev="ggregory" type="add"> + </action> + <action issue="VFS-628" dev="ggregory" type="add"> Add a file inverter FileSelector: InvertIncludeFileSelector. - </action> - <action issue="VFS-612" dev="ggregory" type="update"> + </action> + <action issue="VFS-612" dev="ggregory" type="update"> Update the platform requirement from Java 6 to Java 7. - </action> - <action issue="VFS-615" dev="ggregory" type="update"> + </action> + <action issue="VFS-615" dev="ggregory" type="update"> Update Apache Commons Compress from 1.11 to 1.12. - </action> - <action issue="VFS-629" dev="ggregory" type="update"> + </action> + <action issue="VFS-629" dev="ggregory" type="update"> Update Apache Commons Compress from 1.12 to 1.13. - </action> - <action issue="VFS-639" dev="ggregory" type="update"> + </action> + <action issue="VFS-639" dev="ggregory" type="update"> Update Apache Commons Compress from 1.13 to 1.14. - </action> - <action issue="VFS-631" dev="ggregory" type="update"> + </action> + <action issue="VFS-631" dev="ggregory" type="update"> Update from Apache Commons Net 3.5 to 3.6. - </action> - <action issue="VFS-632" dev="ggregory" type="update"> + </action> + <action issue="VFS-632" dev="ggregory" type="update"> Update from JCraft jsch for SFTP/SSH from 0.1.53 to 0.1.54. - </action> - <action issue="VFS-621" dev="ggregory" type="update"> + </action> + <action issue="VFS-621" dev="ggregory" type="update"> Add API VFS.setManager(FileSystemManager). - </action> - <action issue="VFS-620" dev="ggregory" type="fix" due-to="stevezhuang"> + </action> + <action issue="VFS-620" dev="ggregory" type="fix" due-to="stevezhuang"> FileObject.moveTo(FileObject) API doesn't work well for a Linux FTP. - </action> - <action issue="VFS-291" dev="ggregory" type="fix"> + </action> + <action issue="VFS-291" dev="ggregory" type="fix"> ZIP archives are not properly closed after unzipping and cannot be deleted until the JVM exists. - </action> - </release> + </action> + </release> <release version="2.1" date="2016-05-19" description="New features and bug fix release.