From e4576bed9f50984b96c86606455251f541bbb291 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 3 May 2010 17:17:57 -0400 Subject: [PATCH] Add NEWS, disable relocate, and bump version to 0.3.1 --- NEWS | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 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. diff --git a/configure.ac b/configure.ac index 1bfdc13..c65f25f 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4