From b0378e6e3685f97408a67fa1190437b711aa775b Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 31 Jan 2011 17:38:45 -0600 Subject: [PATCH] Release v1.91.6 --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fc61eb7d..12e5246f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +What's new in at-spi2-core 1.91.6: + +* Some build fixes. + + * Several updated translations. + +* Added a method to check whether an object implements the Hyperlink interface. + +* Fixed a crash in atspi_image_get_image_description. + +* Fixed atspi_editable_text_set_text_contents. + +* More error-handling fixes. + +* Fixed a crash in atspi_event_listener_register_from-callback. + +* Method calls now time out after 1 second. + +* Added setters for component extents/size/position. + +* Added atspi-accessible_set_cache_mask. + What's new in at-spi2-core 1.91.5: * Fixed several memory leaks. diff --git a/configure.ac b/configure.ac index 146a80d1..9a0089b8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [1.91.5], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [1.91.6], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.34.1