From: Mike Gorse Date: Mon, 6 Feb 2012 23:18:27 +0000 (-0600) Subject: Release v2.3.5 X-Git-Tag: AT_SPI2_ATK_2_12_0~152 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=7a6d8bedd0aceed2d39fbd2fd137924509bb57e8 Release v2.3.5 --- diff --git a/NEWS b/NEWS index 5750bbc..a1baf25 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +What's new in at-spi2-atk 2.3.5: + +* Remove the ability to set an accessible's name and description via AT-SPI + (it seems wrong to have been exposing this in the first place). + +* Fix for BGO#659967: some list API usage fixes. + +* Fix for BGO#663967: Don't use /a11y/ as a dconf path. + +* Fix for BGO#666371: possible crash when accessibles are created and + deleted in rapid succession; eg, in gnome-shell) + +* Avoid triggering GLib criticals in a few places. + What's new in at-spi2-atk 2.3.4: * Fix for BGO#666870: Keystroke listeners do not work unless an event listener diff --git a/configure.ac b/configure.ac index 55f9c52..84376aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [2.3.4], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [2.3.5], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0