summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-21 04:14:54 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-21 04:14:54 +0000
commita0effa85934657d79c24d4f3fff688f9bd6f154e (patch)
treeba4c4623536d15c2f49f31baf3e1b797adbdcb67 /ChangeLog
parent9dd0367977c7868380a134ef1b3e9e6d7d3a0bb5 (diff)
2005-01-20 Havoc Pennington <hp@redhat.com>
* dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile code can reveal bugs in it
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfd5688b..a3c1e69e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-01-20 Havoc Pennington <hp@redhat.com>
+ * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
+ code can reveal bugs in it
+
+2005-01-20 Havoc Pennington <hp@redhat.com>
+
* dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
select() version, patches from Tor Lillqvist