From 7851a7d37f5df05cd015afeb5475d42ea65ec176 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 26 Jun 2012 01:18:53 +0200 Subject: [PATCH] Release 2.5.3 --- NEWS | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 91adcce..2111153 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- 2.11.4.GIT