diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-06-04 18:38:27 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-06-04 18:38:27 +0000 |
commit | 725da8b7117cc8539bfc8c946ebe4220a979c50c (patch) | |
tree | 7adc68fd07ffe4df684628c30a5697b4df47400d | |
parent | 6cc2912d303cd13184ab14112787ff9557e83edd (diff) |
Released vte-0.16.14.vte_0_16_14
2008-06-04 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.16.14.
* NEWS: Updated.
* configure.in: Bumped version to 0.16.14.
Bumped libtool version to 11:18:2.
svn path=/trunk/; revision=2054
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 23 insertions, 2 deletions
@@ -1,5 +1,14 @@ 2008-06-04 Behdad Esfahbod <behdad@gnome.org> + Released vte-0.16.14. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.16.14. + Bumped libtool version to 11:18:2. + +2008-06-04 Behdad Esfahbod <behdad@gnome.org> + Bug 536632 – vte build failure in ring.c:210: error: expected expression before 'do' @@ -1,3 +1,15 @@ +0.16.14 +======= +- Bugs fixed in this release: + Bug 536632 – vte build failure in ring.c:210: error: expected + expression before 'do' + Bug 535022 – ambiguous width in utf8 locale + Bug 534148 – Use g_listenv() instead of environ + Bug 516869 – vte displays nothing on GTK+/DirectFB + Original patch by Jérémy Bobbio. + Fix "GLib-CRITICAL **: g_io_add_watch_full: assertion + `channel != NULL' failed" + 0.16.13 ======= - Minor optimization. diff --git a/configure.in b/configure.in index d651048..8948f2f 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.16.13], +AC_INIT(vte, [0.16.14], [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=17 +LTVERSION_REVISION=18 # 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 |