From a2b49bef2ee5348cb5a778c6b66b2ec8f4fb0ecc Mon Sep 17 00:00:00 2001 From: Li Yuan Date: Tue, 1 Feb 2011 12:28:29 +0800 Subject: [PATCH] Release atk 1.33.6. --- NEWS | 12 ++++++++++++ configure.ac | 4 ++-- 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]) -- 2.11.4.GIT