From d8ce19f5ed0af4d8b4e11015b241f43b171d87b1 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Tue, 26 Jul 2011 16:42:34 +0200 Subject: dconf 0.9.0 --- NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f90800e..4c19ef5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,49 @@ +Changes in dconf 0.9.0 +====================== + +There has been an extremely minor incompatible change in the D-Bus API +of dconf this release. From a practical standpoint, this change will +have no effect. However, it serves as a reminder that the dconf D-Bus +API is private and can change from version to version (and will likely +change in the future). + +As such, it is appropriate for those packaging dconf to kill all running +instances of dconf ('killall dconf-service') as part of their postinst +for the package. It will be dbus-activated again on the next use. + + - support loading/storing of maybe types in dconf + + - remove NFS detection hackery and rely on XDG runtime dir + + - add proper support for change notification to DConfClient + + - commandline tool improvements + + - reset: reset keys or entire subpaths + + - dump: dump entire subpaths to keyfile format + + - load: load them back again (maybe at a different path) + + - watch: actually works now + + - editor improvements + + - keys now change in editor when changed from outside + + - support for flags + + - show dconf-editor in applications list + + - work around incompatible Vala bindings changes with an #if + + - don't install the bash completion script as executable + + - fix a warning caused by reusing a GError variable + + - other small fixes + + Changes in dconf 0.7.5 ====================== -- cgit v1.2.1