Release v2.5.1 AT_SPI2_CORE_2_5_1
authorMike Gorse <mgorse@suse.com>
Mon, 30 Apr 2012 21:22:41 +0000 (16:22 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 30 Apr 2012 21:22:41 +0000 (16:22 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index b342b29..e2038d6 100644 (file)
--- 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).
index c0d800c..64720e9 100644 (file)
@@ -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])