summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-03-07 17:37:31 -0600
committerMike Gorse <mgorse@novell.com>2011-03-07 17:37:31 -0600
commitf103857001e26cc192c9d36488e4f9f6a226259e (patch)
tree1965352992ca207b24c10df76fe6681707c051d2
parent7783b5e6962d9249dfdba9d1a23843735fa893af (diff)
downloadat-spi2-core-f103857001e26cc192c9d36488e4f9f6a226259e.tar.gz
Release v1.91.91AT_SPI2_CORE_1_91_91
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fc5447f6..8fa71cf0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+What's new in at-spi2-core 1.91.91:
+
+* Changed device event IPC to use uint32 for hw_code and modifiers, to be
+ more consistent with the rest of the API.
+
+* GetNSelections has an out parameter, not an in.
+
+* Fix for BGO#643384: - atspi_register_keystroke_listener() should take a
+ bitmask, not AtspiKeyListenerSyncType.
+
+* Avoid setting enum values to 0x80000000, to prevent a pygi exception.
+
+* Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME session
+
+* Fix for BGO#643110: Do not allow all users to connect to the accessibility bus.
+
What's new in at-spi2-core 1.91.90:
* BGO#641164: Fixed several build errors.
diff --git a/configure.ac b/configure.ac
index 3efc4d5b..f5a581e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [1.91.90], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [1.91.91], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])