summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-12-02 16:14:55 +0000
committerRay Strode <halfline@src.gnome.org>2008-12-02 16:14:55 +0000
commite39f3043710fb877249bf5825f9c4071aeac6144 (patch)
tree39c52ee952c21ee80cbfb92d8bffdf7456459942 /ChangeLog
parent55e788ed9b01815dc374b0d1dc8c9abffd99c3c6 (diff)
downloadgconf-e39f3043710fb877249bf5825f9c4071aeac6144.tar.gz
sync saved state file to disk before closing (bug 562976)
2008-12-02 Ray Strode <rstrode@redhat.com> * gconf/gconfd.c: (logfile_save): sync saved state file to disk before closing (bug 562976) svn path=/trunk/; revision=2715
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7389b15d..5ad90d61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-02 Ray Strode <rstrode@redhat.com>
+
+ * gconf/gconfd.c: (logfile_save):
+ sync saved state file to disk before closing
+ (bug 562976)
+
2008-10-22 Christian Persch <chpe@gnome.org>
* gconf/gconftool-2.c: Add --search-key-regex; bug #557489.