summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2015-11-07 16:46:55 -0600
committerMike Gorse <mgorse@suse.com>2015-11-07 16:46:55 -0600
commit3c0ea88a3955452c1d3d5b40b1d84db118115cf4 (patch)
treead440f73e7a6ff4fc3cb17753c0d40f6a19bb717
parenta2a2ad8420303f716401e149665c711dd6588ba3 (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_18_2.tar.gz
Release v2.18.2AT_SPI2_CORE_2_18_2
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5fa4be92..7cff33f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-core 2.18.2:
+
+* Really don't crash if we get a children-changed event with a
+ non-existent child (bgo#755951).
+
+* Fixed crash during removal of last application in registryd (bgo#756513).
+
What's new in at-spi2-core 2.18.1:
* Don't crash if we get a children-changed event with a non-existent
diff --git a/configure.ac b/configure.ac
index 08cb10ec..d416f23c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.18.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.18.2], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])