From c1be75bcf1dac887972c877fc0c900ce32bb9544 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 15 Dec 2008 20:50:32 +0000 Subject: Released 0.19.4. 2008-12-15 Behdad Esfahbod * NEWS: * configure.in: Released 0.19.4. svn path=/trunk/; revision=2349 --- ChangeLog | 6 ++++++ NEWS | 15 +++++++++++++++ configure.in | 4 ++-- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a74f02f..f316ce3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-15 Behdad Esfahbod + + * NEWS: + * configure.in: + Released 0.19.4. + 2008-12-14 Behdad Esfahbod Bug 564535 – check for gperf on build diff --git a/NEWS b/NEWS index c422d906..705b4afc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +0.19.4 +====== +- Support for correct rendering of combining characters +- Fix background rendering. +- Misc bug fixes. +- Bugs fixed in this release: + Bug 564535 – check for gperf in autogen.sh + Bug 149631 – gnome-terminal doesn't combine combining chars in utf8 + Bug 564057 – src/pty.c does not compile with + --disable-gnome-pty-helper + Bug 562695 - ship pkg-config file for python bindings + Bug 563752 – pangocairo backend recreates cairo_surface_t for + background drawing + Bug 163213 – Cursor should remain visible when selected + 0.19.3 ====== - Really fix the rendering bug. diff --git a/configure.in b/configure.in index 2414693c..ab23a814 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ m4_define([vte_version_major],[0]) m4_define([vte_version_minor],[19]) -m4_define([vte_version_micro],[3]) +m4_define([vte_version_micro],[4]) m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro]) AC_PREREQ(2.56) @@ -20,7 +20,7 @@ AM_MAINTAINER_MODE([enable]) # Libtool shared library versioning stuffs. # REVISION gets incremented whenever the source code changes without adding # an API or ABI change. -LTVERSION_REVISION=2 +LTVERSION_REVISION=3 # CURRENT must be incremented when an API or ABI change (addition or removal) # is made, and REVISION must be reset to 0 when this happens. LTVERSION_CURRENT=13 -- cgit v1.2.1