Release v2.13.4 AT_SPI2_CORE_2_13_4
authorMike Gorse <mgorse@suse.com>
Sun, 20 Jul 2014 19:21:14 +0000 (14:21 -0500)
committerMike Gorse <mgorse@suse.com>
Sun, 20 Jul 2014 19:21:14 +0000 (14:21 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d20d887..3347091 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in at-spi2-core 2.13.4:
+
+* Ensure that we register with the session manager only once (bgo#728934).
+
+* Fix ucs2keysym prototype (bgo#730897).
+
+* introspection: add some missing Returns: (nullable) annotations
+
+* Fix various memory leaks.
+
 What's new in at-spi2-core 2.13.1:
 
 * Add GError setter in atspi_accessible_get_process_id function
index ee4ee5a..5181499 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.13.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.13.4], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])