summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-03-19 14:10:18 -0400
committerRyan Lortie <desrt@desrt.ca>2012-03-19 14:10:18 -0400
commitac84e9e907eac54325d4c59a27c791beae63b4c6 (patch)
treeb6f14e037195f0ba5cb84d90360524f3e541ed62
parentef21f2906e94c331c63e3bee4baa1b9d415ee0ae (diff)
downloaddconf-ac84e9e907eac54325d4c59a27c791beae63b4c6.tar.gz
dconf 0.11.70.11.7
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
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])