From 58e70049be2e9d80f82225304cf2b6a1529939f1 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Tue, 28 May 2013 11:06:10 -0500 Subject: [PATCH 1/1] Release v2.9.2 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7b83851..ca016c3 100644 --- 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). diff --git a/configure.ac b/configure.ac index 2cec929..fd338b4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4