From 509bbe9bded65ddc4039f50ea95a3706ab35ba4f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 8 Jan 2003 19:29:00 +0000 Subject: 2003-01-08 Havoc Pennington * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write to the select() as needed for authentication. (should be using _dbus_poll() not select, but for another day) * dbus/dbus.h: include dbus/dbus-protocol.h --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5c16e6d7..6e88efcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-01-08 Havoc Pennington + + * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write + to the select() as needed for authentication. (should be using + _dbus_poll() not select, but for another day) + + * dbus/dbus.h: include dbus/dbus-protocol.h + 2003-01-08 Anders Carlsson * dbus/Makefile.am (dbusinclude_HEADERS): Install -- cgit