- djm@cvs.openbsd.org 2007/06/12 11:11:08
     [ssh.c]
     fix slave exit value when a control master goes away without passing the
     full exit status by ensuring that the slave reads a full int. bz#1261
     reported by frekko AT gmail.com; ok markus@ dtucker@
diff --git a/ChangeLog b/ChangeLog
index b25d874..41c47d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,11 @@
      depends on the platform supporting sane O_NONBLOCK semantics for open
      on FIFOs (apparently POSIX does not mandate this), which OpenBSD does.
      bz #856; report by cjwatson AT debian.org; ok markus@
+   - djm@cvs.openbsd.org 2007/06/12 11:11:08
+     [ssh.c]
+     fix slave exit value when a control master goes away without passing the
+     full exit status by ensuring that the slave reads a full int. bz#1261
+     reported by frekko AT gmail.com; ok markus@ dtucker@
 
 20070611
  - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit
@@ -3032,4 +3037,4 @@
    OpenServer 6 and add osr5bigcrypt support so when someone migrates
    passwords between UnixWare and OpenServer they will still work. OK dtucker@
 
-$Id: ChangeLog,v 1.4692 2007/06/12 13:41:06 dtucker Exp $
+$Id: ChangeLog,v 1.4693 2007/06/12 13:41:33 dtucker Exp $