From a204a919f35441660f7b6f62e63610e75dea1e19 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 29 Mar 2018 10:58:08 -0400 Subject: [PATCH] add a word. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a5dad9664..833b5b337 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ Changes in version 0.3.3.4-alpha - 2018-03-29 o Major bugfixes (relay, connection): - If we have failed to connect to a relay and received a connection refused, timeout, or similar error (at the TCP level), do not try - that same address again for 60 seconds after the failure has + that same address/port again for 60 seconds after the failure has occurred. Fixes bug 24767; bugfix on 0.0.6. o Minor features (geoip):