You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2013/02/19 12:18:22 UTC

svn commit: r1447676 - in /commons/proper/vfs/trunk: pom.xml src/changes/changes.xml

Author: joehni
Date: Tue Feb 19 11:18:22 2013
New Revision: 1447676

URL: http://svn.apache.org/r1447676
Log:
Update Jsch to version 0.1.49 from 0.1.48.

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=1447676&r1=1447675&r2=1447676&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Tue Feb 19 11:18:22 2013
@@ -347,7 +347,7 @@
       <dependency>
         <groupId>com.jcraft</groupId>
         <artifactId>jsch</artifactId>
-        <version>0.1.48</version>
+        <version>0.1.49</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=1447676&r1=1447675&r2=1447676&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Tue Feb 19 11:18:22 2013
@@ -138,8 +138,8 @@
       <action issue="VFS-200" dev="ggregory" type="fix">
         [SFTP] Failure when files are very large.
       </action>
-      <action issue="VFS-416" dev="ggregory" type="update">
-        [SFTP] Update Jsch to version 0.1.48 from 0.1.47.
+      <action issue="VFS-416" dev="joehni" type="update">
+        [SFTP] Update Jsch to version 0.1.49 from 0.1.47.
       </action>
       <action issue="VFS-296" dev="ggregory" type="fix" due-to="andreasp">
         [FTP] FTP socket timeout setting doesn't work if connect hangs.