Release v1.91.90 AT_SPI2_CORE_1_91_90
authorMike Gorse <mgorse@novell.com>
Mon, 21 Feb 2011 23:18:50 +0000 (17:18 -0600)
committerMike Gorse <mgorse@novell.com>
Mon, 21 Feb 2011 23:18:50 +0000 (17:18 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 926eeb8c8b5a9f0d158b7f5e67447882cfaf877f..fc5447f6850bf548d730b08bd52caffece1ac40a 100644 (file)
--- 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.
index 8f4ccacde82ebe4ce234931b9a2ddb5c41c82f80..3efc4d5b5a9e9c179607edb7665b0085ad247ae0 100644 (file)
@@ -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])