The following changes have been incorporated.
Version 2.1.1
Oct. 9, 2005
Enhancement: Added setPollingInterval to SshSession class to control the polling interval when checking whether a command has finished execution.
Version 2.1
Oct. 4, 2005
Enhancement: Added support for defining start prompt timeout in com.jscape.inet.ssh.SshTask and com.jscape.inet.telnet.TelnetTask classes.
Bug Fix: Fixed task timeout issue experienced in com.jscape.inet.telnet.TelnetSession class.
Version 2.0
Aug. 2, 2005
Bug Fix: Fixed timeout issue with SshSession.
Bug Fix: Fixed issue with handling SSH_IGNORE messages from SSH server.
Version 1.9
Jun. 6, 2005
Change: Changed order of MAC algorithms placing MD5 with higher priority than SHA1 in order to address MAC error on some SSH servers.
Version 1.8
Apr. 4, 2005
Enhancement: Added set tasktimeout command to SSCL language to define the timeout for tasks.
Bug Fix: Fixed timeout issue in SSH related classes.
Version 1.7
Feb. 28, 2005
Enhancement: Improved authentication performance in all SSH enabled classes
Bug Fix: Fixed NullPointerException issue encountered when using TelnetSession class and both username and password are null
Bug Fix: Fixed NullPointerException encountered when using public-key SSH authentication with invalid passphrase
Version 1.6
Feb. 7, 2005
Enhancement: Improved performance of authentication process in SSH enabled components
Version 1.5
Jan. 31, 2005
Enhancement: Added support for JDK 1.2.2 and above
Version 1.4
Jan. 25, 2005
Enhancement: Improved timeout handling for SshTask and TelnetTask classes.
Bug-Fix: Fixed issue when communicating with some F-Secure servers.
Version 1.3
Dec. 21, 2004
Change: Moved SshParameters class to com.jscape.inet.ssh.util package.
Enhancement: Improved level of detail in debugging messages.
Enhancement: Added ability to add an SshListener to an SshSession.
Enhancement: Added ability to add a TelnetListener to a TelnetSession.
Version 1.2
Nov. 2, 2004
Enhancement: Added promptmask command to SSCL language providing masked prompts at the command line.
Version 1.1
Oct. 13, 2004
Enhancement: Changed regular expression libraries used in Telnet, TelnetSession, SshSession and SshTask classes.
Enhancement: Changed default line terminator in telnet related classes from CRLF to LF in order to work with majority of UNIX based telnet servers.