summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-06-13 17:31:38 -0500
committerMike Gorse <mgorse@novell.com>2011-06-13 17:31:38 -0500
commit2a6c0dab85df5466a1bf821332d30b9c6f82be82 (patch)
treed2723f0d5dab658dfc8e6e0a78e7f0854ade859d
parent72b5b5733841657af00f31370d26bdfd5a0b60b7 (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_1_2.tar.gz
Release v2.1.2AT_SPI2_CORE_2_1_2
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 30 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eab19f79..6ca1f392 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+What's new in at-spi2-core 2.1.2:
+
+* 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.
+
+* Cache application-wide toolkit name and version.
+
+* Allow caching of attributes, but not enabling by default, as there is no
+ event yet (BGO#649771).
+
+* Make deferred_messages a GQueue rather than a GList for performance reasons.
+
+* Fix accessibility bus breakage when a user runs an administrative app.
+
What's new in at-spi2-core 2.1.1:
* Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
diff --git a/configure.ac b/configure.ac
index b3374be5..ed9877a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.1.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.1.2], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])