]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ChangeLog: the ContactInfo UTF-8 requirement is a major UI change
authorteor <teor@torproject.org>
Tue, 18 Sep 2018 01:29:43 +0000 (11:29 +1000)
committerteor <teor@torproject.org>
Tue, 18 Sep 2018 01:36:46 +0000 (11:36 +1000)
(Even if it only affects a few relay operators.)

ChangeLog

index abafcbb00b959a3e7360cac7fbe7f7d8ec870b1a..2ae6b93731809e7e3ce5994bb6d00a1f1cda32e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.