Hi there,

JSch 0.1.35 has been released.
It is available at
  http://prdownloads.sourceforge.net/jsch/jsch-0.1.35.zip?download
and its md5sum is e796e751ed6c0b30ffdc766baca0ce65
And you can get its byte code in jar file format at
  http://prdownloads.sourceforge.net/jsch/jsch-0.1.35.jar?download
and its md5sum is c708dea101298fbdd1ad55765b435344 .

Changes since version 0.1.34:
- bugfix: the OutputStream from the channel may make the JVM
          lockup in some case.                                 FIXED.
          There was a possibility that Channel#connect() may be failed
          to initialize its internal without throwing the JSchException.
          On such case, the write operation for OutputStream from
          that channel will cause the system(JVM) to lock up.
- bugfix: ChannelSftp had problems filename globbing.              FIXED.
- bugfix: the message included in SSH_FXP_STATUS must be UTF-8.    FIXED.
- change: ChannelSftp supports the filename globbing for
          the filename in multi-byte characters.
- change: ChannelSftp will internally handle filenames in UTF-8 encoding.
- feature: following methods have been added in ChannelSftp
           String getServerVersion()
           String getClientVersion()
           void setFilenameEncoding(String encoding)
           String getExtension(String key)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to