From ed70a30a727280a07a5964107bf9ee11f65ce478 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 21 Jun 2003 07:51:39 +0000 Subject: 2003-06-20 Anders Carlsson * dbus/dbus-transport-unix.c (unix_handle_watch): Check for hangup and error after checking read so we won't discard pending data if both hangup and read are set. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eb7cd6d2..c9343bf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-06-20 Anders Carlsson + + * dbus/dbus-transport-unix.c (unix_handle_watch): Check + for hangup and error after checking read so we won't discard + pending data if both hangup and read are set. + 2003-06-19 Philip Blundell * tools/dbus-print-message.c (print_message): Handle BOOLEAN. -- cgit