From 52ebda5a9abe41153c9ec460f4c66fb7cb8c6c2b Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Tue, 5 Oct 2010 05:51:41 +0200 Subject: [PATCH] Release v1.91.0 --- NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d571c8e..f9f8a40 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +What's new in at-spi2-atk 1.91.0: + +* --disable-relocate is the default again. + What's new in at-spi2-atk 0.3.92: * Have value methods return 0 on failure rather than fail, as in original pyatspi diff --git a/configure.ac b/configure.ac index b335c53..dfc05d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [0.4.0], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [1.91.0], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 @@ -72,7 +72,7 @@ else fi AC_SUBST(X_LIBS) -AC_ARG_ENABLE(relocate, [ --enable-relocate Relocate to coexist with CORBA [default=yes]], enable_relocate="$enableval", enable_relocate=yes) +AC_ARG_ENABLE(relocate, [ --enable-relocate Relocate to coexist with CORBA [default=no]], enable_relocate="$enableval", enable_relocate=no) if test x$enable_relocate = xyes ; then AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA]) fi -- 2.7.4