diff options
author | teor <teor@torproject.org> | 2018-09-18 11:29:43 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-09-18 11:36:46 +1000 |
commit | 073953716b23a8f4bd9328d6f0e5fa851dd1559a (patch) | |
tree | ba10b2fa72d85bb3a270c1681ca7da355ce50b51 | |
parent | 5b3b7f8e26059b2a2db50e153a0a693333b8e29c (diff) | |
download | tor-073953716b23a8f4bd9328d6f0e5fa851dd1559a.tar.gz tor-073953716b23a8f4bd9328d6f0e5fa851dd1559a.zip |
ChangeLog: the ContactInfo UTF-8 requirement is a major UI change
(Even if it only affects a few relay operators.)
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -17,6 +17,8 @@ Changes in version 0.3.5.1-alpha - 2018-09-18 ExitPolicy or ReducedExitPolicy, we now treat ExitRelay as 0. Previously in this case, we allowed exit traffic and logged a warning message. Closes ticket 21530. Patch by Neel Chauhan. + - Tor now validates that the ContactInfo config option is valid UTF- + 8 when parsing torrc. Closes ticket 27428. o Major features (bootstrap): - Don't report directory progress until after a connection to a @@ -348,10 +350,6 @@ Changes in version 0.3.5.1-alpha - 2018-09-18 - Fix forking tests on Windows when there is a space somewhere in the path. Fixes bug 26437; bugfix on 0.2.2.4-alpha. - o Minor bugfixes (torrc): - - Tor now validates that the ContactInfo config option is valid UTF- - 8 when parsing torrc. Fixes bug 27428; bugfix on 0.0.8pre1. - o Code simplification and refactoring: - 'updateFallbackDirs.py' now ignores the blacklist file, as it's not longer needed. Closes ticket 26502. |