[vte] Release 0.20.4
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Subject: [vte] Release 0.20.4
- Date: Mon, 1 Jun 2009 17:42:38 -0400 (EDT)
commit 185383d2ff114b16296e3fd203d89e69571c4221
Author: Behdad Esfahbod <behdad behdad org>
Date: Mon Jun 1 17:29:53 2009 -0400
Release 0.20.4
---
NEWS | 8 ++++++++
configure.in | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 0116f8a..5f21446 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.20.4
+=======
+- New enum value VTE_ERASE_TTY.
+- Make VTE_ERASE_AUTO send \H for backspace if terminal erase is undefined.
+- Bugs fixed in this release:
+ Bug 584281 - build: avoid double installation of xterm
+ Bug 543379 - VTE sends NUL/^@ for backspace
+
0.20.3
=======
- Bugs fixed in this release:
diff --git a/configure.in b/configure.in
index a7542b3..d0a8de7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
m4_define([vte_version_major],[0])
m4_define([vte_version_minor],[20])
-m4_define([vte_version_micro],[3])
+m4_define([vte_version_micro],[4])
m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
AC_PREREQ([2.59])
@@ -20,10 +20,10 @@ AM_MAINTAINER_MODE([enable])
# Libtool shared library versioning stuffs.
# REVISION gets incremented whenever the source code changes without adding
# an API or ABI change.
-LTVERSION_REVISION=3
+LTVERSION_REVISION=0
# 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=14
+LTVERSION_CURRENT=15
# AGE must be incremented when an API or ABI addition is made, and REVISION
# must be reset to 0 when this happens.
LTVERSION_AGE=5
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]