summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-03-05 11:14:29 +0000
committerColin Watson <cjwatson@debian.org>2004-03-05 11:14:29 +0000
commitf8e0d0cb8e77672526baf211bda0b4baae557d33 (patch)
treebca5dae3013f2cffac449bbea7d7b33c2837bee3 /debian
parenta632758c3a2bff7e6c963cc96603b8880878fd4e (diff)
Implement SSH1 support for ServerAliveInterval using SSH_MSG_IGNORE. As
documented in ssh_config(5), it's not as good as the SSH2 version.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5a05d0f3e..2bb0f227a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ openssh (1:3.8p1-1) UNRELEASED; urgency=low
19 * ServerAliveInterval implemented upstream, so ProtocolKeepAlives is now a 19 * ServerAliveInterval implemented upstream, so ProtocolKeepAlives is now a
20 compatibility alias. The semantics differ slightly, though; see 20 compatibility alias. The semantics differ slightly, though; see
21 ssh_config(5) for details. 21 ssh_config(5) for details.
22 * Implement SSH1 support for ServerAliveInterval using SSH_MSG_IGNORE. As
23 documented in ssh_config(5), it's not as good as the SSH2 version.
22 * Remove -fno-builtin-log, -DHAVE_MMAP_ANON_SHARED, and 24 * Remove -fno-builtin-log, -DHAVE_MMAP_ANON_SHARED, and
23 -D__FILE_OFFSET_BITS=64 compiler options, which are no longer necessary. 25 -D__FILE_OFFSET_BITS=64 compiler options, which are no longer necessary.
24 * Update config.guess and config.sub from autotools-dev 20040105.1. 26 * Update config.guess and config.sub from autotools-dev 20040105.1.