Release v1.91.6 AT_SPI2_CORE_1_91_6
authorMike Gorse <mgorse@novell.com>
Mon, 31 Jan 2011 23:38:45 +0000 (17:38 -0600)
committerMike Gorse <mgorse@novell.com>
Mon, 31 Jan 2011 23:40:07 +0000 (17:40 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index fc61eb7..12e5246 100644 (file)
--- 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.
index 146a80d..9a0089b 100644 (file)
@@ -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])