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 19b2d098d..3be37d2c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,12 @@
13 [sshconnect.c] 13 [sshconnect.c]
14 don't mention key type in key-changed-warning, since we also print 14 don't mention key type in key-changed-warning, since we also print
15 this warning if a new key type appears. ok djm@ 15 this warning if a new key type appears. ok djm@
16 - djm@cvs.openbsd.org 2010/12/15 00:49:27
17 [readpass.c]
18 fix ControlMaster=ask regression
19 reset SIGCHLD handler before fork (and restore it after) so we don't miss
20 the the askpass child's exit status. Correct test for exit status/signal to
21 account for waitpid() failure; with claudio@ ok claudio@ markus@
16 22
1720110104 2320110104
18 - (djm) [configure.ac Makefile.in] Use mandoc as preferred manpage 24 - (djm) [configure.ac Makefile.in] Use mandoc as preferred manpage