commit f0bdb48cd20ac2a07425a35b5f10c545a025f6c2
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Apr 16 19:11:08 2012 +0200

    Version 0.32.1

 NEWS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 4e79964afe6429f5e5846dbc6a3ebc264e34f1dd
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Thu Feb 16 19:16:36 2012 -0500

    emulation: Fix off-by-one error in interpretation of ECH (erase character)
    
    _vte_row_data_fill fills the row up to but *not including* len, so we
    need to pass len = col + 1.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670037
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>

 src/vteseq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6f1a9900af0d287b6a7289203936ded478702d98
Author: Pavel Vasin <rat4vier@gmail.com>
Date:   Sat Mar 24 19:08:35 2012 +0400

    _vte_draw_set_text_font(): fix PangoContext leak if font_info in cache
    
    Bug #672757.

 src/vtedraw.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 3040f88a9e459f849e0cda4c9b6b3d5007d81a7e
Author: Christian Persch <chpe@gnome.org>
Date:   Fri Mar 23 02:17:25 2012 +0100

    pty: Fix custom child setup function
    
    Fix passing a custom child setup to vte_terminal_fork_command_full().
    Before, it was impossible to actually make use of this, since there's
    no way to get the VtePty to call vte_pty_child_setup() on. Now, just
    store the extra child setup and call it from vte_pty_child_setup().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672649

 src/pty.c |   31 +++++++++++++++++++++++++------
 src/vte.c |    2 +-
 2 files changed, 26 insertions(+), 7 deletions(-)

commit 722ab0c498a64121d92b4f48dd8e4ffc831b086f
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Mar 19 18:29:25 2012 +0100

    Post release version bump

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)