summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-10-14 09:35:43 -0500
committerMike Gorse <mgorse@suse.com>2013-10-14 09:35:43 -0500
commit81bd57045da050dd62d3a5628d308b3fcf035246 (patch)
tree6fde9d54eec884f0f0e90fdff6d9d56ab9bca44a
parentc1317f81c0b1e6789464e8a450b40e4525ce932a (diff)
downloadat-spi2-core-81bd57045da050dd62d3a5628d308b3fcf035246.tar.gz
Release v2.10.1
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 726a2608..fa559f0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+What's new in at-spi2-core 2.10.1:
+
+* Fix a leak introduced in 2.9.92 that adversely affected performance
+ (BGO#709625).
+
What's new in at-spi2-core 2.9.92:
* Fix multiple deadlocks with keystroke listeners (BGO#707218).
diff --git a/configure.ac b/configure.ac
index aaf52d2a..59010d20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.10.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.10.1], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])