From 52ea0f2cbbf30d7652c38ae5ec89e663ea780b5e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 26 Mar 2008 10:28:40 -0400 Subject: Set default exit_on_disconnect after registration 2008-03-26 Colin Walters Patch from Scott James Remnant * dbus/dbus-bus.c: Set default exit_on_disconnect after registration with the bus, not before. This ensures that programs which wish to set exit_on_disconnect to FALSE will not be terminated if the bus exits during registration. (FDO Bug #15112) --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 96cecd01..5503219a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-03-26 Colin Walters + + Patch from Scott James Remnant + + * dbus/dbus-bus.c: Set default exit_on_disconnect after registration with + the bus, not before. This ensures that programs which wish to set + exit_on_disconnect to FALSE will not be terminated if the bus exits + during registration. (FDO Bug #15112) + 2008-03-04 John (J5) Palmieri * fix broken poll on Mac OSX - build patch by Benjamin Reed -- cgit From 4058579dae09659ea2dc7f3dd20e034a3be3b0bf Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 27 Mar 2008 16:52:40 -0400 Subject: Do not provide a signature to dbus_message_iter_open_container() when opening a dict entry. 2008-03-27 Havoc Pennington * tools/dbus-send.c (append_dict): Do not provide a signature to dbus_message_iter_open_container() when opening a dict entry. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5503219a..5a5f5ab1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-27 Havoc Pennington + + * tools/dbus-send.c (append_dict): Do not provide a signature to + dbus_message_iter_open_container() when opening a dict entry. + 2008-03-26 Colin Walters Patch from Scott James Remnant -- cgit From 193ebb7083fb1e9dccff04fc0a9d805a0aa03ea2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 31 Mar 2008 18:16:00 -0400 Subject: Make sure we call XFlush() on all code paths (FDO bug #15293) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5a5f5ab1..4cd19aab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-03-26 Colin Walters + + Patch from Owen Taylor + + * tools/dbus-launch-x11.c: Make sure we call XFlush() + on all code paths (FDO bug #15293) + 2008-03-27 Havoc Pennington * tools/dbus-send.c (append_dict): Do not provide a signature to -- cgit From 0bfc5e8d23a5ae56eee5ef2073911cddcbd0c4b0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 31 Mar 2008 18:20:07 -0400 Subject: Check for X11 events before selecting (FDO bug #15293) --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4cd19aab..56280156 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -2008-03-26 Colin Walters +2008-03-31 Colin Walters + + Patch from Owen Taylor + + * tools/dbus-launch-x11.c: Check for X11 events before + selecting (FDO bug #15293) + +2008-03-31 Colin Walters Patch from Owen Taylor -- cgit From 68f69d38182ed5974984b0434086e6a288b477cb Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Tue, 1 Apr 2008 18:09:46 +0200 Subject: Fixes for the inotify configuration file monitor backend. 2008-04-01 Timo Hoenig Patch from Frederic Crozat * bus/dir-watch-inotify.c (bus_watch_directory): Only monitor IN_CLOSE_WRITE, IN_DELETE, IN_MOVE_TO and IN_MOVE_FROM events. This way, only atomic changes to configuration file are monitored. * bus/dir-watch-inotify.c (_handle_inotify_watch): Fix typo in _dbus_verbose function call * bus/dir-watch-inotify.c (bus_drop_all_directory_watches): Use _dbus_strerror instead of perror --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 56280156..527ac89c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-04-01 Timo Hoenig + + Patch from Frederic Crozat + + * bus/dir-watch-inotify.c (bus_watch_directory): Only monitor + IN_CLOSE_WRITE, IN_DELETE, IN_MOVE_TO and IN_MOVE_FROM events. This + way, only atomic changes to configuration file are monitored. + * bus/dir-watch-inotify.c (_handle_inotify_watch): Fix typo in + _dbus_verbose function call + * bus/dir-watch-inotify.c (bus_drop_all_directory_watches): Use + _dbus_strerror instead of perror + 2008-03-31 Colin Walters Patch from Owen Taylor -- cgit