Release v1.91.0
authorMike Gorse <mgorse@novell.com>
Tue, 5 Oct 2010 03:51:41 +0000 (05:51 +0200)
committerMike Gorse <mgorse@novell.com>
Tue, 5 Oct 2010 03:51:41 +0000 (05:51 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d571c8e..f9f8a40 100644 (file)
--- 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
index b335c53..dfc05d5 100644 (file)
@@ -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