[at-spi2-core] Release v1.91.91



commit f103857001e26cc192c9d36488e4f9f6a226259e
Author: Mike Gorse <mgorse novell com>
Date:   Mon Mar 7 17:37:31 2011 -0600

    Release v1.91.91

 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index fc5447f..8fa71cf 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 3efc4d5..f5a581e 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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]