Release v2.9.90 AT_SPI2_CORE_2_9_90
authorMike Gorse <mgorse@suse.com>
Mon, 19 Aug 2013 21:54:29 +0000 (16:54 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 19 Aug 2013 21:54:29 +0000 (16:54 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 566226b..7a69b06 100644 (file)
--- 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.
index 55a77d9..5fa0a64 100644 (file)
@@ -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])