Author: ggregory
Date: Thu Nov 10 02:14:40 2011
New Revision: 1200097
URL: http://svn.apache.org/viewvc?rev=1200097&view=rev
Log:
[VFS-383] Update JSch to 0.1.45 from 0.1.42 for the SFTP provider.
Added:
commons/proper/vfs/trunk/core/src/test/java/org/apache/http/
commons/proper/vfs/trunk/core/src/test/java/org/apache/http/examples/
commons/proper/vfs/trunk/core/src/test/java/org/apache/http/examples/nio/
Modified:
commons/proper/vfs/trunk/pom.xml
commons/proper/vfs/trunk/src/changes/changes.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1200097&r1=1200096&r2=1200097&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Nov 10 02:14:40 2011
@@ -343,7 +343,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
- <version>0.1.42</version>
+ <version>0.1.45</version>
</dependency>
<dependency>
<groupId>jcifs</groupId>
Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1200097&r1=1200096&r2=1200097&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Thu Nov 10 02:14:40 2011
@@ -23,6 +23,9 @@
<body>
<release version="2.1" date="TBD" description="">
+ <action issue="VFS-383" dev="ggregory" type="update">
+ Update JSch to 0.1.45 from 0.1.42 for the SFTP provider.
+ </action>
<action issue="VFS-382" dev="ggregory" type="fix">
SFTP getChildren() does not fail when called on a file.
</action>