summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-29 10:58:08 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-29 10:58:08 -0400
commita204a919f35441660f7b6f62e63610e75dea1e19 (patch)
treea2188f00b1fab6646ede2ba61a8feb092af3b9b4
parent7b1eda3f67f2b48e2ebf132089dfd7f5a286f213 (diff)
downloadtor-a204a919f35441660f7b6f62e63610e75dea1e19.tar.gz
tor-a204a919f35441660f7b6f62e63610e75dea1e19.zip
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a5dad96646..833b5b337f 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):