summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-10-05 05:51:41 +0200
committerMike Gorse <mgorse@novell.com>2010-10-05 05:51:41 +0200
commit52ebda5a9abe41153c9ec460f4c66fb7cb8c6c2b (patch)
tree4541cd2a9978cd974955163bcc246fe76b3090ea
parent3a6ba954ebdea9e36de8c8fd12f2b4f78527de6f (diff)
downloadat-spi2-atk-52ebda5a9abe41153c9ec460f4c66fb7cb8c6c2b.tar.gz
Release v1.91.0AT_SPI2_ATK_1_91_0
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
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