summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-03-26 23:51:21 +0000
committerneilbrown <neilbrown>2006-03-26 23:51:21 +0000
commit356c26cc3b8b653618638654d2037719a11d95b6 (patch)
tree507dbaf8a3bbf5593142795313274b9871e90bf2 /ChangeLog
parent7fa72fa86d16767fcd0c23f21199c943ae7a26ce (diff)
downloadnfs-utils-356c26cc3b8b653618638654d2037719a11d95b6.tar.gz
nfs-utils-356c26cc3b8b653618638654d2037719a11d95b6.tar.xz
nfs-utils-356c26cc3b8b653618638654d2037719a11d95b6.zip
Don't close file descriptor until after calling event_del().
Delete event processing for a file descriptor before closing it. This was causing hangs when used in combination with libevent-1.0b.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4836d5f..b24b46c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-27 Kevin Coffman <kwc@citi.umich.edu>
+ Don't close file descriptor until after calling event_del().
+
+ Delete event processing for a file descriptor before closing it.
+ This was causing hangs when used in combination with libevent-1.0b.
+
2006-03-27 kwc@citi.umich.edu
Find krb5-config on SuSE 10