From 5d77d1503e61339a971b099b8a4d24ffc502045b Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 20 Dec 2006 06:18:19 +0000 Subject: 2006-12-19 Ray Strode * bus/bus.c (process_config_every_time): don't overwrite existing bus context activation object until after we've checked that the new activation is valid. * bus/main.c (signal_handler), (handle_reload_watch): don't call exit() on failure, instead make do and keep going. (close_reload_pipe): new function to turn off hangup-causes-config-reload behavior if an unexpected error occurs --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a4ce8b2..f92a5734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2006-12-19 Ray Strode + + * bus/bus.c (process_config_every_time): + don't overwrite existing bus context activation object + until after we've checked that the new activation is + valid. + + * bus/main.c + (signal_handler), (handle_reload_watch): + don't call exit() on failure, instead make do and keep + going. + (close_reload_pipe): new function to turn off + hangup-causes-config-reload behavior if an unexpected + error occurs + 2006-12-13 Ralf Habacker * dbus/dbus-sysdeps-win-thread.c (_dbus_condvar_wait_win32): -- cgit