summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--NEWS13
-rw-r--r--configure.in4
3 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a92b636..8dd7d63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 4590630..a70fcbc 100644
--- a/NEWS
+++ b/NEWS
@@ -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