Release v2.9.91 AT_SPI2_CORE_2_9_91
authorMike Gorse <mgorse@suse.com>
Mon, 2 Sep 2013 19:07:39 +0000 (14:07 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 2 Sep 2013 19:07:39 +0000 (14:07 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7a69b06..e69621d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+What's new in at-spi2-core 2.9.91:
+
+* Fix a performance issue when running for a long time without a main
+  loop, such as with a dogtail script (BGO#701145).
+
+* Remove an unneeded unref that was causing a warning (BGO#706893).
+
+* Skip some functions that were not introspectable (BGO#707010).
+
 What's new in at-spi2-core 2.9.90:
 
 * Separate out X-dependent functionality, allow building without X11 (albeit
index 5fa0a64..6b11fe9 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.9.90], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.9.91], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])