Release v2.11.5 AT_SPI2_CORE_2_11_5
authorMike Gorse <mgorse@suse.com>
Mon, 3 Feb 2014 23:54:05 +0000 (17:54 -0600)
committerMike Gorse <mgorse@suse.com>
Mon, 3 Feb 2014 23:54:05 +0000 (17:54 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 399cd65..a65b586 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.11.5:
+
+* Add atspi_event_listener_register_full, and cache data requested by it
+  for the duration of the event callback (BGO#708695).
+
+* Fix a crash when atspi_accessible_get_process_id is called for an
+  application that is no longer present.
+
 What's new in at-spi2-core 2.11.3:
 
  * Fix atspi_text_get_bounded_ranges
index d3847bc..84841a0 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.11.3], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.11.5], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])