From 96bec7a166b4256903f5df4caf6c3ca36a6e8ab5 Mon Sep 17 00:00:00 2001 From: liyuan Date: Mon, 17 Sep 2007 08:03:14 +0000 Subject: [PATCH] 2007-09-08 Li Yuan * registryd/deviceeventcontroller.c: (spi_key_event_matches_listener): Bug #474796. Should not checkmask bit 14 when sond out device event. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@947 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- NEWS | 4 ++++ README | 2 +- configure.in | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 123a280..415b769 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +What's new in at-spi-1.20.0: + +* Bugfixes: #462412, #467612, #474796, #467366, #472301. + What's new in at-spi-1.19.5: * Bugfixes: #446277, #450897, #433802. diff --git a/README b/README index e169635..3e9b951 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ README -at-spi version 1.19.5 +at-spi version 1.20.0 This version of at-spi requires atk 1.17.0 or later. diff --git a/configure.in b/configure.in index 87c47ba..680ec2d 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ AC_INIT(idl/Accessibility.idl) AT_SPI_MAJOR_VERSION=1 -AT_SPI_MINOR_VERSION=19 -AT_SPI_MICRO_VERSION=5 +AT_SPI_MINOR_VERSION=20 +AT_SPI_MICRO_VERSION=0 AT_SPI_INTERFACE_AGE=0 AT_SPI_BINARY_AGE=0 AT_SPI_VERSION="$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION.$AT_SPI_MICRO_VERSION" -- 2.7.4