summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-12-17 17:12:54 -0500
committerMike Gorse <mgorse@suse.com>2012-12-17 17:12:54 -0500
commit8a7aa1f41ba4010ffbe1bef1e3bb602cb9e4e6f3 (patch)
tree305d71d1a6d23b306821882b2081deaf1232e47a
parent87be4982ef114dd00cc8d8ee5687e890d06b3420 (diff)
downloadat-spi2-atk-8a7aa1f41ba4010ffbe1bef1e3bb602cb9e4e6f3.tar.gz
Release v2.7.3AT_SPI2_ATK_2_7_3
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index db6a4ca..1ca2688 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-atk 2.7.3:
+
+* re-register if the registry goes away and later returns.
+
+* Stop using deprecated glib functions.
+
+* Fix a few memory leaks.
+
What's new in at-spi2-atk 2.7.2:
* atk-adaptor: don't emit a critical in case the bridge was not initialized
diff --git a/configure.ac b/configure.ac
index 84d384f..98daa58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.7.2], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.7.3], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0