summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-09-17 22:10:29 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-09-17 22:10:29 +0000
commit173081d1e99c81455013af0a1a7f132e00ecfbcd (patch)
treee439b832ca92d3f175ebac2970659549d2b38e87
parent5c579ef4cd988de10eef69b1c7dce057a0ebf220 (diff)
Released vte-0.16.9.vte_0_16_9
2007-09-17 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.9. * NEWS: Updated. * configure.in: Bumped version to 0.16.9. Bumped libtool version to 11:13:2. svn path=/trunk/; revision=1949
-rw-r--r--ChangeLog9
-rw-r--r--NEWS14
-rw-r--r--configure.in4
3 files changed, 25 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cb7e1a5..2452cfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-09-17 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.16.9.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.16.9.
+ Bumped libtool version to 11:13:2.
+
2007-09-05 Behdad Esfahbod <behdad@gnome.org>
* perf/vim.sh: Wait for keypress when done, so one can do
diff --git a/NEWS b/NEWS
index ec02168..76bb19a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.16.9
+======
+- Slightly improved pango backend
+- Misc bug fixes.
+- Bugs fixed in this release:
+ Bug 469862 – Handling of wrapped links in gnome-terminal is broken
+ Bug 471901 – troubles with pad
+ Bug 153265 – Handle Sun Cut, Copy, Paste keys
+ Patch by Brian Cameron.
+ Bug 471484 – vteapp resize weirdness
+ Bug 434230 – Spaces are not underlined
+ Original patch by Santtu Lakkala.
+ Bug 450069 – vte crash on removing a terminal tab
+
0.16.8
======
- Quick followup release with no code changes, to fix missing
diff --git a/configure.in b/configure.in
index e6c42bb..2991628 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.16.8],
+AC_INIT(vte, [0.16.9],
[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=12
+LTVERSION_REVISION=13
# 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