summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-12-15 20:50:32 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-12-15 20:50:32 +0000
commitc1be75bcf1dac887972c877fc0c900ce32bb9544 (patch)
tree1989c982daa6b654d945551927f6545cae0c57a7
parentbaddcfe4934b8e87717c1dd9d02e75e53fc02b98 (diff)
Released 0.19.4.vte_0_19_4
2008-12-15 Behdad Esfahbod <behdad@gnome.org> * NEWS: * configure.in: Released 0.19.4. svn path=/trunk/; revision=2349
-rw-r--r--ChangeLog6
-rw-r--r--NEWS15
-rw-r--r--configure.in4
3 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a74f02..f316ce3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-15 Behdad Esfahbod <behdad@gnome.org>
+
+ * NEWS:
+ * configure.in:
+ Released 0.19.4.
+
2008-12-14 Behdad Esfahbod <behdad@gnome.org>
Bug 564535 – check for gperf on build
diff --git a/NEWS b/NEWS
index c422d90..705b4af 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 2414693..ab23a81 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