summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-09-17 22:06:39 -0500
committerMike Gorse <mgorse@suse.com>2012-09-17 22:06:39 -0500
commit9a665db05cd4ddf64d52c0aa7b21cd6103346943 (patch)
tree3573e4d83109470691f17b0734af43b36d67c8f5
parent8368296824454486926c33e1f1e28612ce90d726 (diff)
downloadat-spi2-core-9a665db05cd4ddf64d52c0aa7b21cd6103346943.tar.gz
Release v2.5.92AT_SPI2_CORE_2_5_92
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 79a9b786..d1bbf63e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.5.92:
+
+* Fix some annotations.
+
+* Exit, rather than crash, when unable to open an X display (BGO#660407).
+
+* Fix various memory leaks (BGO#684033).
+
What's new in at-spi2-core 2.5.91:
* Fix build with -fno-common.
diff --git a/configure.ac b/configure.ac
index 24e87b84..c68715d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.5.91], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.5.92], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])