summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5e81e9cc..f1e24791c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,11 @@
24 bz#1698: kill channel when pty allocation requests fail. Fixed 24 bz#1698: kill channel when pty allocation requests fail. Fixed
25 stuck client if the server refuses pty allocation. 25 stuck client if the server refuses pty allocation.
26 ok dtucker@ "think so" markus@ 26 ok dtucker@ "think so" markus@
27 - djm@cvs.openbsd.org 2010/04/10 02:10:56
28 [sshconnect2.c]
29 show the key type that we are offering in debug(), helps distinguish
30 between certs and plain keys as the path to the private key is usually
31 the same.
27 32
2820100410 3320100410
29 - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo 34 - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo