summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-04-16 14:09:04 -0500
committerMike Gorse <mgorse@suse.com>2012-04-16 14:09:04 -0500
commit6d49cf031643f7ecca1b2798c3b000a00f238acd (patch)
tree12e9daaf1f8ad90cb0737515c12e6ff79cc2a29f
parenta4a180f923e5e789230212269264693b8a71d009 (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_4_1.tar.gz
Release v2.4.1AT_SPI2_CORE_2_4_1
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b342b29c..3f60236d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.4.1:
+
+* Fix a GError set when a method call returns a reply of the wrong type.
+
+* Do not time out method calls for the first 15 seconds that an
+ application is on the bus (work-around for Orca setting an application's
+ script as "default" after a timeout on a slow-starting application).
+
What's new in at-spi2-core 2.4.0:
* Fix typo in at-spi-dbus-bus.desktop.in (BGO#605662).
diff --git a/configure.ac b/configure.ac
index c0d800c5..550cb11f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.4.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.4.1], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])