Release v2.11.90 AT_SPI2_CORE_2_11_90
authorMike Gorse <mgorse@linux-sh69.site>
Tue, 18 Feb 2014 18:37:52 +0000 (12:37 -0600)
committerMike Gorse <mgorse@linux-sh69.site>
Tue, 18 Feb 2014 18:37:52 +0000 (12:37 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a65b586..cd98643 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.11.90:
+
+* bus-launcher: Do not use g_setenv when initializing the bus (bgo#724070).
+    
+* Fix a critical when processing deferred messages (bgo#724292).
+
+* Add AtspitableCell, tracking the new atk interface
+
 What's new in at-spi2-core 2.11.5:
 
 * Add atspi_event_listener_register_full, and cache data requested by it
index 84841a0..506c0be 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.11.5], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.11.90], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])