[vte] Release 0.22.2
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vte] Release 0.22.2
- Date: Mon, 28 Sep 2009 19:43:23 +0000 (UTC)
commit 1fc66f918330a053b85080756d8be165eb9f2708
Author: Behdad Esfahbod <behdad behdad org>
Date: Mon Sep 28 15:42:12 2009 -0400
Release 0.22.2
NEWS | 10 ++++++++++
configure.in | 4 ++--
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]