summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-06-18 22:13:39 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-06-18 22:13:39 +0000
commit4184ee2cf58a388add2c4b2b0647e6cd9a1818c5 (patch)
tree06da9134a79434e4bbb5c8ca28e5767eb2aa563f
parent39e69e2f047f1769cc4389ce9d1b77dfce46dfb6 (diff)
downloadvte-4184ee2cf58a388add2c4b2b0647e6cd9a1818c5.tar.gz
Released vte-0.16.6.vte_0_16_6
2007-06-18 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.6. * NEWS: Updated. * configure.in: Bumped version to 0.16.6. * src/Makefile.am: Bumped libtool version to 11:10:2. svn path=/trunk/; revision=1912
-rw-r--r--ChangeLog10
-rw-r--r--NEWS8
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
4 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ba4ab85f..ec1e41ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-06-18 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.16.6.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.16.6.
+
+ * src/Makefile.am: Bumped libtool version to 11:10:2.
+
2007-06-12 Chris Wilson <chris@chris-wilson.co.uk>
* src/vte.c (vte_terminal_set_size): Call gtk_widget_queue_resize()
diff --git a/NEWS b/NEWS
index d617f017..45906309 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.16.6
+======
+- Misc bug fixes.
+- Bugs fixed in this release:
+ Bug 445620 – Some characters shows different in different locales.
+ Patch from Zealot
+ Bug 372743 – vte_terminal_set_colors doesn't work as advertised
+
0.16.5
======
- Fix issue with 'some strange "underline" line where cursor is
diff --git a/configure.in b/configure.in
index 895a598e..568de93b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.16.5],
+AC_INIT(vte, [0.16.6],
[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 214fe5b0..f1f5b88c 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=9
+VERSION_REVISION=10
# 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