Release v2.7.4 AT_SPI2_CORE_2_7_4
authorMike Gorse <mgorse@suse.com>
Mon, 14 Jan 2013 23:22:19 +0000 (17:22 -0600)
committerMike Gorse <mgorse@suse.com>
Mon, 14 Jan 2013 23:22:19 +0000 (17:22 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9fefbea..fe44d0b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.7.4:
+
+* Fix some ref count leaks.
+
+* Some functions that return accessibles now propagate errors.
+
 What's new in at-spi2-core 2.7.3:
 
 * Atspi_accessible_get_index_in_parent no longer returns -1 if the object's
index fd0efdd..7aa2c97 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.7.3], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.7.4], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])