Change logs for vte source package in Lucid

  • vte (1:0.23.5-0ubuntu1.1) lucid-security; urgency=low
    
      * SECURITY UPDATE: arbitrary command injection via ESC codes.
        - debian/patches/94_refix_dangerous_esc.patch: revert to static replies.
        - CVE-2010-2713
     -- Kees Cook <email address hidden>   Wed, 14 Jul 2010 11:08:03 -0700
  • vte (1:0.23.5-0ubuntu1) lucid; urgency=low
    
      * New upstream version (LP: #516770):
        - Fix unintented soversion bump
        - Add public API vte_terminal_write_contents()
        - Update docs
        - Disable symbol deprecation stuff since they were broken
        - Merge pangocairo draw impl into vtedraw
        - Bugs fixed in this release:
        - Flickering when resizing a vte widget
        - Support xterm bracketed paste mode
      * debian/patches/90_autoreconf.patch: refreshed
     -- Baptiste Mille-Mathias <email address hidden>   Wed, 03 Feb 2010 21:37:20 +0100
  • vte (1:0.23.2-0ubuntu1) lucid; urgency=low
    
      * New upstream version (LP: #502775):
        - Fix overflow with unlimited scrollback lines
        - Require glib >= 2.22.0
        - Deprecate vte_terminal_get_padding
        - Add VteTerminal::inner-border style property
        - vteapp: Add --cursor-shape option
        - Rework mouse selection to be more robust.  In particular, PRIMARY selection
          now only changes when mouse button is released, not upon every motion when
          selecting
        - Interpret and document negative number of scrollback lines as infinite
        - We now chain unhandled motion-notify events up such that the parent widget
          can give them a shot
        - Various crash and bug fixes
      * debian/control: bump libglib2.0-dev build-dep to >=2.22
      * debian/patches:
        - 10_fix_pyenv.patch: dropped fixed in this version
        - 60_termcap-home-end.patch, 99_autoreconf.patch: refreshed
     -- Martin Peeks <email address hidden>   Mon, 04 Jan 2010 12:34:41 +0000
  • vte (1:0.22.2-0ubuntu2) karmic; urgency=low
    
      * debian/patches/10_fix_pyenv.patch:
        - fix environment passing in python to fork_command(), see
          https://bugzilla.gnome.org/show_bug.cgi?id=587894
        - This fixes gdebi-gtk and it can install packages again
          (LP: #438266)
    
     -- Michael Vogt <email address hidden>   Tue, 29 Sep 2009 10:29:11 +0200