From 8a7aa1f41ba4010ffbe1bef1e3bb602cb9e4e6f3 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 17 Dec 2012 17:12:54 -0500 Subject: [PATCH] Release v2.7.3 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index db6a4ca..1ca2688 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +What's new in at-spi2-atk 2.7.3: + +* re-register if the registry goes away and later returns. + +* Stop using deprecated glib functions. + +* Fix a few memory leaks. + What's new in at-spi2-atk 2.7.2: * atk-adaptor: don't emit a critical in case the bridge was not initialized diff --git a/configure.ac b/configure.ac index 84d384f..98daa58 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [2.7.2], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [2.7.3], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 -- 2.7.4