Change logs for vte source package in Jaunty

  • vte (1:0.20.0-0ubuntu2.1) jaunty-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:10:08 -0700
  • vte (1:0.20.0-0ubuntu2) jaunty; urgency=low
    
      * Update 93_add_alt_screen_scroll_toggle.patch to include Python
        bindings (LP: #348708), thanks to Jordan Callicoat.
    
     -- Kees Cook <email address hidden>   Sat, 28 Mar 2009 09:40:37 -0700
  • vte (1:0.20.0-0ubuntu1) jaunty; urgency=low
    
      * New upstream release (LP: #344049)
        - Support using a real bold font instead of pseudo-bolding
        - Respond to fontconfig configuration changes
        - Bugs fixed in this release:
        - Bug 54926 – Should try bold version of font before
          pseudo-bolding
        - Bug 570208 – vte fails to build outside source tree
        - Bug 548272 – Fix output of CSI 13,14, 18-21 (LP: #208837)
        - Bug 565688 – [gnome-pty-helper] using openpty in a bad way
        - Bug 566795 – VTE fails to build in trunk
        - Bug 524170 – Support initc terminfo capability and
          change-cursor-color
        - Bug 566730 – vte_terminal_set_color_cursor() calls invalidate_all but
          it doesn't have to
        - Bug 565679 – alloca is discouraged
        - Bug 565675 – typo in configure.in cause ncurses checking fail
        - Bug 565663 – compile failure because use static function in another .h
          file
        - Bug 575398 – configure warns about term.h under OpenSolaris
        - Bug 574616 – "real" transparency not working from python bindings
        - Bug 574025 – Crash in _vte_terminal_insert_char
      * debian/patches/92_pangocairo_full_bold_fonts.patch:
        - Dropped, merged upstream
      * debian/patches/90_autoreconf.patch:
        - Refreshed for the new release
      * debian/patches/94_hardcode_gtkdoc_rebase.patch:
        - Temp workaround to prevent FTBFS
    
     -- Pedro Fragoso <email address hidden>   Mon, 16 Mar 2009 15:21:59 +0000
  • vte (1:0.19.4-0ubuntu5) jaunty; urgency=low
    
      * Rebuild against libgtk-directfb-2.0-0 2.15.4-0ubuntu4, to correct a
        wrong dependency in libvte9-udeb.
    
     -- Steve Langasek <email address hidden>   Wed, 25 Feb 2009 01:41:15 +0000
  • vte (1:0.19.4-0ubuntu4) jaunty; urgency=low
    
      * Rebuild for python2.6, fix installation path.
    
     -- Matthias Klose <email address hidden>   Sun, 22 Feb 2009 14:29:33 +0100
  • vte (1:0.19.4-0ubuntu3) jaunty; urgency=low
    
      * debian/patches/92_pangocairo_full_bold_fonts.patch: update from
        upstream bug tracker with better fallback double-strike support.
    
     -- Kees Cook <email address hidden>   Wed, 11 Feb 2009 10:32:58 -0800
  • vte (1:0.19.4-0ubuntu2) jaunty; urgency=low
    
      * 25_optional-ncurses.patch: If --without-ncurses is given, disable
        ncurses/termcap entirely (LP: #321848).
      * 90_autoreconf.patch: Update.
    
     -- Colin Watson <email address hidden>   Tue, 27 Jan 2009 18:42:49 +0000
  • vte (1:0.19.4-0ubuntu1) jaunty; urgency=low
    
      * New upstream version (LP: #316601):
        - New, PangoCairo, rendering backend.
        - All other backends are removed.
        - Configurable cursor shape (block, underline, I-beam).
        - Preliminary object properties added to VteTerminal.
        - API that will be removed in vte 1.0 has been marked deprecated in
          this release.
        - General code maintenance and cleanup.
        - Bug fixes.
      * debian/rules:
        - Bump shlibs to 0.19.1.
        - Removed obsolete flags from UDEB_CONFIGURE_EXTRA_FLAGS:
          (--without-xft2, --without-ft2, --without-pangox, --without-glX)
      * debian/control{.in}:
        - Bumped libglib2.0-dev build-dependency to 2.18.0.
        - Bumped libgtk2.0-dev build-dependency to 2.12.0.
      * Patches dropped due to obsolete upstream code:
        - 04_dsp_non_alias.patch
        - 20_make_ft2_optional.patch
        - 92_full_bold_fonts.patch
      * Patches updated for new version:
        - 12_python_reaper.patch
        - 25_optional-ncurses.patch
        - 90_autoreconf.patch
        - 93_add_alt_screen_scroll_toggle.patch
      * debian/patches/92_pangocairo_full_bold_fonts.patch:
        - Replacement for the dropped 92_full_bold_fonts.patch, which
          was applicable to the deprecated xft backend. This patch applies
          to the PangoCairo backend, and was submitted by Kees Cook to
          http://bugzilla.gnome.org/show_bug.cgi?id=54926
      * Dropped debian/patches/94_no_nul_backspace.patch:
        - Merged upstream.
      * debian/patches/26_optional-x.patch:
        - Add option to build without X Window System. This flag
          was dropped from the new upstream version.
    
     -- Chris Coulson <email address hidden>   Tue, 13 Jan 2009 00:16:52 +0000
  • vte (1:0.17.4-0ubuntu3) jaunty; urgency=low
    
      * 94_no_nul_backspace.patch: Avoid sending NUL character for
        backspace, when the termios's erase character is undefined and
        backspace is bound to VTE_ERASE_AUTO. (LP: #29787)
    
     -- Micah Cowan <email address hidden>   Thu, 17 Jul 2008 02:06:29 -0700
  • vte (1:0.17.4-0ubuntu2) jaunty; urgency=low
    
      * Resynchronise with Debian 1:0.16.14-4. Remaining packaging changes:
        - Newer upstream version:
          + 01_anjuta_hang.patch, 29_add_am_prog_cc_c_o_for_buffer_c.patch:
            Removed; obsolete.
          + 20_make_ft2_optional.patch: Adjust to apply cleanly.
          + 90_autoreconf.patch: Regenerate.
          + Bump glib requirement to 2.14.
          + Bump shlibs to 0.17.1.
        - Set minimum Python version to 2.4.
        - Build a python-vte-dbg package.
        - Install python-vte examples.
        - 91_keep_fds.patch: Keep file descriptors open on vte_fork_pty().
        - 92_full_bold_fonts.patch: Fix bold font handling.
        - 93_add_alt_screen_scroll_toggle.patch: Handle scrolling differently
          when using alternate screen or scrolling is restricted.
      * Tag Ubuntu patches per UbuntuDevelopment/PatchTaggingGuidelines.
      * Drop XS- from Vcs-Bzr control field, now official.
    
    vte (1:0.16.14-4) unstable; urgency=low
    
      [ Josselin Mouette ]
      * libvte-doc.links: add a link in /usr/share/doc to the documentation.
        Closes: #495356.
    
      [ Loic Minier ]
      * Don't overwrite DEB_FIXPERMS_EXCLUDE and DEB_DH_MAKESHLIBS_ARGS_ALL.
    
      [ Josselin Mouette ]
      * 01_anjuta_hang.patch: new patch, stolen from upstream. Fix hangs in
        Geany and Anjuta. Closes: #498295.
    
    vte (1:0.16.14-3) unstable; urgency=low
    
      * Fix 1:0.16.14-2 changelog entry.
      * Upload to unstable.
    
    vte (1:0.16.14-2) experimental; urgency=low
    
      [ Loic Minier ]
      * Properly anchor libvteN regexp.
      * Misc cleanups of the below changelog and patches.
    
      [ Jérémy Bobbio ]
      * New patch, 20_make_ft2_optional, make Freetype2 bdep/dep optional;
        GNOME #542560.
      * New patch, 29_add_am_prog_cc_c_o_for_buffer_c, add the AM_PROG_CC_C_O
        macro which automake claim is required and was added in upstream SVN
        already.
      * New patch, 30_fix_build_no_pty_helper, fix missing header issue when
        building without gnome-pty-helper; GNOME #542561.
      * New patch, 25_optional_ncurses, allows not linking against ncurses but
        using the builtin termcap support instead.
      * New patch, 90_autoreconf, run autoreconf for 20_make_ft2_optional,
        29_add_am_prog_cc_c_o_for_buffer_c, and 25_optional_ncurses.
      * Re-enable libvte9-udeb build.
         - Drop libvte-common dep in the udeb.
         - Configure the udeb without pangox and ft2 and with a static ncurses.
      * New patch, 60_termcap-home-end, defines home/end in the builtin termcap
        support file.
    
      [ Loic Minier ]
      * Drop dup --disable-maintainer-mode flag.
      * Override CFLAGS for udeb during configure.
    
     -- Colin Watson <email address hidden>   Tue, 18 Nov 2008 13:36:23 +0000
  • vte (1:0.17.4-0ubuntu1) intrepid; urgency=low
    
      * New upstream release:
        - translation updates
    
     -- Michael Vogt <email address hidden>   Tue, 23 Sep 2008 09:54:42 +0200