diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-07-27 21:39:31 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-07-27 21:39:31 +0000 |
commit | 14297d259904f59ac742e1038469145c934bc662 (patch) | |
tree | dd6a14c592e132192d5c8e16256672ff025de00d | |
parent | a2daa008340e58d724b44f43b5b7a2b3e899a32e (diff) |
Released vte-0.16.7.vte_0_16_7
2007-07-27 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.16.7.
* NEWS: Updated.
* configure.in: Bumped version to 0.16.7.
Bumped libtool version to 11:11:2.
svn path=/trunk/; revision=1922
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 24 insertions, 2 deletions
@@ -1,5 +1,14 @@ 2007-07-27 Behdad Esfahbod <behdad@gnome.org> + Released vte-0.16.7. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.16.7. + Bumped libtool version to 11:11:2. + +2007-07-27 Behdad Esfahbod <behdad@gnome.org> + Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminal Patch by James Bowes @@ -1,3 +1,16 @@ +0.16.7 +====== +- Misc bug fixes. +- Bugs fixed in this release: + Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminal + Patch by James Bowes + Bug 448259 – Mapping for Ctrl-_ + Patch by Andrey Melnikov. + Bug 449809 – use python-config to get python includes + Patch by Sebastien Bacher. + Bug 450745 – VTE's response to CSI 2 1 t incorrectly formatted + Patch by Dale Sedivec. + 0.16.6 ====== - Misc bug fixes. diff --git a/configure.in b/configure.in index 69397a4..7cc3b9c 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.16.6], +AC_INIT(vte, [0.16.7], [http://bugzilla.gnome.org/enter_bug.cgi?product=vte]) AC_CONFIG_SRCDIR([src/vte.c]) AM_INIT_AUTOMAKE(1.6) @@ -9,7 +9,7 @@ AM_CONFIG_HEADER([config.h]) # Libtool shared library versioning stuffs. # REVISION gets incremented whenever the source code changes without adding # an API or ABI change. -LTVERSION_REVISION=10 +LTVERSION_REVISION=11 # 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=11 |