summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eeceec348..f015f5620 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,16 @@
2 - OpenBSD CVS update 2 - OpenBSD CVS update
3 [packet.c] 3 [packet.c]
4 - send debug messages in SSH2 format 4 - send debug messages in SSH2 format
5 [scp.c]
6 - fix very rare EAGAIN/EINTR issues; based on work by djm
7 [packet.c]
8 - less debug, rm unused
9 [auth2.c]
10 - disable kerb,s/key in ssh2
11 [sshd.8]
12 - Minor tweaks and typo fixes.
13 [ssh-keygen.c]
14 - Put -d into usage and reorder. markus ok.
5 - Include missing headers for OpenSSL tests. Fix from Phil Karn 15 - Include missing headers for OpenSSL tests. Fix from Phil Karn
6 <karn@ka9q.ampr.org> 16 <karn@ka9q.ampr.org>
7 - Fixed __progname symbol collisions reported by Andre Lucas 17 - Fixed __progname symbol collisions reported by Andre Lucas