summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-07-18 16:13:55 +1000
committerDamien Miller <djm@mindrot.org>2013-07-18 16:13:55 +1000
commit649fe025a409d0ce88c60a068f3f211193c35873 (patch)
tree0e016f24267baf5d304f9bca2527319cfeafe75d /ChangeLog
parent5bb8833e809d827496dffca0dc2c223052c93931 (diff)
- djm@cvs.openbsd.org 2013/07/12 05:48:55
[ssh.c] set TCP nodelay for connections started with -N; bz#2124 ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c0258265..21d35b373 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,6 +54,9 @@
54 do_print_resource_record() can never be called with a NULL filename, so 54 do_print_resource_record() can never be called with a NULL filename, so
55 don't attempt (and bungle) asking for one if it has not been specified 55 don't attempt (and bungle) asking for one if it has not been specified
56 bz#2127 ok dtucker@ 56 bz#2127 ok dtucker@
57 - djm@cvs.openbsd.org 2013/07/12 05:48:55
58 [ssh.c]
59 set TCP nodelay for connections started with -N; bz#2124 ok dtucker@
57 60
5820130702 6120130702
59 - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config 62 - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config