summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-08-19 16:59:43 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-08-19 16:59:43 +0200
commit6f49edfc3ffd18027aa56c34f0faf35da38b30d4 (patch)
tree7ca656f8674e6225ef3e2e83d409e26ef6f4154d
parent6580186f3017ff3fa8488582b43ebd2c90b88d4b (diff)
downloadatk-ATK_2_9_4.tar.gz
Release 2.9.4ATK_2_9_4
-rw-r--r--NEWS32
-rw-r--r--configure.ac2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0e6353c..0928c44 100644
--- 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:
==========================
*
diff --git a/configure.ac b/configure.ac
index 0b06058..3f8805e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])