Release v2.1.90 AT_SPI2_CORE_2_1_90
authorMike Gorse <mgorse@novell.com>
Mon, 29 Aug 2011 21:59:03 +0000 (16:59 -0500)
committerMike Gorse <mgorse@novell.com>
Mon, 29 Aug 2011 21:59:03 +0000 (16:59 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index b52e704..78200a8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+What's new in at-spi2-core 2.1.90:
+
+* Fixed a memory leak on DBus errors.
+
+* Added org.a11y.Status.IsEnabled (currently a read-only property) to the bus
+  launcher.
+
+* Fix for BGO#656004: atspi_accessible_get_relation_set returns a GArray again.
+
+* Numerous documentation fixes from Aline Bessa.
+
+* CLean up device listeners from disconnected applications.
+
+* Fix for BGO#657585: Do not crash when the bus launcher is unable to open the
+  X display.
+
 What's new in at-spi2-core 2.1.5:
 
 * Propertly free DBus error in atspi_accessible_get_process_id.
index 18bddf3..614c69c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.1.5], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.1.90], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])