diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-04-23 22:34:37 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-04-23 22:34:37 +0000 |
commit | a569abe2fa825a56d8cdd0e4031e4a82d4403457 (patch) | |
tree | 37c4f5eede550b05583209ea7e7ee72e0785899d | |
parent | 4f1f875b87de00b595d05fe164b1a59cfb769a3c (diff) |
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-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 20 insertions, 2 deletions
@@ -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 @@ -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 ae477f5..f6de5e9 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 59b967c..0371f05 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 |