ChangeLog of Eclipse CVS-SSH2 plug-in ==================================================================== Last modified: Wed Feb 4 12:32:16 UTC 2004 Changes since version 0.1.2: - String.split() should will not be used to run this plug-in on J2SE 1.3. - allowing to load the existent private key and change its passphrase. - The hostkeys included in 'known_hosts' file can be managed on the preference page. Changes since version 0.1.1: - busy cursor while key-pair generation. - a comment for public key will be updated interactively. - TCP port for proxy will be validated interactively. - buttons on general settings page will be in their natural size. - Passphrase validation will be down interactively. - the button ""Save Private Key..." will be enabled at correct passphrases. - jsch is updated to 0.1.13 for partial authentication support. Changes since version 0.1.0: - allowing to choose private key. - RSA/DSA key pair generation. - showing the fingerprint of public key. - username/password authentication for proxy. - handling the progress monitor. - keyboard-interactive authentication. - redesign of preference page. - jsch is updated to 0.1.12. - externalized strings(Jean-Michel_Lemieux at ca dot ibm dot com) Changes since version 0.0.7: - package name has been changed to 'org.eclipse.teac.cvs.ssh2' from 'com.jcraft.eclipse.cvsssh2'. - added the username/password authentication for SOCKS5 and HTTP proxies. - added the keyboard-interactive authentication. - tcp port of remote sshd can be specified in 'pserverssh2' connection. - jar of jsch is updated to 0.1.9 Changes since version 0.0.6: - added a preference page(Window->Preferences->Team->CVS->CVSSSH2). This page allows you to customize proxy settings and ssh2 home setting. - some settings are stored in the workspace. Changes since version 0.0.5: - replaced jsch-0.1.5 with jsch-0.1.7. - fixed a major crash bug, which had occurred on Java perspective window. - added new connection type 'pserverssh2'(Pserver over SSH2). Changes since version 0.0.4: - replaced jsch-0.0.13 with jsch-0.1.5. By this replacemant, a bug, which might have caused a freeze, has been fixed. - fixed a minor bug in managing ssh sessions. Changes since version 0.0.3: - fixed a NullPointerException bug in opening a dialog window for proxy setting. Changes since version 0.0.2: - fixed a problem 'invalid thread access'. That bug occurred in validating a connection on Windows platform. Thanks a lot to Michael Forster, who reported this glitch and suggested us how to fix it. Changes since version 0.0.1: - added HTTP proxy support to get SSH2 access beyond the firewall. - added SOCKS5 proxy to get SSH2 access beyond the firewall. - added public key authentication support. - added 'known_hosts' support.