From 7a6d8bedd0aceed2d39fbd2fd137924509bb57e8 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 6 Feb 2012 17:18:27 -0600 Subject: [PATCH] Release v2.3.5 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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 -- 2.7.4