[vte] Release 0.21.1
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vte] Release 0.21.1
- Date: Mon, 24 Aug 2009 23:15:53 +0000 (UTC)
commit 6db87763b28687f468ca881b20a543dd7487c3dd
Author: Behdad Esfahbod <behdad behdad org>
Date: Mon Aug 24 19:11:27 2009 -0400
Release 0.21.1
NEWS | 8 ++++++++
configure.in | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6ad80a2..a1f71ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.21.1
+=======
+- Redesigning the vte buffer ring is going on. Please report any misbehavior
+- Bugs fixed in this release:
+ Bug 590824 - gnome-terminal crashed with SIGSEGV after hiting ctrl+o
+ Bug 572230 - text mode program rendering is strange in cjk locale.
+ Bug 588200 - bashisms in shell scripts
+
0.20.5
=======
- Followup release to undo unintentded .soname bump
diff --git a/configure.in b/configure.in
index 7234c8c..6add356 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
m4_define([vte_version_major],[0])
m4_define([vte_version_minor],[21])
-m4_define([vte_version_micro],[0])
+m4_define([vte_version_micro],[1])
m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
AC_PREREQ([2.59])
@@ -25,10 +25,10 @@ AM_MAINTAINER_MODE([enable])
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=16
+LTVERSION_CURRENT=17
# AGE must be incremented when an API or ABI addition is made, and REVISION
# must be reset to 0 when this happens.
-LTVERSION_AGE=7
+LTVERSION_AGE=8
LIBVTE_LTVERSION=${LTVERSION_CURRENT}:${LTVERSION_REVISION}:${LTVERSION_AGE}
AC_SUBST([LIBVTE_LTVERSION])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]