summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-10-24 20:34:38 +0000
committerBrian Tarricone <brian@tarricone.org>2008-10-24 20:34:38 +0000
commit41f013d4909b5afc5c69ad7447d6c512ec4a0a94 (patch)
tree27a4483311bf214657cc204afe87ae6262186350 /NEWS
parentbdc24f043019fef1649f2fb00355e0c4e21c1c22 (diff)
downloadxfconf-41f013d4909b5afc5c69ad7447d6c512ec4a0a94.tar.gz
add dbus message filter to catch disconnects and flush backends (bug 4487)
otherwise, on session close, the bus daemon dies and takes xfconfd with it, causing any settings changed in the past 7 seconds to not get committed to disk (Old svn revision: 28401)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e7e6bf1..a55fdf0 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,9 @@ Xfce 4.6beta2 (Xfce 4.5.92)
* Add xfconf_channel_new_with_property_base() to restrict a channel
to a subset of the property tree.
- * Add G_GNUC_DEPRECATED guards to xfconf_channel_remove_property()
- and xfconf_channel_remove_properties().
+ * Add a dbus message filter to xfconfd that catches dbus daemon
+ disconnect signals and flushes channels before xfconfd gets
+ killed (bug 4487).
Xfce 4.6beta1 (Xfce 4.5.91)