X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/17c7855ac84fd32e868a275c778f81dc67b52b1e..e8e24c8054719b9f31c7dc7b7b43342adc07a50c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 688e8c10..a6b54719 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,10 @@ [authfile.c] Fix bug introduced in r1.78 (incorrect brace location) that broke key auth. Patch from joachim joachimschipper nl. + - djm@cvs.openbsd.org 2010/01/12 00:58:25 + [monitor_fdpass.c] + avoid spinning when fd passing on nonblocking sockets by calling poll() + in the EINTR/EAGAIN path, much like we do in atomicio; ok dtucker@ 20100110 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]