From: Mike Gorse Date: Tue, 28 May 2013 16:06:10 +0000 (-0500) Subject: Release v2.9.2 X-Git-Tag: AT_SPI2_ATK_2_12_0~31 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=58e70049be2e9d80f82225304cf2b6a1529939f1;hp=f7a825353ec966c1b447a81aec483406cb49853c Release v2.9.2 --- 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