From 3e707fcae1f498038f7c2894eedc49c063bf1690 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 30 Aug 2010 19:39:31 -0400 Subject: [PATCH] Release v0.3.91 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 68f82be..396a275 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +What's new in at-spi2-atk 0.3.91: + +* Default to --enable-relocate for now. + +* Fix for FDO#29880: gtk module can't handle reloading. + What's new in at-spi2-atk 0.3.90: * FDO#29365: Stop using a deprecated glib function. diff --git a/configure.ac b/configure.ac index 67fabae..b4aef5b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [0.3.90], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [0.3.91], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 -- 2.7.4