[vte/vte-0-22] Release 0.22.4



commit 48ba09a4239c026ef3f0a02c8a9952003fa9e33e
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sun Nov 8 14:56:04 2009 -0500

    Release 0.22.4

 NEWS         |    6 ++++++
 configure.in |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0384bae..bf64df1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.22.4
+=======
+- Fix a regression introduced in 0.22.4
+- Bugs fixed in this release:
+    Revert "Bug 591648 - Don't clear the screen when switching to the alternate screen"
+
 0.22.3
 =======
 - Various crash and bug fixes
diff --git a/configure.in b/configure.in
index 81f478b..ea7fcad 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([vte_version_major],[0])
 m4_define([vte_version_minor],[22])
-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=3
+LTVERSION_REVISION=4
 # 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=18



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