[at-spi2-core] Add NEWS, disable relocate, and bump version to 0.3.1
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Add NEWS, disable relocate, and bump version to 0.3.1
- Date: Mon, 3 May 2010 21:32:48 +0000 (UTC)
commit e4576bed9f50984b96c86606455251f541bbb291
Author: Mike Gorse <mgorse novell com>
Date: Mon May 3 17:17:57 2010 -0400
Add NEWS, disable relocate, and bump version to 0.3.1
NEWS | 5 +++++
configure.ac | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]