summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-11-23 13:40:49 -0500
committerNick Mathewson <nickm@torproject.org>2020-11-23 13:40:49 -0500
commit135b8eea36edd992d0a0c3e9b6d88c013dc3fe48 (patch)
treeaf1db5e7401171cc5a414891d562e57a449064b1
parent3d6146a41c6a837979d4629621ec12472eb763f0 (diff)
downloadtor-135b8eea36edd992d0a0c3e9b6d88c013dc3fe48.tar.gz
tor-135b8eea36edd992d0a0c3e9b6d88c013dc3fe48.zip
changelog corrections from armator-0.4.5.2-alpha
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e778eaf51..62e00c17c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,11 +57,11 @@ Changes in version 0.4.5.2-alpha - 2020-11-23
on 0.2.6.1-alpha.
- Fix an issue where an ORPort was compared with other kinds of
ports, when it should have been only checked against other
- ORPorts. This bug lead to "DirPort auto" getting ignored. Fixes
- bug 40195; bugfix on 0.4.5.1-alpha.
+ ORPorts. This bug would lead to "DirPort auto" getting ignored.
+ Fixes bug 40195; bugfix on 0.4.5.1-alpha.
- Fix a bug where a second non-ORPort with a variant family (ex:
- SocksPort [::1]:9050) would ignored due to a configuration parsing
- error. Fixes bug 40183; bugfix on 0.4.5.1-alpha.
+ SocksPort [::1]:9050) would be ignored due to a configuration
+ parsing error. Fixes bug 40183; bugfix on 0.4.5.1-alpha.
o Minor bugfixes (crash, relay, signing key):
- Avoid assertion failures when we run Tor from the command line