From b8e214a93101f848fa1c72f31f5329a61083d8b1 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Tue, 1 Feb 2011 09:49:56 -0600 Subject: [PATCH] Release v1.91.6.1 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 12e5246..926eeb8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +What's new in at-spi2-core 1.91.6.1: + +* Fixed a crash introduced in 1.91.6. + +* atspi_accessible_get_interfaces will now explicitly return the Accessible + interface. + What's new in at-spi2-core 1.91.6: * Some build fixes. diff --git a/configure.ac b/configure.ac index 9a0089b..5a5e516 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [1.91.6], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [1.91.6.1], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4