summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-07 15:18:46 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-07 15:18:46 -0500
commit082825a0a458d3098202b59989792325acba0b6f (patch)
tree994e145bcafdefb31b7fd545cc6989a4b3b723d0
parenta073ebf1913f1dce9eb5149f9126f337d6f80ab4 (diff)
downloadtor-082825a0a458d3098202b59989792325acba0b6f.tar.gz
tor-082825a0a458d3098202b59989792325acba0b6f.zip
And yet more edits
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 284414f366..ea587cc08b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -67,7 +67,7 @@ Changes in version 0.3.5.4-alpha - 2018-11-07
onion service version and then look for invalid options.
Previously, we did the reverse, but that broke existing configs
which were pointed to a v2 service and had options like
- HiddenServiceAuthorizeClient set Fixes bug 28127; bugfix on
+ HiddenServiceAuthorizeClient set. Fixes bug 28127; bugfix on
0.3.5.1-alpha. Patch by Neel Chauhan.
o Minor bugfixes (portability):
@@ -82,7 +82,7 @@ Changes in version 0.3.5.4-alpha - 2018-11-07
o Minor bugfixes (relay shutdown, systemd):
- Notify systemd of ShutdownWaitLength so it can be set to longer
than systemd's TimeoutStopSec. In Tor's systemd service file, set
- TimeoutSec to 60 seconds, to allow Tor some time to shut down.
+ TimeoutSec to 60 seconds to allow Tor some time to shut down.
Fixes bug 28113; bugfix on 0.2.6.2-alpha.
o Minor bugfixes (rust, also in 0.3.4.9):