From a97f76c0e6fd75d262c22831d75e833a1e2b2aea Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 9 May 2011 15:55:28 +0200 Subject: [PATCH] Release v2.1.1 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1704e10..eab19f7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +What's new in at-spi2-core 2.1.1: + +* Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942). + +* Fixed a possible crash when an application is short-lived. + +* FIxed memory leaks in atspi_accessible_get_toolkit_(name|version). + +* AT-SPI will now call g_error if it is unable to find the accessibility bus. + This results in aborting but with a somewhat less cryptic error than before. + What's new in at-spi2-core 2.0.1: * Fix a memory leak when sending events. diff --git a/configure.ac b/configure.ac index bcc7a23..9e920c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.0.1], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.1.1], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4