[vte] Release 0.23.3



commit 3ea88f06dbe753cf1884000354f6555be92af1e8
Author: Behdad Esfahbod <behdad behdad org>
Date:   Wed Jan 13 12:19:59 2010 -0500

    Release 0.23.3

 NEWS         |    8 ++++++++
 configure.in |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 613dc5f..cb27218 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.23.3
+=======
+- Disable symbol deprecation stuff since they were broken
+- Merge pangocairo draw impl into vtedraw (Kristian Høgsberg)
+- Bugs fixed in this release:
+    Bug 534526 - Flickering when resizing a vte widget
+    Bug 605299 - Please support xterm bracketed paste mode
+
 0.23.2
 =======
 - Fix overflow with unlimited scrollback lines
diff --git a/configure.in b/configure.in
index 28a7fc0..341ef58 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([vte_version_major],[0])
 m4_define([vte_version_minor],[23])
-m4_define([vte_version_micro],[2])
+m4_define([vte_version_micro],[3])
 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=0
+LTVERSION_REVISION=1
 # 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=20



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