Release 2.9.4 ATK_2_9_4
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 19 Aug 2013 14:59:43 +0000 (16:59 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 19 Aug 2013 14:59:43 +0000 (16:59 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0e6353c..0928c44 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Changes in version 2.9.4:
+==========================
+*
+* Deprecations:
+  * Bug 649575: Deprecate AtkObject::focus-event signal and all
+    related methods
+  * Bug 653291: Deprecate 'text-changed' signal (in favour of
+    'text-insert' and 'text-remove').
+  * Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
+  * Bug 705580: Implement atk_text_get_string_at_offset and deprecate
+    old API
+  * Remove 'text-update' signal (without deprecation, as was not used
+    and can be removed without breaking ABI/API)
+* Documentation:
+  * Removed unneeded comments at atk_implementor_ref_accessible and
+    about glib usage.
+  * Bug 684665: removing several .sgml files and fixing gtk-doc
+    warnings
+  * Bug 684705: little update on 'text-insert' and 'text-remove'
+    documentation
+  * Bug 491998: add documentation for AtkRectangle
+* Tests:
+  * Refactor test suite: no longer a loadable module but an standalone
+    executable.
+  * Split testrelation into testrelation and testrole.
+  * Execute all role tests, doesn't matter if one fails
+* Bugfixing and miscellanea:
+  * Bug 704092: Fix and off-by-one in role names
+  * Bug 705290: Use generated enum type for AtkRole to get the role name
+  * Drop use of ATK_DISABLE_DEPRECATED guards in ATK
+
+
 Changes in version 2.9.3:
 ==========================
 *
index 0b06058..3f8805e 100644 (file)
@@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 dnl The triplet 
 m4_define([atk_major_version], [2])
 m4_define([atk_minor_version], [9])
-m4_define([atk_micro_version], [3])
+m4_define([atk_micro_version], [4])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])