summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-09-17 22:07:55 -0500
committerMike Gorse <mgorse@suse.com>2012-09-17 22:07:55 -0500
commit7d9875fca39efe216625ee411bf18661b548da54 (patch)
treec71f4aed0046ef06294a6dc3d388520fbf00bf46
parentda10ef8b744bf7b04d18bda4cead3a9d71548a3e (diff)
downloadat-spi2-atk-7d9875fca39efe216625ee411bf18661b548da54.tar.gz
Release v2.5.92AT_SPI2_ATK_2_5_92
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 92db381..89b0fad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-atk 2.5.92:
+
+* Fix atspi_hyperlink_get_uri (BGO#683182).
+
+* Only initialize the cache when an AT is running.
+
+* Fix various memory leaks (BGO#683979, BGO#684077)
What's new in at-spi2-atk 2.5.91:
* Removed the gtk 3.0 module (BGO#678315).
diff --git a/configure.ac b/configure.ac
index cd25d76..12bb593 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.5.91], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.5.92], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0