Release v2.1.3 AT_SPI2_CORE_2_1_3
authorMike Gorse <mgorse@novell.com>
Mon, 4 Jul 2011 21:47:21 +0000 (16:47 -0500)
committerMike Gorse <mgorse@novell.com>
Mon, 4 Jul 2011 21:47:21 +0000 (16:47 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6ca1f39..0eac5d2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+What's new in at-spi2-core 2.1.3:
+
+* use stored values for AT-SPI role names where possible.
+
+* Fix for BGO#652596: Use DBus property to set value.
+
+
+* Fix gtk-doc build cflags/libraries.
+
+* Set error for some DBus errors where this was not being done.
+
+
+* Add atspi_accessible_get_process_id (as a short-cut to help debugging).
+
+* Fix failure to update cache in response to children-changed events in some
+  cases.
+
+
 What's new in at-spi2-core 2.1.2:
 
 * Fix atspi_table_get_caption|summary.
index 5822079..adaf0f4 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.1.2], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.1.3], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])