From cc3202b40e5c03b03adf717bac6e14130eb85553 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 28 May 2013 17:17:47 +0200 Subject: [PATCH] Release 2.9.2 --- NEWS | 16 ++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 11cfd35..42c9ded 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Changes in version 2.9.2: +========================== +* +* Leak management: + * Bug 699262: Nullify the gobject cache accessible when the accessble is finalized. + * Bug 699368: Fix typo - parameter is _obj not obj. Set feed to NULL + * Bug 699256: Free 'embedded_plug_id' when destroyed +* Tests: + * Bug 696466: Fix logic when testing for empty state set + * Bug 696409: fix hyphenation on testrelation.c +* Documentation: + * Include atk_object_get_object_locale documentation + * Fix having a repeated id on the main doc template + * Bug 700800: Improve documentation for AtkPlug and AtkSocket + + Changes in version 2.8.0: ========================== * diff --git a/configure.ac b/configure.ac index 8ec95b0..485d6a0 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], [2]) -m4_define([atk_minor_version], [8]) -m4_define([atk_micro_version], [0]) +m4_define([atk_minor_version], [9]) +m4_define([atk_micro_version], [2]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) -- 2.11.4.GIT