Release v2.3.5
authorMike Gorse <mgorse@novell.com>
Mon, 6 Feb 2012 23:18:27 +0000 (17:18 -0600)
committerMike Gorse <mgorse@novell.com>
Mon, 6 Feb 2012 23:18:27 +0000 (17:18 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5750bbc..a1baf25 100644 (file)
--- 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
 What's new in at-spi2-atk 2.3.4:
 
 * Fix for BGO#666870: Keystroke listeners do not work unless an event listener
index 55f9c52..84376aa 100644 (file)
@@ -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
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0