summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2016-07-18 18:59:56 -0500
committerMike Gorse <mgorse@suse.com>2016-07-18 18:59:56 -0500
commitce309d07e79bbc17187f42eb68de938b4d72f2da (patch)
tree08a29ff868b8bd9dcecb91408547c030c8cedb10
parent3db51c3ee59e0d29abd5a5a21ed03db369117127 (diff)
downloadat-spi2-atk-ce309d07e79bbc17187f42eb68de938b4d72f2da.tar.gz
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c9f492b..2497190 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-atk 2.21.4:
+
+* emit_event: Fix out-of-bounds memory access if class is NULL.
+
+* Collection: fix missing return value (bgo#758934).
+
What's new in at-spi2-atk 2.19.92:
* Don't drop the main context when p2p socket configuration fails
diff --git a/configure.ac b/configure.ac
index e6c1fe7..6b213f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.20.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.21.4], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0