summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-08-04 03:33:34 +0200
committerRyan Lortie <desrt@desrt.ca>2010-08-04 03:33:34 +0200
commitc64df9411eccf6a76f3b5533784b7be65e984673 (patch)
tree1c28760842c7e40be0e15869c95ea194773c42ab /NEWS
parent0bdb85df9152cb1d91964f722316d0e9f542f548 (diff)
downloaddconf-c64df9411eccf6a76f3b5533784b7be65e984673.tar.gz
NEWS for 0.50.5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1cea21b..362cd1b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Changes in dconf 0.5
+=====================
+
+ - Include a dconf-editor
+ - drop libtool
+ - allow compiling without gobject-introspection
+ - autotools/build fixups
+ - repair some broken use of tags
+ - many updates for glib API changes
+ - fix a crasher in the service
+ - prefer 'automake-1.11' if it is in the path
+ - add support for layering (ie: for system defaults)
+ - add support for multiple writers in one service
+ - add a shared memory status region to indicate if the gvdb is stale
+ this prevents dconf from having to reopen the file each time
+ - support keyfile-maintained system settings (via 'dconf update')
+ - port client library and commandline tool to vala
+ - client library no longer has unimplemented calls
+ (except for write_many_async, due to bugs in valac)
+ - gtk-doc is now complete for the client library
+ - install our own vapi
+ - support 'reset' in the GSettingsBackend
+
Changes in dconf 0.4
=====================