2007-09-08 Li Yuan <li.yuan@sun.com>
authorliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 17 Sep 2007 08:03:14 +0000 (08:03 +0000)
committerliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 17 Sep 2007 08:03:14 +0000 (08:03 +0000)
        * 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
README
configure.in

diff --git a/NEWS b/NEWS
index 123a280..415b769 100644 (file)
--- 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 (file)
--- 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.
 
index 87c47ba..680ec2d 100644 (file)
@@ -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"