summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-04-27 07:22:01 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-04-27 07:22:01 +0000
commit615e67e1f9c3fc4dba72d6da1c0260ac4cccecb3 (patch)
tree8e513cf548ca1c9897b7554c95be1276434dcd64
parent8c0715fb132b875b4630dab2b84bba3f316dbc36 (diff)
downloadvte_0_16_3.tar.gz
Released vte-0.16.3.vte_0_16_3
2007-04-27 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.3. * NEWS: Updated. * configure.in: Bumped version to 0.16.3. * src/Makefile.am: Bumped libtool version to 11:7:2. svn path=/trunk/; revision=1884
-rw-r--r--ChangeLog10
-rw-r--r--NEWS12
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
4 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 39f63788..cbcda0df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-04-27 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.16.3.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.16.3.
+
+ * src/Makefile.am: Bumped libtool version to 11:7:2.
+
2007-04-24 Chris Wilson <chris@chris-wilson.co.uk>
Bug 429189 – Vte-WARNING's
diff --git a/NEWS b/NEWS
index 656a2b97..865e6404 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.16.3
+======
+- Remove false warnings about missing glyphs in the Xft backend.
+- Rename --enable-debugging configure option to --enable-debug to
+ match other modules.
+- Fix some of refresh issue where terminals stopped updating after
+ changing workspaces.
+- Bugs fixed in this release:
+ Bug 429189 – Vte-WARNING's
+ Bug 415044 – Use --enable-debug rather than --enable-debugging
+ Bug 414716 – Refresh issue after changing workspaces
+
0.16.2
======
- Consider ambiguous-width chars if VTE_CJK_WIDTH env var is set and we
diff --git a/configure.in b/configure.in
index 65fc0e95..c1e34b92 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.16.2],
+AC_INIT(vte, [0.16.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=vte])
AC_CONFIG_SRCDIR([src/vte.c])
AM_INIT_AUTOMAKE(1.6)
diff --git a/src/Makefile.am b/src/Makefile.am
index 0371f050..481c7d3a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -118,7 +118,7 @@ endif
# Libtool shared library versioning stuffs.
# REVISION gets incremented whenever the source code changes without adding
# an API or ABI change.
-VERSION_REVISION=6
+VERSION_REVISION=7
# 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.
VERSION_CURRENT=11