Release v2.5.4 AT_SPI2_CORE_2_5_4
authorMike Gorse <mgorse@suse.com>
Mon, 16 Jul 2012 20:52:05 +0000 (15:52 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 16 Jul 2012 20:52:05 +0000 (15:52 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 19e6c76..14931e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.5.4:
+
+* Fix a missing return value.
+
+* Fix a crash when unable to remove a match rule.
+
 What's new in at-spi2-core 2.5.3:
 
 * Fix a memory leak (BGO#678738)
index 2a36d76..2624a24 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.5.3], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.5.4], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])