summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS44
-rw-r--r--configure.ac2
2 files changed, 45 insertions, 1 deletions
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])