Release atk 2.0.1 ATK_2_0_1
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 13 Jun 2011 16:43:15 +0000 (18:43 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 13 Jun 2011 16:43:15 +0000 (18:43 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7b32ba0..df1a3c3 100644 (file)
--- 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:
 =========================
 *
index ec83fa7..6328c3b 100644 (file)
@@ -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])