[at-spi2-atk] Release v1.91.0
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-atk] Release v1.91.0
- Date: Mon, 4 Oct 2010 21:51:35 +0000 (UTC)
commit 52ebda5a9abe41153c9ec460f4c66fb7cb8c6c2b
Author: Mike Gorse <mgorse novell com>
Date: Tue Oct 5 05:51:41 2010 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]