diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-09-18 02:18:07 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-09-18 02:18:07 -0400 |
commit | 8658f78fce0ffad86c81ea2502047cdbc2d32669 (patch) | |
tree | 92af4b43d6673f9395f913899e159f677adae323 | |
parent | 35cb9184e071c8629c953d5bf82542d88438552c (diff) |
Release 0.21.70.21.7
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +0.21.7 +======= +- Fix tab and wide-char handling +- Revert symbol-hiding that was breaking build in some cases + 0.21.6 ======= - Another rewrite of the ring. Stores ring data on tmp files on disk now. diff --git a/configure.in b/configure.in index a0545a5..f65100d 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],[6]) +m4_define([vte_version_micro],[7]) 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=5 +LTVERSION_REVISION=6 # 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=17 |