aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-13 12:05:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-13 12:12:38 -0400
commitf1f846bfce78f6ee82eccd93e3dbb0bd1d559e8a (patch)
tree09e92fcac0c6f0a1cdd4899f6ad33ae1f7585570 /CHANGELOG
parent0e4bd345ac17e95b1e2d0b547d1c7be669a00af1 (diff)
Revert ServerAliveInterval
Revert ServerAliveInterval change in 6.20161111, which caused problems with too many old versions of ssh and unusual ssh configurations. It should have not been needed anyway since ssh is supposted to have TCPKeepAlive enabled by default.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bd3134850..4bd69705b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,10 @@ git-annex (6.20161211) UNRELEASED; urgency=medium
* Pass annex.web-options to wget and curl after other options, so that
eg --no-show-progress can be set by the user to disable the default
--show-progress.
+ * Revert ServerAliveInterval change in 6.20161111, which caused problems
+ with too many old versions of ssh and unusual ssh configurations.
+ It should have not been needed anyway since ssh is supposted to
+ have TCPKeepAlive enabled by default.
-- Joey Hess <id@joeyh.name> Sun, 11 Dec 2016 21:29:51 -0400