Skip to content

Debian Changelog putty (0.58-5)

2006

putty (0.58-5) unstable; urgency=low

   * Remove Icon= from putty and pterm desktop files, as there are no icons
     yet.

 -- Colin Watson <cjwatson@debian.org>  Mon, 17 Jul 2006 10:21:38 +0100

putty (0.58-4) unstable; urgency=low

   * Add desktop files for putty and pterm (thanks, Barry deFreese via
     Ubuntu; closes:
     https://launchpad.net/distros/ubuntu/+source/putty/+bug/29716).
   * Fix display timeouts on 64-bit systems (thanks, Peter Maydell;
     closes: #336390).

 -- Colin Watson <cjwatson@debian.org>  Sat, 15 Apr 2006 10:52:28 +0100

2005

putty (0.58-3) unstable; urgency=low

   * Dynamically allocate memory passed to putenv() in pty_init() and don't
     free it, otherwise TERM ends up unset.

 -- Colin Watson <cjwatson@debian.org>  Fri, 15 Jul 2005 11:52:10 +0100

putty (0.58-2) unstable; urgency=low

   * Fix warnings with gcc-4.0 (closes: #287960).
   * Upgrade to debhelper compatibility level 4; level 2 is deprecated.

 -- Colin Watson <cjwatson@debian.org>  Fri, 15 Jul 2005 11:08:53 +0100

putty (0.58-1) unstable; urgency=low

   * New upstream release (closes: #303296).
     - Wildcards (mput/mget) and recursive file transfer in PSFTP
       (closes: #254578).
     - You can now save your session details from the Change Settings dialog
       box, _after_ you've started your session.
     - Various improvements to Unicode support, including:
       + support for right-to-left and bidirectional text (Arabic, Hebrew
         etc).
       + support for Arabic text shaping.
       + support for Unicode combining characters.
     - Support for the xterm 256-colour control sequences.
     - Port forwardings can now be reconfigured in mid-session.
     - Support for IPv6.
     - More configurability and flexibility in SSH-2 key exchange. In
       particular, PuTTY can now initiate repeat key exchange during the
       session, which means that if your server doesn't initiate it (OpenSSH
       is known not to bother) you can still have the cryptographic benefits.
     - Display artefacts caused by characters overflowing their character
       cell should now all be gone. (This would probably have bothered
       Windows ClearType users more than anyone else.)
     - Keepalives are now supported everywhere.
     - Miscellaneous improvements for CJK/IME users.
     - New pterm timing code, reducing idle CPU usage (closes: #204811).
   * Build-depend on x-dev and libx11-dev rather than the transitional
     xlibs-dev package.

 -- Colin Watson <cjwatson@debian.org>  Sun, 10 Apr 2005 12:47:35 +0100

putty (0.57-1) unstable; urgency=high

   * New upstream release, fixing pscp/psftp security holes exploitable by a
     malicious server after host key verification (closes: #296144).
     - [SECURITY] Fix heap corruption vulnerability in handling of response
       to SFTP FXP_READDIR request.
     - [SECURITY] Fix heap corruption vulnerability in handling of SFTP
       string fields.

 -- Colin Watson <cjwatson@debian.org>  Sun, 20 Feb 2005 22:49:28 +0000

2004

putty (0.56-1) unstable; urgency=high

   * New upstream release.
     - [SECURITY] A vulnerability discovered by iDEFENSE, potentially
       allowing arbitrary code execution on the client by a malicious server
       before host key verification, has been fixed (closes: #278414).
     - Ability to restart a session within an inactive window, via a new menu
       option.
     - Minimal support for not running a shell or command at all in SSH
       protocol 2 (equivalent to OpenSSH's `-N' option). PuTTY/Plink still
       provide a normal window for interaction, and have to be explicitly
       killed.
     - Transparent support for CHAP cryptographic authentication in the SOCKS
       5 proxy protocol.
     - More diagnostics in the Event Log, particularly of SSH port
       forwarding.
     - Ability to request setting of environment variables in SSH (protocol 2
       only).
     - Ability to send POSIX signals in SSH (protocol 2 only) via the
       `Special Commands' menu.
     - Bug fix: The PuTTY tools now more consistently support usernames
       containing `@' signs.
     - Support for the Polish character set `Mazovia'.
     - When logging is enabled, the log file is flushed more frequently, so
       that its contents can be viewed before it is closed.
     - More flexibility in SSH packet logging: known passwords and session
       data can be omitted from the log file. Passwords are omitted by
       default. (This option isn't perfect for removing sensitive details;
       you should still review log files before letting them out of your
       sight.)
     - Ability to set environment variables in pterm.
     - PuTTY and pterm attempt to use a UTF-8 line character set by default
       if this is indicated by the locale; however, this can be overridden.
     - Fix build failure on amd64 due to ut_time's size (closes: #265910).
     - Fix blinking line cursors (closes: #272877).
   * Install HTML documentation in /usr/share/doc/putty-tools, and make putty
     depend on putty-tools for the documentation (closes: #278094).

 -- Colin Watson <cjwatson@debian.org>  Tue, 26 Oct 2004 22:20:17 +0100

putty (0.55-1) unstable; urgency=high

   * New upstream release.
     - [SECURITY] A vulnerability discovered by Core Security Technologies
       (advisory number CORE-2004-0705), potentially allowing arbitrary code
       execution on the client by a malicious server before host key
       verification, has been fixed.
     - General robustness of the SSH1 implementation has been improved, which
       may have fixed further potential security problems although we are not
       aware of any specific ones.
     - A terminal speed is now sent to the SSH server.
     - Removed a spurious diagnostic message in Plink.
     - The `-load' option in PSCP and PSFTP should work better.
     - X forwarding can now talk to Unix sockets as well as TCP sockets
       (closes: #251257).
     - Various crashes and assertion failures fixed.

 -- Colin Watson <cjwatson@debian.org>  Wed, 4 Aug 2004 01:43:20 +0100

putty (0.54-2) unstable; urgency=low

   * Upstream man page fixes:
     - putty(1): Remove claim that there's no Unix puttygen.
     - plink(1): Tart up, fix outright lies, mention web docs.
     - Add (probably frustratingly) bare-bones man pages for pscp and psftp.
   * debian/pterm.menu, debian/putty.menu: Quote 'needs' and 'section'
     arguments.
   * Policy version 3.5.9: no changes required. Deferring 3.5.10 and above
     until I've looked into 'x-terminal-emulator -e' compatibility.

 -- Colin Watson <cjwatson@debian.org>  Fri, 27 Feb 2004 02:39:26 +0000

putty (0.54-1) unstable; urgency=low

   * New upstream release. First official Unix release!

 -- Colin Watson <cjwatson@debian.org>  Sat, 14 Feb 2004 12:31:33 +0000

putty (0.53-b-2004-01-25-1) unstable; urgency=low

   * New upstream snapshot.
     - puttygen is now implemented, and is part of putty-tools.

 -- Colin Watson <cjwatson@debian.org>  Sun, 25 Jan 2004 20:37:02 +0000

2003

putty (0.53-b-2003-10-12-1) unstable; urgency=low

   * New upstream release.
     - Plink, PSCP, and PSFTP are now ready for prime-time. Create a new
       putty-tools package for them.
     - Possibly fix intermittent "Unable to load private key" errors with SSH
       protocol 2 (see #194067).
   * Advertise UTF-8 support in pterm's description.

 -- Colin Watson <cjwatson@debian.org>  Sun, 12 Oct 2003 22:46:16 +0100

putty (0.53-b-2003-08-23-2) unstable; urgency=low

   * Fix -DSNAPSHOT calculation for NMU-style-versioned packages (thanks,
     Owen Dunn).

 -- Colin Watson <cjwatson@debian.org>  Sun, 31 Aug 2003 14:22:59 +0100

putty (0.53-b-2003-08-23-1) unstable; urgency=low

   * New upstream snapshot. Among other things:
     - Fix a (non-security-critical) segfault in PuTTY's zlib code.
     - Selection handling improved: selection timestamps are set more
       accurately and X cut buffers are supported.
     - Shadow bold can be requested explicitly.

 -- Colin Watson <cjwatson@debian.org>  Sun, 24 Aug 2003 00:03:28 +0100

putty (0.53-b-2003-05-14-1) unstable; urgency=low

   * New upstream snapshot, including:
     - Redraw the window border when the window background colour is
       reconfigured mid-session (closes: #193013).
     - Rename crc32() to crc32_compute(), to avoid clashing with zlib
       (closes: #192309).
     - Allow pterm to receive and understand COMPOUND_TEXT selections,
       including character set conversion where necessary (closes: #192307).

 -- Colin Watson <cjwatson@debian.org>  Wed, 14 May 2003 02:29:47 +0100

putty (0.53-b-2003-05-13-1) unstable; urgency=low

   * New upstream snapshot.
     - Fix spin on exit with +ut, due to a stale file descriptor hanging
       around and getting closed later when it had become claimed by GTK
       (closes: #166396).
     - Add putty(1) man page (closes: #190570).

 -- Colin Watson <cjwatson@debian.org>  Tue, 13 May 2003 03:34:56 +0100

putty (0.53-b-2003-05-11-1) unstable; urgency=low

   * New upstream snapshot, including:
     - Fix uninitialized value warning on arm (closes: #192674).
     - Fix int <=> pointer casting problems on alpha/ia64 (closes: #192701).
     - Restore -T option to pterm (closes: #191750).
     - Document NoRemoteQTitle resource and fix window versus icon title
       reporting (closes: #191751).
     - pterm will now attempt to guess suitable names for any missing fonts
       from the ones given; so it'll ask for a font twice as wide as your
       base one if you don't specify a wide font, it'll ask for a bolded
       version of your base font if you don't specify a bold font, and
       similarly for a wide/bold font.
     - Remove now-incorrect claim from pterm(1) that Unicode is not supported
       (with the last two changes, this closes: #187389).

 -- Colin Watson <cjwatson@debian.org>  Sun, 11 May 2003 02:22:57 +0100

putty (0.53-b-2003-04-28-1) unstable; urgency=low

   * New upstream snapshot.
     - Fixes SIGPIPE blocking in pterm.

 -- Colin Watson <cjwatson@debian.org>  Mon, 28 Apr 2003 17:20:55 +0100

putty (0.53-b-2003-04-24-1) unstable; urgency=low

   * New upstream snapshot.
     - PuTTY itself is now available for Unix, and packaged.
     - Compiled with optimization by default; several compiler warnings and
       bugs fixed as a result.
   * Set snapshot version number for the benefit of the About box.

 -- Colin Watson <cjwatson@debian.org>  Thu, 24 Apr 2003 14:24:34 +0100

putty (0.53-b-2003-03-07-1) unstable; urgency=low

   * New upstream snapshot.
     - Sets WINDOWID, so that for example w3m inline images stand a better
       chance of appearing in the correct window.

 -- Colin Watson <cjwatson@debian.org>  Fri, 7 Mar 2003 01:41:58 +0000

putty (0.53-b-2003-01-04-1) unstable; urgency=low

   * New upstream snapshot.
     - Version number tweaked slightly; it's really 0.53b-2003-01-04-1, but
       that compares less than 0.53-2002-11-08-1.
     - Supports UTF-8; just tell it to use a font in the iso10646-1 encoding.
   * Update copyright dates in debian/copyright to match LICENCE.
   * Just build pterm. No need to bother building plink as well when it's not
     part of a binary package.

 -- Colin Watson <cjwatson@debian.org>  Sat, 4 Jan 2003 16:58:48 +0000

2002

putty (0.53-2002-11-08-1) unstable; urgency=low

   * New upstream snapshot.
     - Uses the right kinds of dashes in pterm(1) (closes: #167761).
     - Stops at the right point when encountering an error parsing the
       command line (closes: #167787).
   * Document the utmp helper process in README.Debian (closes: #168016).

 -- Colin Watson <cjwatson@debian.org>  Fri, 8 Nov 2002 19:28:32 +0000

putty (0.53-2002-11-03-1) unstable; urgency=low

   * New upstream snapshot.
     - Switches the default shadow bold offset to +1, which Crispin has been
       complaining about.
     - plink has been ported, but isn't packaged yet.

 -- Colin Watson <cjwatson@debian.org>  Mon, 4 Nov 2002 00:15:03 +0000

putty (0.53-2002-10-26-1) unstable; urgency=low

   * New upstream snapshot.
     - Set background colour to avoid redraw flicker (closes: #165888).
     - CloseOnExit: 0 responds to keypresses as it claims (closes: #166397).

 -- Colin Watson <cjwatson@debian.org>  Sat, 26 Oct 2002 01:34:33 +0100

putty (0.53-2002-10-24-1) unstable; urgency=low

   * New upstream snapshot.
     - Reap utmp helper zombie process when +ut is used (closes: #165887).
   * Install pterm setgid utmp so that it can make entries in the utmp and
     wtmp files, and add a lintian override for this.

 -- Colin Watson <cjwatson@debian.org>  Thu, 24 Oct 2002 00:47:54 +0100

putty (0.53-2002-10-17-2) unstable; urgency=low

   * I used to be able to package things well, honest ...
   * Add menu file.
   * Register an alternative for x-terminal-emulator.

 -- Colin Watson <cjwatson@debian.org>  Tue, 22 Oct 2002 01:06:45 +0100

putty (0.53-2002-10-17-1) unstable; urgency=low

   * Initial release, from upstream source snapshot.
   * I've put the source package in the net section because that probably
     fits PuTTY as a whole better, but I've put the pterm binary package in
     the x11 section. Go figure.

 -- Colin Watson <cjwatson@debian.org>  Fri, 18 Oct 2002 14:58:42 +0100