summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-07-04 16:53:38 -0500
committerMike Gorse <mgorse@novell.com>2011-07-04 16:53:38 -0500
commit6ec52671e3007b3dcf3b4b542060cb440b19e2aa (patch)
tree74cbbb6007344f6b47644ab89d18d5a2cda742af
parentb883abee1c9f1c1a2b9d8fd1b8b3426ae606c28b (diff)
downloadat-spi2-atk-AT_SPI2_ATK_2_1_3.tar.gz
Release v2.1.3AT_SPI2_ATK_2_1_3
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b29c2ad..3ff56e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+What's new in at-spi2-atk 2.1.3:
+
+* Fix for BGO#652797: Remove unused AtkMisc instance.
+
+* Only register events when something is listening. In theory, this should
+ mitigate performance loss that might show up when no ATs are running.
+
+* BGO#652596: Allow setting value via the DBus property again.
+
+* BGO#652858: Deregister objects on state-changed:defunct.
+
+* Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF.
+
+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 23d868e..1167b7c 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.1.3], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0