From a2008c7b1af43c7a806f647db3f215680cb28618 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 28 Oct 2013 17:18:57 -0500 Subject: [PATCH] Release v2.11.1 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 726a260..a114f6c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +What's new in at-spi2-core 2.11.1: + +* Fix a gsource leak that adversely impacted performance (BGO#709625). + +* Hopefully fix a rare crash when starting at-spi2-registryd (BGO#710689). + +* Fix atspi_component_contains (BGO#710730). + +* Fix some compiler warnings and build issues. + 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 f606d1a..1165b32 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.11.1], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4