vte r2054 - trunk
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r2054 - trunk
- Date: Wed, 4 Jun 2008 18:38:28 +0000 (UTC)
Author: behdad
Date: Wed Jun 4 18:38:27 2008
New Revision: 2054
URL: http://svn.gnome.org/viewvc/vte?rev=2054&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Jun 4 18:38:27 2008
@@ -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.
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Wed Jun 4 18:38:27 2008
@@ -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 @@
# 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]