From 4d6e0ea8ea736f2fcfd7df4bd3f5078350cd3380 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 21 Feb 2011 17:18:50 -0600 Subject: [PATCH] Release v1.91.90 --- NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 926eeb8..fc5447f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +What's new in at-spi2-core 1.91.90: + +* BGO#641164: Fixed several build errors. + +* Fixed some memory leaks and possible crashes. + +* Fixed atspi_selection_get_selected_child and + atspi_selection_get_n_selected_children. + +* Fixed wrong introspection information in some places. + +* BGO#641869: Removed the --enable-relocate option. + +* Avoid returning uninitialized data on error for some methods. + +* Use the GSettings rather than GConf key to test that accessibility is + enabled. + +* Change some enums from 16-bit to 32-bit to match spec. + What's new in at-spi2-core 1.91.6.1: * Fixed a crash introduced in 1.91.6. diff --git a/configure.ac b/configure.ac index 8f4ccac..3efc4d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [1.91.6.1], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [1.91.90], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4