From 41955b50cd7a4d38c8afa438d4cbc06f688d9b44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 16 Dec 2013 20:03:39 +0100 Subject: [PATCH] Release 2.11.4 --- NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 06db001..9ffebb8 100644 --- 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: ========================== * diff --git a/configure.ac b/configure.ac index 3b2d309..eacaea0 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], [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]) -- 2.11.4.GIT