summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2cee09d5..96e338c00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,12 @@
51 [sshconnect2.c channels.c sshconnect.c] 51 [sshconnect2.c channels.c sshconnect.c]
52 Set close-on-exec on various descriptors so they don't get leaked to 52 Set close-on-exec on various descriptors so they don't get leaked to
53 child processes. bz #1643, patch from jchadima at redhat, ok deraadt. 53 child processes. bz #1643, patch from jchadima at redhat, ok deraadt.
54 - markus@cvs.openbsd.org 2009/11/11 21:37:03
55 [channels.c channels.h]
56 fix race condition in x11/agent channel allocation: don't read after
57 the end of the select read/write fdset and make sure a reused FD
58 is not touched before the pre-handlers are called.
59 with and ok djm@
54 60
5520091226 6120091226
56 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 62 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1