Release 2.11.4 ATK_2_11_4
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 16 Dec 2013 19:03:39 +0000 (20:03 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 17 Dec 2013 09:12:31 +0000 (10:12 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 06db001..9ffebb8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+Changes in version 2.11.4:
+==========================
+*
+* AtkRole:
+  * Bug 720065: add roles for description lists
+* Deprecations:
+  * Bug 476674: deprecate table properties that depend on the
+    row/column number
+  * Bug 652798: kill AtkMisc
+  * Deprecate connect/remove_property_change_handler
+  * Deprecate atk_role_register
+* Documentation:
+  * Bug 644747: improve documentation for AtkObject::property-change
+  * Improved AtkUtil documentation
+  * Updated new symbols sections on documentation
+  * Not using GTK-Doc tag "Virtual" anymore, as is deprecated
+* Building:
+  * Bug 644756: remove atkintl.h in favour of gi18n-lib.h from glib
+  * Bug 652965: include atk-enum-types.h on atk.h
+  * Fixed some gobject-introspection warnings
+  * Replace INCLUDES for AM_CPPFLAGS to silence automake deprecation
+    warnings.
+* Visual C++ Studio files:
+  * Add a PlatformToolsetTag on gengir MSVC Project
+  * Split the Property Sheets
+  * Update Visual C++ 2008 "install" phase
+  * Bug 690145: use Python to Generate the MSVC Projects
+* Miscellanea:
+  * Bug 572489: atk_text_range_extents should use g_return_if_fail
+  * Bug 653293: remove G_SIGNAL_DETAILED from atktext signals that
+    doesn't use details
+  * Bug 720095: add atk_object_peek_parent
+  * Updated AUTHORS and doap files
+  * Added role names on source file in order to be translated
+
+Contributors:
+   Chun-wei Fan, Kjartan Maraas, Alejandro Piñeiro Iglesias, Colin
+   Walters, Yue Wang
+
+Translations:
+  Fran Diéguez (gl), Michael Jayt (zh_CN), Daniel Mustieles (es),
+  Fábio Nogueira (pt_BR)
+
+
 Changes in version 2.11.3:
 ==========================
 *
index 3b2d309..eacaea0 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], [11])
-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])