summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-05-23 18:47:23 -0500
committerMike Gorse <mgorse@novell.com>2011-05-23 18:47:23 -0500
commitc4b554bdf005869b434ba6a83b5d084c996ef40d (patch)
tree467640e7ffd4640b8b0e0764923df2b38b8a85db
parent21599f30f324f8b20544fcd93216c3eda8629b74 (diff)
downloadat-spi2-atk-AT_SPI2_ATK_2_0_2.tar.gz
Release v2.0.2AT_SPI2_ATK_2_0_2
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b29c2ad..2dc5153 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+What's new in at-spi2-atk 2.0.2:
+
+* Fix matching on attributes for collection methods
+
+* Fix for BGO#650286: Ensure valid UTF-8 from ATK
+
+* Always emit children-changed, property-change, and state-changed events, in
+ order to keep caches synchronized.
+
+* Add GetAtspiVersion to fetch the version of the AT-SPI specification provided
+ by an application.
+
What's new in at-spi2-atk 2.0.1:
* Fix a memory leak in impl_GetText
diff --git a/configure.ac b/configure.ac
index 211bc57..adf5c30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.0.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.0.2], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0