summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-02-03 17:54:05 -0600
committerMike Gorse <mgorse@suse.com>2014-02-03 17:54:05 -0600
commit1a8023ab75cec38933fcec9e4eb34f80dc5e813c (patch)
treed957f0e91d0d82d1e366f22cfca5e79de0f96d02
parent6395af932862454ed292d3623c18c59218ecbe7e (diff)
downloadat-spi2-core-1a8023ab75cec38933fcec9e4eb34f80dc5e813c.tar.gz
Release v2.11.5AT_SPI2_CORE_2_11_5
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 399cd653..a65b5862 100644
--- 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
diff --git a/configure.ac b/configure.ac
index d3847bca..84841a07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])