From: Mike Gorse Date: Mon, 7 Mar 2011 23:37:31 +0000 (-0600) Subject: Release v1.91.91 X-Git-Tag: AT_SPI2_CORE_1_91_91^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f103857001e26cc192c9d36488e4f9f6a226259e;p=platform%2Fupstream%2Fat-spi2-core.git Release v1.91.91 --- 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])