summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-05-28 17:17:47 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-05-28 17:29:58 +0200
commitcc3202b40e5c03b03adf717bac6e14130eb85553 (patch)
treeea5ffc2fa429ec7938623133a5760237d9e0e7a0
parentaa6d3275a70539cd3f6fccbe679a4619889eb864 (diff)
downloadatk-cc3202b40e5c03b03adf717bac6e14130eb85553.tar.gz
Release 2.9.2ATK_2_9_2
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
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])