summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-06-04 18:38:27 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-06-04 18:38:27 +0000
commit725da8b7117cc8539bfc8c946ebe4220a979c50c (patch)
tree7adc68fd07ffe4df684628c30a5697b4df47400d
parent6cc2912d303cd13184ab14112787ff9557e83edd (diff)
downloadvte-725da8b7117cc8539bfc8c946ebe4220a979c50c.tar.gz
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--ChangeLog9
-rw-r--r--NEWS12
-rw-r--r--configure.in4
3 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f3da298..6943da8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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'
diff --git a/NEWS b/NEWS
index 31f86377..b232dd32 100644
--- a/NEWS
+++ b/NEWS
@@ -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 d6510486..8948f2fb 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