[at-spi2-core] Release v2.9.90



commit 94106405aad216434789e3a4c4a76c1f47a65959
Author: Mike Gorse <mgorse suse com>
Date:   Mon Aug 19 16:54:29 2013 -0500

    Release v2.9.90

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 566226b..7a69b06 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 55a77d9..5fa0a64 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]