summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2012-02-06 16:17:05 -0600
committerMike Gorse <mgorse@novell.com>2012-02-06 16:17:05 -0600
commitaaa7bd55f005074faa2549cbc89c5197f5b457ca (patch)
tree4dac5e4d8a26d966f09aa0062dc1ecb1d6f75d46
parentb33cea7af633027087a290f1dbc2f7a05dad33ea (diff)
downloadat-spi2-core-aaa7bd55f005074faa2549cbc89c5197f5b457ca.tar.gz
Release v2.3.5AT_SPI2_CORE_2_3_5
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 665ed054..96f54a07 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 8c739426..f1397b5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])