From 4875fcada130355413d2c5a9999822a8ee4b35dc Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 30 Apr 2012 16:22:41 -0500 Subject: [PATCH] Release v2.5.1 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b342b29..e2038d6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +What's new in at-spi2-core 2.5.1: + +* Add atspi_set_timeout. + +* By default, disable method call timeouts until an application has been on +the bus for 15 seconds (work-around for applications with potentially long +start-up times). This behavior can be changed with a call to atspi_set_timeout. + +* Fix GError sent when receiving a reply of the wrong type + +* Fix typo in atspi_document_get_attribute_value + +* Fix for bug 675004 - object:state-changed:defunct events are emitted as object:state-change:defunct + 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 c0d800c..64720e9 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.5.1], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4