diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-08-04 03:33:34 +0200 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-08-04 03:33:34 +0200 |
commit | c64df9411eccf6a76f3b5533784b7be65e984673 (patch) | |
tree | 1c28760842c7e40be0e15869c95ea194773c42ab | |
parent | 0bdb85df9152cb1d91964f722316d0e9f542f548 (diff) | |
download | dconf-c64df9411eccf6a76f3b5533784b7be65e984673.tar.gz |
NEWS for 0.50.5
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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 ===================== |