Release v2.52 AT_SPI2_CORE_2_5_2
authorMike Gorse <mgorse@suse.com>
Mon, 4 Jun 2012 21:55:07 +0000 (16:55 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 4 Jun 2012 21:55:07 +0000 (16:55 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e2038d6..750e699 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in at-spi2-core 2.5.2:
+
+* Fix a crash when a call to fetch a hyperlink times out.
+
+* Fix C++ compilation.
+
+* Remove a warning that was sometimes logged when a method call timed out.
+
+* Fix crash in atspi_deregister_keystroke_listener (FDO#50578)
+
 What's new in at-spi2-core 2.5.1:
 
 * Add atspi_set_timeout.
index 64720e9..98c8667 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.5.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.5.2], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])