summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2015-01-19 16:57:28 -0600
committerMike Gorse <mgorse@suse.com>2015-01-19 16:57:28 -0600
commit92275f2333b846b4f0ed673057e4dd98adc42dde (patch)
tree5ce98cdf76154aa22a35ad97c90c16747555b0de
parent61ae28d2c3c9c6dc150666794b1874d49b9db90a (diff)
downloadat-spi2-atk-92275f2333b846b4f0ed673057e4dd98adc42dde.tar.gz
Release v2.15.4AT_SPI2_ATK_2_15_4
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 39fb151..6748191 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-atk 2.15.4:
+
+* Don't parse non-existent signal arguments from atk.
+
+* Support ATK_STATE_HAS_TOOLTIP (bgo#738953).
+
+* Support ATK_STATE_READ_ONLY (bgo#690008).
+
What's new in at-spi2-atk 2.15.3:
* Add mapping between ATK_ROLE_STATIC and ATSPI_ROLE_STATIC
diff --git a/configure.ac b/configure.ac
index 838e7df..15b4f8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.15.3], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.15.4], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0