summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-12-22 15:27:01 +0100
committerBehdad Esfahbod <behdad@behdad.org>2009-12-22 15:27:01 +0100
commit718b6f1d1707a4397098cab0ec3bc4980cb7d1bf (patch)
tree372f116ec85b18896465a70997b2bc4706a4bc8f
parent7f017f27ff254995c1ad4fbe4947b929c4c6046f (diff)
Release 0.23.2
-rw-r--r--NEWS16
-rw-r--r--configure.in6
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])