Release v1.91.91 AT_SPI2_CORE_1_91_91
authorMike Gorse <mgorse@novell.com>
Mon, 7 Mar 2011 23:37:31 +0000 (17:37 -0600)
committerMike Gorse <mgorse@novell.com>
Mon, 7 Mar 2011 23:37:31 +0000 (17:37 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index fc5447f..8fa71cf 100644 (file)
--- 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.
index 3efc4d5..f5a581e 100644 (file)
@@ -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])