Change logs for putty source package in Karmic

  • putty (0.60+2009-08-22-2) unstable; urgency=low
    
      * Rebuild manual pages with halibut 1.0+svn20090906-1, fixing option
        markers (see #496063).
      * Stop calling dh_desktop, as it's now a no-op thanks to dpkg triggers.
    
     -- Colin Watson <email address hidden>   Mon,  07 Sep 2009 11:16:07 +0100
  • putty (0.60+2009-08-22-1) unstable; urgency=low
    
      * New experimental development snapshot.
        - Fix potential crash on "reget" in psftp.
        - Fix random seed behaviour in the absence of a seed file.
        - Support OpenSSH's method of specifying port numbers in known_hosts.
        - Improve Pango font handling performance.
      * Use dh_install, dh_installman, and dh_lintian, and use some other
        debhelper programs more effectively.
      * Upgrade to debhelper v6.
    
     -- Colin Watson <email address hidden>   Wed,  26 Aug 2009 10:03:05 +0100
  • putty (0.60+2009-04-05-1ubuntu1) karmic; urgency=low
    
      * Compile with -fno-strict-aliasing for now, so that we can build.
    
     -- Colin Watson <email address hidden>   Fri, 17 Jul 2009 22:08:50 +0100
  • putty (0.60+2009-04-05-1) unstable; urgency=low
    
      * New experimental development snapshot.
        - Stop attempting to make session logs private on Unix. This was
          introduced in r7084 at the same time as sensible permissions when
          writing private key files; however, it causes an assertion failure
          whenever an attempt is made to append to an existing log file on Unix,
          and it's not clear what "is_private" *should* do for append, so revert
          to log file security being the user's responsibility (LP: #212711).
        - Cope with GTK+ 2.0 encoding keypress strings in the current locale
          rather than in ISO-8859-1 (closes: #517535).
    
    putty (0.60+2009-02-22-1) unstable; urgency=low
    
      * New experimental development snapshot.
        - Uses GTK+ 2.0 (closes: #516641, LP: #271277) and as a result supports
          Unicode window titles (LP: #48781).
        - Fixes handling of trailing CR in key files (closes: #414784).
      * Disabled upstream Kerberos support for now, as it produces unwanted
        linkage in pterm and other binaries.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 12:08:57 +0100
  • putty (0.60-4) unstable; urgency=low
    
      * Build-depend on x11proto-core-dev rather than x-dev (thanks, Lintian).
      * Backport from upstream (r8150, Jacob Nevins; closes: #503186,
        LP: #67488):
        - Fix for portfwd-addr-family: on Unix, when a tunnel is specified as
          "Auto" (rather than IPv4 or IPv6-only; this is the default), try to
          open up listening sockets on both address families, rather than
          (unhelpfully) just IPv6. (And don't open one if the other can't be
          bound, in a nod to CVE-2008-1483.) Based on a patch from Ben A L
          Jemmett.
      * Avoid problems with the -D_FORTIFY_SOURCE=2 default on Ubuntu by
        explicitly ignoring results from a number of calls to read, write, and
        fwrite. (This is pretty ham-handed and I've asked upstream whether they
        have any better ideas for any of these.)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  18 Nov 2008 10:35:35 +0000