[vte] Release 0.23.2



commit 718b6f1d1707a4397098cab0ec3bc4980cb7d1bf
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Dec 22 15:27:01 2009 +0100

    Release 0.23.2

 NEWS         |   16 ++++++++++++++++
 configure.in |    6 +++---
 2 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4a71536..613dc5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+0.23.2
+=======
+- Fix overflow with unlimited scrollback lines
+- Require glib >= 2.22.0
+- Deprecate vte_terminal_get_padding
+- Add VteTerminal::inner-border style property
+- vteapp: Add --cursor-shape option
+- Bugs fixed in this release:
+    Bug 604966 - Fix "select all" to include text occurring after the visible region
+    Bug 604135 - [PATCH] fix behaviour of set-scrolling-region
+    Bug 603733 - Remove deprecated Glib symbol
+    Bug 603713 - ibeam/underline cursor broken with large inner-border
+    Bug 471920 - Expose the border width property
+    Bug 601265 -  gnome-terminal assert failure: table.c:723:_vte_table_match
+    Revert "Bug 591648 - Don't clear the screen when switching to the alternate screen"
+
 0.23.1
 =======
 - Various crash and bug fixes
diff --git a/configure.in b/configure.in
index abba5af..598da96 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],[1])
+m4_define([vte_version_micro],[2])
 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=19
+LTVERSION_CURRENT=20
 # AGE must be incremented when an API or ABI addition is made, and REVISION
 # must be reset to 0 when this happens.
-LTVERSION_AGE=10
+LTVERSION_AGE=11
 
 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]