home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / dosutils / putty / Changes.txt next >
Text File  |  2005-09-14  |  6KB  |  93 lines

  1. These features are new in beta 0.58 (released 2005-04-05):
  2.     * Wildcards (mput/mget) and recursive file transfer in PSFTP.
  3.     * You can now save your session details from the Change Settings dialog box, after 
  4.       you've started your session.
  5.     * Various improvements to Unicode support, including:
  6.           o support for right-to-left and bidirectional text (Arabic, Hebrew etc). 
  7.             Thanks to arabeyes.org for design and most of the implementation.
  8.           o support for Arabic text shaping, again thanks to arabeyes.org. 
  9.           o support for Unicode combining characters.  
  10.     * Support for the xterm 256-colour control sequences. 
  11.     * Port forwardings can now be reconfigured in mid-session. 
  12.     * Support for IPv6. Thanks to unfix.org for having patiently maintained the patch 
  13.       for this until we were finally ready to integrate it.
  14.     * More configurability and flexibility in SSH-2 key exchange. In particular, PuTTY 
  15.       can now initiate repeat key exchange during the session, which means that if your 
  16.       server doesn't initiate it (OpenSSH is known not to bother) you can still have the 
  17.       cryptographic benefits.
  18.     * Bug fix: display artefacts caused by characters overflowing their character cell 
  19.       should now all be gone. (This would probably have bothered Windows ClearType users 
  20.       more than anyone else.)
  21.     * Bug fix: keepalives are now supported everywhere. (Previously they were 
  22.       supported by Windows GUI PuTTY, but were missing in Plink, PSFTP and the Unix port.)
  23.     * Miscellaneous improvements for CJK/IME users; many thanks to Hung-Te Lin for 
  24.       assistance.
  25.  
  26. These features are new in beta 0.57 (released 2005-02-20): 
  27.   * Security fixes: two vulnerabilities discovered by iDEFENSE, potentially allowing
  28.     arbitrary code execution on an SFTP client by a malicious SFTP server (but only
  29.     after host key verification), have been fixed. See vuln-sftp-readdir,
  30.     vuln-sftp-string. 
  31.   * Fixed small bug with X forwarding to local displays. 
  32.   * Fixed crashing bug with remote port forwarding. 
  33.   * Fixed handling of SSH2 debug messages (embarrassingly, a bug introduced when
  34.     fixing the previous vulnerability - it was more secure but didn't work any more!). 
  35.  
  36. These features are new in beta 0.56 (released 2004-10-26): 
  37.  
  38.   * Security fix: a vulnerability discovered by iDEFENSE (advisory number 10-27-04),
  39.     potentially allowing arbitrary code execution on the client by a malicious SSH2
  40.     server before host key verification, has been fixed. 
  41.   * Ability to restart a session within an inactive window, via a new menu option. 
  42.   * Minimal support for not running a shell or command at all in SSH protocol 2
  43.     (equivalent to OpenSSH's "-N" option). PuTTY/Plink still provide a normal window
  44.     for interaction, and have to be explicitly killed. 
  45.   * Transparent support for CHAP cryptographic authentication in the SOCKS 5 proxy
  46.     protocol. (Not in PuTTYtel.) 
  47.   * More diagnostics in the Event Log, particularly of SSH port forwarding. 
  48.   * Ability to request setting of environment variables in SSH (protocol 2 only).
  49.     (However, we don't know of any servers that support this.) 
  50.   * Ability to send POSIX signals in SSH (protocol 2 only) via the "Special Commands"
  51.     menu. (Again, we don't know of any servers supporting this.) 
  52.   * Bug fix: The PuTTY tools now more consistently support usernames containing
  53.     "@" signs. 
  54.   * Support for the Polish character set "Mazovia". 
  55.   * When logging is enabled, the log file is flushed more frequently, so that its
  56.     contents can be viewed before it is closed. 
  57.   * More flexibility in SSH packet logging: known passwords and session data can be
  58.     omitted from the log file. Passwords are omitted by default. (This option isn'tr
  59.     perfect for removing sensitive details; you should still review log files before
  60.     letting them out of your sight.) 
  61.   * Unix-specific changes: 
  62.     * Ability to set environment variables in pterm. 
  63.     * PuTTY and pterm attempt to use a UTF-8 line character set by default
  64.       if this is indicated by the locale; however, this can be overridden. 
  65.  
  66. These features are new in beta 0.55 (released 2004-08-03):
  67.  
  68.   * Security fix: a vulnerability discovered by Core Security Technologies
  69.     (advisory number CORE-2004-0705), potentially allowing arbitrary code
  70.     execution on the client by a malicious server before host key verification,
  71.     has been fixed.
  72.   * Bug fix: General robustness of the SSH1 implementation has been improved,
  73.     which may have fixed further potential security problems although we are
  74.     not aware of any specific ones.
  75.   * Bug fix: Random noise generation was hanging some computers and interfering
  76.     with other processes' precision timing, and should now not do so.
  77.   * Bug fix: dead key support should work better.
  78.   * Bug fix: a terminal speed is now sent to the SSH server.
  79.   * Bug fix: removed a spurious diagnostic message in Plink.
  80.   * Bug fix: the `-load' option in PSCP and PSFTP should work better.
  81.   * Bug fix: X forwarding on the Unix port can now talk to Unix sockets as well
  82.     as TCP sockets.
  83.   * Bug fix: various crashes and assertion failures fixed..
  84.  
  85. These features were new in beta 0.54 (released 2004-02-12):
  86.  
  87.   * Port to Unix!
  88.   * Dynamic SSH port forwarding.
  89.   * Ability to leave DNS lookups to the proxy, when using a proxy.
  90.   * Sped up PSFTP.
  91.   * Fixed various bugs, notably one which was impeding port-forwarding of SMB.
  92.   * Some default settings changes: SSH and SSH2 are now default, BCE is off.
  93.