summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.in6
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6ad80a2..a1f71ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.21.1
+=======
+- Redesigning the vte buffer ring is going on. Please report any misbehavior
+- Bugs fixed in this release:
+ Bug 590824 - gnome-terminal crashed with SIGSEGV after hiting ctrl+o
+ Bug 572230 - text mode program rendering is strange in cjk locale.
+ Bug 588200 - bashisms in shell scripts
+
0.20.5
=======
- Followup release to undo unintentded .soname bump
diff --git a/configure.in b/configure.in
index 7234c8c..6add356 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
m4_define([vte_version_major],[0])
m4_define([vte_version_minor],[21])
-m4_define([vte_version_micro],[0])
+m4_define([vte_version_micro],[1])
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=16
+LTVERSION_CURRENT=17
# AGE must be incremented when an API or ABI addition is made, and REVISION
# must be reset to 0 when this happens.
-LTVERSION_AGE=7
+LTVERSION_AGE=8
LIBVTE_LTVERSION=${LTVERSION_CURRENT}:${LTVERSION_REVISION}:${LTVERSION_AGE}
AC_SUBST([LIBVTE_LTVERSION])