Add NEWS, disable relocate, and bump version to 0.3.1 AT_SPI2_CORE_0_3_1
authorMike Gorse <mgorse@novell.com>
Mon, 3 May 2010 21:17:57 +0000 (17:17 -0400)
committerMike Gorse <mgorse@novell.com>
Mon, 3 May 2010 21:32:15 +0000 (17:32 -0400)
NEWS [new file with mode: 0644]
configure.ac

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..3020961
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,5 @@
+What's new in at-spi2-core 0.3.1:
+
+* Set an application's Id when registering it.
+
+* Disabled relocation by default.
index 1bfdc13..c65f25f 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [0.1.8], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [0.3.1], [accessibility-atspi@lists.linux-foundation.org])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -128,7 +128,7 @@ AC_SUBST(DBUS_SERVICES_DIR)
 
 AC_SUBST(LIBTOOL_EXPORT_OPTIONS)
 
-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