summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-05-28 22:22:19 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-05-28 22:22:19 +0000
commitf7ede118f9b7cd6561f24d1526717e5da746ef6a (patch)
treebc8fdebacb7b89289dcf08a6fcdb48d7224ede2f
parentbffdf19ea1c4ef71d07091ee269a6ee18cf1c8e6 (diff)
downloadvte_0_16_4.tar.gz
Released vte-0.16.4.vte_0_16_4
2007-05-28 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.4. * NEWS: Updated. * configure.in: Bumped version to 0.16.4. * src/Makefile.am: Bumped libtool version to 11:8:2. svn path=/trunk/; revision=1902
-rw-r--r--ChangeLog10
-rw-r--r--NEWS13
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
4 files changed, 25 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cc5d7b3..dfe516f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-05-28 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.16.4.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.16.4.
+
+ * src/Makefile.am: Bumped libtool version to 11:8:2.
+
2007-05-28 Chris Wilson <chris@chris-wilson.co.uk>
uws noted on IRC that 'vte trunk does strange thingies with colors'
diff --git a/NEWS b/NEWS
index 865e6404..8c0a4c35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.16.4
+======
+- Misc bug fixes.
+- Bugs fixed in this release:
+ Bug 429278 – Cursor drawn strangely in joe
+ cf Bug 439247 – scrolling vim in full screen is painfully slow and takes up 100% of the cpu
+ Bug 440475 – Display glitch with transparent backgroud
+ Bug 375112 – ctrl-key combinations yielding just key
+ Original patch by <samo@altern.org> and refactored by Loïc Minier.
+ Bug 440377 – gnome-terminal cannot refresh terminal when accessibility enabled
+ Original patch by Li Yuan.
+ Bug 433776 – gnome-terminal crashes when open preedit area
+
0.16.3
======
- Remove false warnings about missing glyphs in the Xft backend.
diff --git a/configure.in b/configure.in
index c1e34b92..1c9b8470 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.16.3],
+AC_INIT(vte, [0.16.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=vte])
AC_CONFIG_SRCDIR([src/vte.c])
AM_INIT_AUTOMAKE(1.6)
diff --git a/src/Makefile.am b/src/Makefile.am
index 481c7d3a..58c79db8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -118,7 +118,7 @@ endif
# Libtool shared library versioning stuffs.
# REVISION gets incremented whenever the source code changes without adding
# an API or ABI change.
-VERSION_REVISION=7
+VERSION_REVISION=8
# 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.
VERSION_CURRENT=11