summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2015-10-26 17:06:53 -0500
committerMike Gorse <mgorse@suse.com>2015-10-26 17:06:53 -0500
commit5ef3bfa4b541682b012e85961887bf4a7916d87e (patch)
treec1e307237ec691c20a05938d0a9f211586778a23
parent8adcd0124f6b35e495cb0f58c9d4e5c0888ad7ff (diff)
downloadat-spi2-core-5ef3bfa4b541682b012e85961887bf4a7916d87e.tar.gz
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1c725d01..cd644a3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+What's new in at-spi2-core 2.19.1:
+
+* Don't crash if we get a children-changed event with a non-existent
+ child (bgo#755951).
+
+* atspi_hyperlink_get_index_range: don't return random values if the
+ call fails (bgo#755727).
+
+* Fixed some atspi_text_ functions (bgo#755731).
+
+* Fixed crash during removal of last application in registryd (bgo#756513).
+
What's new in at-spi2-core 2.17.90:
* Modified the cache API to specify an object's index and child count
diff --git a/configure.ac b/configure.ac
index 2613c467..a5853433 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.18.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.19.1], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])