diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-24 19:11:27 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-08-24 19:12:49 -0400 |
commit | 6db87763b28687f468ca881b20a543dd7487c3dd (patch) | |
tree | f0b986fef193b6108dcfa64a597ba41857707dea | |
parent | 7f9757c725f769ce582a928ecbadc2c352c1b635 (diff) |
Release 0.21.10.21.1
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.in | 6 |
2 files changed, 11 insertions, 3 deletions
@@ -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]) |