summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-07-20 14:21:14 -0500
committerMike Gorse <mgorse@suse.com>2014-07-20 14:21:14 -0500
commitd2682e97a5ab5386db86b308019de15d4d077069 (patch)
tree2de4bc4400c7e8ba7d8cc5a4d2f0869ddfa0a411
parentf33fd585e1e18eacec271582ffb9956965a4f146 (diff)
downloadat-spi2-core-d2682e97a5ab5386db86b308019de15d4d077069.tar.gz
Release v2.13.4AT_SPI2_CORE_2_13_4
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d20d8877..33470912 100644
--- 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
diff --git a/configure.ac b/configure.ac
index ee4ee5a1..5181499f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])