summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-07-26 16:42:34 +0200
committerRyan Lortie <desrt@desrt.ca>2011-07-26 16:42:34 +0200
commitd8ce19f5ed0af4d8b4e11015b241f43b171d87b1 (patch)
tree4a556149a898046dc8bc775a7378ed3870e61b7d /NEWS
parent2ad930347b448c1a93bdf5691170a9dd74965700 (diff)
downloaddconf-d8ce19f5ed0af4d8b4e11015b241f43b171d87b1.tar.gz
dconf 0.9.00.9.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS46
1 files changed, 46 insertions, 0 deletions
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
======================