diff --git a/WHATSNEW b/WHATSNEW index e157334c6..0a48619bf 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -40,6 +40,10 @@ Other changes: * Add conditional attributes Bugzilla report 43362 + * Recommending to upgrade jsch to 0.1.50, particularly if you are using Java 1.7. + jsch is the library behind the sshexec and scp Ant tasks. + Versions of jsch older than 0.1.50 fail randomly under Java 1.7 with an error message "verify: false" + Changes from Ant 1.8.4 TO Ant 1.9.0 =================================== diff --git a/lib/libraries.properties b/lib/libraries.properties index 5d349a597..d6aee6bcf 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -46,7 +46,7 @@ jasper-runtime.version=${jasper-compiler.version} jdepend.version=2.9.1 jruby.version=0.9.8 junit.version=4.11 -jsch.version=0.1.42 +jsch.version=0.1.50 jython.version=2.1 #log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo log4j.version=1.2.14 diff --git a/manual/install.html b/manual/install.html index cec4d3806..552a555fa 100644 --- a/manual/install.html +++ b/manual/install.html @@ -1008,7 +1008,7 @@ you need jakarta-oro 2.0.8 or later, and commons-net< target="_top">http://xml.apache.org/commons/.