Release v2.1.1 AT_SPI2_CORE_2_1_1
authorMike Gorse <mgorse@linux-l2tz.site>
Mon, 9 May 2011 13:55:28 +0000 (15:55 +0200)
committerMike Gorse <mgorse@linux-l2tz.site>
Mon, 9 May 2011 13:55:28 +0000 (15:55 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1704e10..eab19f7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+What's new in at-spi2-core 2.1.1:
+
+* Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
+
+* Fixed a possible crash when an application is short-lived.
+
+* FIxed memory leaks in atspi_accessible_get_toolkit_(name|version).
+
+* AT-SPI will now call g_error if it is unable to find the accessibility bus.
+  This results in aborting but with a somewhat less cryptic error than before.
+
 What's new in at-spi2-core 2.0.1:
 
 * Fix a memory leak when sending events.
index bcc7a23..9e920c6 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.0.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.1.1], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])