diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ +Changes in version 2.5.3: +========================= +* +* Added extra doc on atk_remove_[key/global]_event_listener +* Fixed compilation with some gcc versions/combination of options +* Provide a default implementation for +* atk_util_[add/remove]_global_event_listner +* Bug 478587: "accessible-role" - invalid default value +* Updated Catalan, Catalan (Valencian), Greek, Norwegian, Spanish + Changes in version 2.4.0: ========================= * diff --git a/configure.ac b/configure.ac index 3e6f6d2..2204067 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,8 @@ 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], [4]) -m4_define([atk_micro_version], [0]) +m4_define([atk_minor_version], [5]) +m4_define([atk_micro_version], [3]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) |