summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-09-28 15:42:12 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-09-28 15:42:12 -0400
commit1fc66f918330a053b85080756d8be165eb9f2708 (patch)
treed044d4e182dca39311e412e7ff4d353840acd14c
parentea46cc66b0340dbe42b8b19b2691c824083ad033 (diff)
Release 0.22.20.22.2
-rw-r--r--NEWS10
-rw-r--r--configure.in4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9af0c2c..0805916 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.22.2
+=======
+- Fix crash introduced in previous release
+- Fix a11y assertion failure
+- Improve selection at the end of row
+- Bugs fixed in this release:
+ https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/435646
+ Bug 596444 - word-select includes \n when the word ends at the edge of the terminal
+ Bug 596460 - 0.22.1 kills vte based apps
+
0.22.1
=======
- Fix crash on terminal reset
diff --git a/configure.in b/configure.in
index 8940a5b..9c29ff9 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
m4_define([vte_version_major],[0])
m4_define([vte_version_minor],[22])
-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])
@@ -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=1
+LTVERSION_REVISION=2
# 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=18