[vte] Release 0.21.4



commit 1c231e40714b9224da37c4aa0352e72a9a35f9e6
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Aug 25 19:08:37 2009 -0400

    Release 0.21.4

 NEWS         |    5 +++++
 configure.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c025075..931454e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.21.4
+=======
+- Remove another stale assert()
+- Oops, use the right map decoding function is iso2022 code
+
 0.21.3
 =======
 - Really fix the ring this time
diff --git a/configure.in b/configure.in
index 74f8552..e215fa1 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],[3])
+m4_define([vte_version_micro],[4])
 m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
 
 AC_PREREQ([2.59])
@@ -22,7 +22,7 @@ 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=2
+LTVERSION_REVISION=3
 # 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=17



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]