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

diff --git a/NEWS b/NEWS
index 665ed05..96f54a0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+What's new in at-spi2-core 2.3.5:
+
+* Fix for BGO#668334: Set correct end offset in atspi_text_get_attributes.
+
+* Add some type checking on method replies; this should prevent crashes if
+  an application-side AT-SPI implementor returns something unexpected.
+
+* Call g_settings_sync after updating toolkit-accessibility.
+
+* Add ScreenReaderEnabled D-Bus property as a proxy for the GSettings key.
+
+* Fix for BGO#669344: Don't use "restrict" as a variable name, since it can
+  be a keyword.
+
 What's new in at-spi2-core 2.3.4:
 
 * Add some dbus message signature checks.
index 8c73942..f1397b5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.3.4], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.3.5], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])