From ac84e9e907eac54325d4c59a27c791beae63b4c6 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 19 Mar 2012 14:10:18 -0400 Subject: dconf 0.11.7 --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 331e19c..98a2286 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Changes in dconf 0.11.7 +======================= + + - engine: don't leak the lock table if a system database changes while + a program is running + + - dbus-1: call g_slist_remove_link instead of g_slist_remove + + - editor: set 'wrap' property on default value label + + - dconf update: + + - code cleanup, better error handling + - read keyfiles in a defined order (later files take precedence) + - don't issue warnings if a key is defined in multiple files + Changes in dconf 0.11.6 ======================= diff --git a/configure.ac b/configure.ac index a8fb80a..7ba6f22 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([dconf], - [0.11.6], + [0.11.7], [https://bugzilla.gnome.org/enter_bug.cgi?product=dconf], [dconf]) -- cgit v1.2.1