[at-spi2-core/gnome-3-0] Release v2.0.2



commit 8a62911e7e310c7d89ad029a637c21400accd954
Author: Mike Gorse <mgorse novell com>
Date:   Mon May 23 18:45:02 2011 -0500

    Release v2.0.2

 NEWS         |   29 +++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1704e10..a14a2e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+What's new in at-spi2-core 2.0.2:
+
+* Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
+
+* Fixed a possible crash when an application is short-lived.
+
+* FIxed memory leaks in atspi_accessible_get_toolkit_(name|version).
+
+* AT-SPI will now call g_error if it is unable to find the accessibility bus.
+  This results in aborting but with a somewhat less cryptic error than before.
+
+* Fix atspi_table_get_caption|summary.
+
+* Fix introspection for atspi_table_get_row_column_at_index.
+
+* Copy match rule attributes, rather than just ref counting the hash, for
+  compatibility with pygi.
+
+* Rework atspi_accessible_set_cache_mask to make it usable.
+
+* Fix a crash that might happen if a method call times out.
+
+* Disable caching if atspi_event_main has not been called to run the main loop.
+
+* Fix atspi_accessible_get_toolkit_version.
+
+* Add atspi_accessible_get_atspi_version to fetch the version of the AT-SPI
+  specification provided by an application.
+
 What's new in at-spi2-core 2.0.1:
 
 * Fix a memory leak when sending events.
diff --git a/configure.ac b/configure.ac
index bcc7a23..2533324 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.0.1], [accessibility-atspi lists linux-foundation org])
+AC_INIT([at-spi2-core], [2.0.2], [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]