summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-05-03 17:17:57 -0400
committerMike Gorse <mgorse@novell.com>2010-05-03 17:32:15 -0400
commite4576bed9f50984b96c86606455251f541bbb291 (patch)
tree21848a96e8d91c20fdaf33919f4b2aebf6bca5ca
parentbfcaaa89db19b0325d07aa713e53f30cf15def28 (diff)
downloadat-spi2-core-e4576bed9f50984b96c86606455251f541bbb291.tar.gz
Add NEWS, disable relocate, and bump version to 0.3.1AT_SPI2_CORE_0_3_1
-rw-r--r--NEWS5
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 00000000..3020961e
--- /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 1bfdc13d..c65f25fb 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