[vte] Released 0.20.2



commit 7e45bcee12c2a0db998d302f89d126f5df10481b
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon May 4 16:29:01 2009 -0400

    Released 0.20.2
---
 NEWS         |    5 +++++
 configure.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 9a78a2e..531f73c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.20.2
+=======
+- Bugs fixed in this release:
+    Bug 567064 - Work around buggy iconv
+
 0.20.1
 =======
 - Bugs fixed in this release:
diff --git a/configure.in b/configure.in
index e1245ac..084c1ce 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],[1])
+m4_define([vte_version_micro],[2])
 m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
 
 AC_PREREQ([2.59])
@@ -20,7 +20,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=1
+LTVERSION_REVISION=2
 # 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



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