diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-12-17 18:45:58 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-12-17 18:45:58 +0000 |
commit | 547529e9780b1341bd084f2491edd257f9b47293 (patch) | |
tree | 927ecedc0681775c9295c570af36572a9c5fda55 | |
parent | bb591edae319a9c5228919307a3c21304f9b78cc (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-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 20 insertions, 2 deletions
@@ -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 @@ -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 |