diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-01-07 21:51:00 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-01-07 21:51:00 +0000 |
commit | c971ab2e546475a681f5df9f7e3e13e5dc089c06 (patch) | |
tree | 8d8571c30b65400cb3e4bde5e0574cbfd15c57da | |
parent | 5d00298851669b5112f3e9f620f64d6c139035fc (diff) |
Released vte-0.16.12.vte_0_16_12
2008-01-07 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.16.12.
* NEWS: Updated.
* configure.in: Bumped version to 0.16.12.
Bumped libtool version to 11:16:2.
.
svn path=/trunk/; revision=2018
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 18 insertions, 2 deletions
@@ -1,3 +1,12 @@ +2008-01-07 Behdad Esfahbod <behdad@gnome.org> + + Released vte-0.16.12. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.16.12. + Bumped libtool version to 11:16:2. +. 2007-12-21 Chris Wilson <chris@chris-wilson.co.uk> Bug 503164 – Drawing problems for VTE with gtk+-quartz @@ -1,3 +1,10 @@ +0.16.12 +======= +- More work around Gdk backends that don't issue GdkVisibilityNotify. +- Bugs fixed in this release: + Bug 503164 – Drawing problems for VTE with gtk+-quartz + Bug 449131 – Wrong gettext domain + 0.16.11 ======= - Work around Gdk backends that don't issue GdkVisibilityNotify. diff --git a/configure.in b/configure.in index 76b331b..a6bd993 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.16.11], +AC_INIT(vte, [0.16.12], [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=15 +LTVERSION_REVISION=16 # 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 |