Release atk 1.33.6. ATK_1_33_6
authorLi Yuan <li.yuan@sun.com>
Tue, 1 Feb 2011 04:28:29 +0000 (12:28 +0800)
committerLi Yuan <li.yuan@sun.com>
Tue, 1 Feb 2011 04:28:29 +0000 (12:28 +0800)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4a6bf6e..4bb801c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in version 1.33.6:
+=========================
+*
+*Returns FALSE on atk_object_add_relationship if it is already included
+*Bug 640574: gobject-introspection annotation and documentation fixes
+*Bug 637663: Added atk_streamable_content_get_uri to atk/atk.symbols
+*Add missing Makefiles to AC_CONFIG_FILES
+*Fixes for the MSVC Project Files
+*Update deprecated autoconf macros and use new libtool syntax
+*Documentation fixes
+*Translation updates
+
 Changes in version 1.32.0:
 =========================
 *
index d798835..20b9908 100644 (file)
@@ -16,8 +16,8 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 
 dnl The triplet 
 m4_define([atk_major_version], [1])
-m4_define([atk_minor_version], [32])
-m4_define([atk_micro_version], [0])
+m4_define([atk_minor_version], [33])
+m4_define([atk_micro_version], [6])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])