dbus ChangeLog,1.491,1.492

Kristian Hogsberg krh at pdx.freedesktop.org
Thu May 20 11:45:18 PDT 2004


Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv18328

Modified Files:
	ChangeLog 
Log Message:
	Patch from Jon Trowbridge <trow at ximian.com>:
 
 	* bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
 	up a watch that triggers a config reload when one end of the pipe
 	becomes readable.
 	(signal_handler): Instead of doing the config reload in our SIGHUP
 	handler, just write to the reload pipe and let the associated
 	watch handle the reload when control returns to the main loop.
 
 	* bus/driver.c (bus_driver_handle_reload_config): Added.
 	Implements a ReloadConfig method for requesting a configuration
 	file reload via the bus driver.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.491
retrieving revision 1.492
diff -u -d -r1.491 -r1.492
--- a/ChangeLog	19 May 2004 21:12:55 -0000	1.491
+++ b/ChangeLog	20 May 2004 18:45:16 -0000	1.492
@@ -1,3 +1,18 @@
+2004-05-20  Kristian Høgsberg  <krh at redhat.com>
+
+	Patch from Jon Trowbridge <trow at ximian.com>:
+ 
+ 	* bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
+ 	up a watch that triggers a config reload when one end of the pipe
+ 	becomes readable.
+ 	(signal_handler): Instead of doing the config reload in our SIGHUP
+ 	handler, just write to the reload pipe and let the associated
+ 	watch handle the reload when control returns to the main loop.
+ 
+ 	* bus/driver.c (bus_driver_handle_reload_config): Added.
+ 	Implements a ReloadConfig method for requesting a configuration
+ 	file reload via the bus driver.
+ 
 2004-05-19  Owen Fraser-Green  <owen at discobabe.net>
 
 	* HACKING: Updated release instructions concerning the wiki page.




More information about the dbus-commit mailing list