summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-11-19 10:59:46 -0600
committerMike Gorse <mgorse@suse.com>2012-11-19 10:59:46 -0600
commit48928826ce4f17882dff40c3ac185abc7bbfb74a (patch)
tree7cce16aa50b99b34aeca8dfce82d7448fe08c241
parenta9691925d9a5e2eb32009de2cc6bfa4b9f168945 (diff)
downloadat-spi2-atk-AT_SPI2_ATK_2_7_2.tar.gz
Release v2.7.2AT_SPI2_ATK_2_7_2
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 35cb7c1..db6a4ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+What's new in at-spi2-atk 2.7.2:
+
+* atk-adaptor: don't emit a critical in case the bridge was not initialized
+ (BGO#684334).
+
+* Remove dbind (it was only used for the droute test).
+
+* Fix a crash in socket_embed_hook if spi_global_register is NULL.
+
+* [droute] Fix memory leak in path cleanup (BGO#688363).
+
What's new in at-spi2-atk 2.7.1:
* Remove the schema; it was only used to specify the location of the
diff --git a/configure.ac b/configure.ac
index c09e1ab..9a59d05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.7.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.7.2], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0