summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-08-19 16:54:29 -0500
committerMike Gorse <mgorse@suse.com>2013-08-19 16:54:29 -0500
commit94106405aad216434789e3a4c4a76c1f47a65959 (patch)
treef49bc3cc94800d384d1568746c850a808de04bd5
parent56220f05bc8b7683911658e1a8aff4a1ab3cab8d (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_9_90.tar.gz
Release v2.9.90AT_SPI2_CORE_2_9_90
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 566226b3..7a69b06a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+What's new in at-spi2-core 2.9.90:
+
+* Separate out X-dependent functionality, allow building without X11 (albeit
+ with various things not working), and don't query/use X if DISPLAY is not
+ set (BGO#682199, BGO#701378).
+
+* Add atspi_text_get_string_at_offset, and deprecate
+ atspi_text_get_text_at_offset.
+
What's new in at-spi2-core 2.9.5:
* Fix possible memory leak when D-Bus calls time out.
diff --git a/configure.ac b/configure.ac
index 55a77d95..5fa0a642 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.9.5], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.9.90], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])