summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2016-04-11 18:43:53 -0500
committerMike Gorse <mgorse@suse.com>2016-04-11 18:43:53 -0500
commit176a34174403ab09cd633b04cbbb2219cfe58a9d (patch)
treeac989b01a4eb4af9b8639b2194ba8007b011f4f5
parentb502e52b9cfcf6c0941e6f4984e8b2698e208ee3 (diff)
downloadat-spi2-atk-176a34174403ab09cd633b04cbbb2219cfe58a9d.tar.gz
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c9f492b..b6ad565 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-atk 2.20.1:
+
+* emit_event: Fix out-of-bounds memory access if class is NULL (bgo#758935).
+
+* Remove a debug print.
+
+* 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..549e7a4 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.20.1], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0