summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-04-23 22:34:37 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-04-23 22:34:37 +0000
commita569abe2fa825a56d8cdd0e4031e4a82d4403457 (patch)
tree37c4f5eede550b05583209ea7e7ee72e0785899d
parent4f1f875b87de00b595d05fe164b1a59cfb769a3c (diff)
downloadvte_0_16_2.tar.gz
Released vte-0.16.2.vte_0_16_2
2007-04-23 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.2. * NEWS: Updated. * configure.in: Bumped version to 0.16.2. * src/Makefile.am: Bumped libtool version to 11:6:2. svn path=/trunk/; revision=1878
-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 f8b2964d..166644d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-04-23 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.16.2.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.16.2.
+
+ * src/Makefile.am: Bumped libtool version to 11:6:2.
+
2007-04-23 Chris Wilson <chris@chris-wilson.co.uk>
Bug 431799 – Regex highlighting is broken
diff --git a/NEWS b/NEWS
index 6e431a41..656a2b97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.16.2
+======
+- Consider ambiguous-width chars if VTE_CJK_WIDTH env var is set and we
+ are under a CJK locale.
+- Minor optimization
+- Bugs fixed in this release:
+ Bug 431799 – Regex highlighting is broken
+
0.16.1
======
- Lots of bug fixes by Chris Wilson
diff --git a/configure.in b/configure.in
index ae477f5c..f6de5e97 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.16.1],
+AC_INIT(vte, [0.16.2],
[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 59b967c4..0371f050 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=5
+VERSION_REVISION=6
# 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