summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-12-17 18:45:58 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-12-17 18:45:58 +0000
commit547529e9780b1341bd084f2491edd257f9b47293 (patch)
tree927ecedc0681775c9295c570af36572a9c5fda55
parentbb591edae319a9c5228919307a3c21304f9b78cc (diff)
Released vte-0.16.11.vte_0_16_11
2007-12-17 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.11. * NEWS: Updated. * configure.in: Bumped version to 0.16.11. Bumped libtool version to 11:15:2. . svn path=/trunk/; revision=2012
-rw-r--r--ChangeLog9
-rw-r--r--NEWS9
-rw-r--r--configure.in4
3 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 70532a2..75cd3cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-12-17 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.16.11.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.16.11.
+ Bumped libtool version to 11:15:2.
+.
2007-12-17 Chris Wilson <chris@chris-wilson.co.uk>
Bug 503164 – Drawing problems for VTE with gtk+-quartz
diff --git a/NEWS b/NEWS
index 5e1c390..1eabdf5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.16.11
+=======
+- Work around Gdk backends that don't issue GdkVisibilityNotify.
+- Try transliteration when pasting text into a non-UTF-8 locale.
+- Bugs fixed in this release:
+ Bug 503164 – Drawing problems for VTE with gtk+-quartz
+ Bug 319687 – Pasting of text containing characters not in the
+ terminal's encoding silently fails
+
0.16.10
=======
- Smart tab character: you can now copy/paste tab characters printed by cat,
diff --git a/configure.in b/configure.in
index 177e115..76b331b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.16.10],
+AC_INIT(vte, [0.16.11],
[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=14
+LTVERSION_REVISION=15
# 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