Release 2.9.2 ATK_2_9_2
authorAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 28 May 2013 15:17:47 +0000 (17:17 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 28 May 2013 15:29:58 +0000 (17:29 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 11cfd35..42c9ded 100644 (file)
--- 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:
 ==========================
 *
index 8ec95b0..485d6a0 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], [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])