summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-07-11 16:34:29 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-07-11 16:34:29 +0000
commit7d4caf65c7292dcd3da8f97fb6c644561a8e6fb0 (patch)
tree88b67095994a64d102e19c71bb98d46e2b33f717 /ChangeLog
parent492bedfb37600ae2296198c7a97759a9deae0ffb (diff)
downloadgconf-7d4caf65c7292dcd3da8f97fb6c644561a8e6fb0.tar.gz
Bug 531169 – A mechanism for setting defaults
2008-07-11 Matthias Clasen <mclasen@redhat.com> Bug 531169 – A mechanism for setting defaults The cache-clearing part of this patch is thanks to Behdad Esfahbod. * defaults/*: A DBus system bus service that can copy a subtree of GConf values from the callers db to a system-wide db, using PolicyKit to control access. * configure.in: Add --enable-defaults-service to optionally build the defaults service. * gconf/gconf-database.[hc]: Add gconf_database_clear_cache_for_sources. * gconf/gconf-sources.[hc]: Add gconf_sources_clear_cache_for_sources. * gconf/gconfd.c: Listen for changes in the system-wide databases by the defaults service, and clear the cache. * po/POTFILES.in: Glue * Makefile.am: Glue svn path=/trunk/; revision=2628
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1a06b34..2e207ef7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2008-07-11 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 531169 – A mechanism for setting defaults
+
+ The cache-clearing part of this patch is thanks
+ to Behdad Esfahbod.
+
+ * defaults/*: A DBus system bus service that can copy a
+ subtree of GConf values from the callers db to a system-wide
+ db, using PolicyKit to control access.
+
+ * configure.in: Add --enable-defaults-service to optionally
+ build the defaults service.
+
+ * gconf/gconf-database.[hc]: Add
+ gconf_database_clear_cache_for_sources.
+
+ * gconf/gconf-sources.[hc]: Add gconf_sources_clear_cache_for_sources.
+
+ * gconf/gconfd.c: Listen for changes in the system-wide
+ databases by the defaults service, and clear the cache.
+
+ * po/POTFILES.in: Glue
+ * Makefile.am: Glue
+
2008-07-04 Kjartan Maraas <kmaraas@gnome.org>
* gconf/gconfd.c: (main): Use g_chdir() instead of plain