Release v2.9.2
authorMike Gorse <mgorse@suse.com>
Tue, 28 May 2013 16:06:10 +0000 (11:06 -0500)
committerMike Gorse <mgorse@suse.com>
Tue, 28 May 2013 16:06:10 +0000 (11:06 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7b83851..ca016c3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in at-spi2-atk 2.9.2:
+
+* Fix a memory leak in the socket adaptor (BGO#696733).
+
+* Fix various DBusError leaks (BGO#698951).
+
+* Fix crash when a main loop is shut down repeatedly (BGO#699554).
+
+* Suppress a warning if an app returns NULL when referencing a child.
+
 What's new in at-spi2-atk 2.7.91:
 
 * Add Locale property (BGO#694368).
index 2cec929..fd338b4 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.8.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.9.2], [accessibility-atspi@lists.linux-foundation.org])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0