summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2011-02-01 12:28:29 +0800
committerLi Yuan <li.yuan@sun.com>2011-02-01 12:28:29 +0800
commita2b49bef2ee5348cb5a778c6b66b2ec8f4fb0ecc (patch)
treea878a924af50d8bf6bfe7bef7e88307fdacd47a4
parentc69c82f6c3c5e774f0438b13ca53be8f71cc6889 (diff)
downloadatk-a2b49bef2ee5348cb5a778c6b66b2ec8f4fb0ecc.tar.gz
Release atk 1.33.6.ATK_1_33_6
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4a6bf6e..4bb801c 100644
--- 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:
=========================
*
diff --git a/configure.ac b/configure.ac
index d798835..20b9908 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], [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])