summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 847be1460..990739468 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
13 Cast socklen_t when comparing to size_t and use socklen_t to iterate over 13 Cast socklen_t when comparing to size_t and use socklen_t to iterate over
14 the ip options, both to prevent signed/unsigned comparison warnings. 14 the ip options, both to prevent signed/unsigned comparison warnings.
15 Patch from vinschen at redhat via portable openssh, begrudging ok deraadt. 15 Patch from vinschen at redhat via portable openssh, begrudging ok deraadt.
16 - djm@cvs.openbsd.org 2014/01/19 04:48:08
17 [ssh_config.5]
18 fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal
16 19
1720140118 2020140118
18 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch 21 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch