summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])