From e5bc30a52c77b3dbfea084b4bd28c4afe541ddd7 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Mon, 19 Apr 2004 22:09:55 +0000 Subject: 2004-04-19 Kristian Høgsberg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use _dbus_poll() instead of select(). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 35540df9..3ed69cf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-19 Kristian Høgsberg + + * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use + _dbus_poll() instead of select(). + 2004-04-15 Jon Trowbridge * bus/main.c (signal_handler): Reload the configuration files -- cgit