From d6d035235b786a0ee975bc1d060747cc7c999009 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 13 Jun 2011 18:43:15 +0200 Subject: [PATCH] Release atk 2.0.1 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7b32ba0..df1a3c3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Changes in version 2.0.1: +========================= +* +* Bug 652205: Use const instead G_CONST_RETURN +* Bug 649307: Clarify AtkPlug and AtkSocket docs +* Bug 551489: Fix doc of atk_text_get_text_before_offset +* Bug 588083: Information about return value of some AtkText methods can be clearer +* Added Alejandro PiƱeiro Iglesias as maintainer +* Updated .gitignore +* VS 2008/2010 support update +* New Zulu translation added, Esperanto and Catalan updated + Changes in version 2.0.0: ========================= * diff --git a/configure.ac b/configure.ac index ec83fa7..6328c3b 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], [0]) -m4_define([atk_micro_version], [0]) +m4_define([atk_micro_version], [1]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) -- 2.7.4