[at-spi2-core] Release v2.3.5



commit aaa7bd55f005074faa2549cbc89c5197f5b457ca
Author: Mike Gorse <mgorse novell com>
Date:   Mon Feb 6 16:17:05 2012 -0600

    Release v2.3.5

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 665ed05..96f54a0 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 8c73942..f1397b5 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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]