From: Mike Gorse Date: Tue, 1 Feb 2011 15:49:56 +0000 (-0600) Subject: Release v1.91.6.1 X-Git-Tag: AT_SPI2_CORE_1_91_6_1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8e214a93101f848fa1c72f31f5329a61083d8b1;p=platform%2Fupstream%2Fat-spi2-core.git Release v1.91.6.1 --- 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])