2.19.1 AT_SPI2_CORE_2_19_1
authorMike Gorse <mgorse@suse.com>
Mon, 26 Oct 2015 22:06:53 +0000 (17:06 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 26 Oct 2015 22:06:53 +0000 (17:06 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1c725d0..cd644a3 100644 (file)
--- 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
index 2613c46..a585343 100644 (file)
@@ -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])