summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-11-14 17:33:58 -0600
committerMike Gorse <mgorse@novell.com>2011-11-14 17:33:58 -0600
commitd38a195b27b6f46155182939c43be65fbd8036cf (patch)
tree38621af1a80899909d33929dc80eae9e9fa9e0b7
parent44cf4c63fca2be68b423373d86aa66d9207866ad (diff)
downloadat-spi2-atk-AT_SPI2_ATK_2_2_2.tar.gz
Release v2.2.2AT_SPI2_ATK_2_2_2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4c21b25..260a7ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+What's new in at-spi2-atk 2.2.2:
+
+* Don't leave va_args dangling
+
+* Have Socket's implementation of ref_state_set to return empty sets instead of
+ NULL
+
+* Make sure the a11y hierarchy under an AtkPlug is generated when embedding.
+
What's new in at-spi2-atk 2.2.1:
* Updated Finnish translation.
diff --git a/configure.ac b/configure.ac
index cb9b25c..12f1e54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.2.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.2.2], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0