summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95c87ba26..3dc718056 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,10 @@
19 [servconf.c] 19 [servconf.c]
20 do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative paths 20 do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative paths
21 free() (not xfree()) the buffer returned by getcwd() 21 free() (not xfree()) the buffer returned by getcwd()
22 - djm@cvs.openbsd.org 2010/03/13 21:10:38
23 [clientloop.c]
24 protocol conformance fix: send language tag when disconnecting normally;
25 spotted by 1.41421 AT gmail.com, ok markus@ deraadt@
22 26
2320100314 2720100314
24 - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix 28 - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix