Release 2.7.3 ATK_2_7_3
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 17 Dec 2012 18:36:49 +0000 (19:36 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 17 Dec 2012 18:36:49 +0000 (19:36 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7cffa5a..45dd1d1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in version 2.7.3:
+==========================
+*
+* Bug 689907: Problems with the management of
+*  ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject
+* Bug 686746: Port introspection fixes from Vala
+* Bug 689952: Add introspection support for Windows MSVC builds
+* Other Visual C++ configuration files:
+*  * Use MultiByte character set
+
 Changes in version 2.7.2:
 ==========================
 *
index 52bf6dc..81df4ce 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], [7])
-m4_define([atk_micro_version], [2])
+m4_define([atk_micro_version], [3])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])