From 5b3b7f8e26059b2a2db50e153a0a693333b8e29c Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 18 Sep 2018 10:57:33 +1000 Subject: ChangeLog: bugfixes are on previous releases, not this release --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f03051608a..abafcbb00b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -230,7 +230,7 @@ Changes in version 0.3.5.1-alpha - 2018-09-18 loading the configuration, add one to the policy after parsing it in parse_reachable_addresses(). This prevents extra "reject *.*" lines from accumulating on reloads. Fixes bug 20874; bugfix on - 0.3.5.1-alpha. Patch by Neel Chauhan. + 0.1.1.5-alpha. Patch by Neel Chauhan. o Minor bugfixes (code quality): - Rename sandbox_getaddrinfo() and other functions to no longer @@ -267,7 +267,7 @@ Changes in version 0.3.5.1-alpha - 2018-09-18 - In addrs_in_same_network_family(), we choose the subnet size based on the IP version (IPv4 or IPv6). Previously, we chose a fixed subnet size of /16 for both IPv4 and IPv6 addresses. Fixes bug - 15518; bugfix on 0.3.5.1-alpha. Patch by Neel Chauhan. + 15518; bugfix on 0.2.3.1-alpha. Patch by Neel Chauhan. o Minor bugfixes (logging): - As a precaution, do an early return from log_addr_has_changed() if @@ -319,7 +319,7 @@ Changes in version 0.3.5.1-alpha - 2018-09-18 entry and guard nodes when computing the fraction of nodes that have their descriptors. Also, if we are using bridges and there is at least one bridge with a full descriptor, treat the fraction of - guards available as 100%. Fixes bug 25886; bugfix on 0.3.5.1-alpha. + guards available as 100%. Fixes bug 25886; bugfix on 0.2.4.10-alpha. Patch by Neel Chauhan. - Update the message logged on relays when DirCache is disabled. Since 0.3.3.5-rc, authorities require DirCache (V2Dir) for the -- cgit v1.2.3-54-g00ecf From 073953716b23a8f4bd9328d6f0e5fa851dd1559a Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 18 Sep 2018 11:29:43 +1000 Subject: ChangeLog: the ContactInfo UTF-8 requirement is a major UI change (Even if it only affects a few relay operators.) --- ChangeLog | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index abafcbb00b..2ae6b93731 100644 --- 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. -- cgit v1.2.3-54-g00ecf From 4e50db573a58ef8da4eb04be9378b3c5d514ce1c Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 18 Sep 2018 11:34:58 +1000 Subject: ChangeLog: add onion service versions to the Tor2web deprecation notice Tor2web was never implemented for v3 onion services. --- ChangeLog | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ae6b93731..1dee157f16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -398,11 +398,12 @@ Changes in version 0.3.5.1-alpha - 2018-09-18 - Tor no longer attempts to run on Windows environments without the GetAdaptersAddresses() function. This function has existed since Windows XP, which is itself already older than we support. - - Remove Tor2web functionality. The Tor2webMode and - Tor2webRendezvousPoints options are now obsolete. (This feature - was never shipped in vanilla Tor and it was only possible to use - this feature by building the support at compile time.) Closes - ticket 26367. + - Remove Tor2web functionality for version 2 onion services. The + Tor2webMode and Tor2webRendezvousPoints options are now obsolete. + (This feature was never shipped in vanilla Tor and it was only + possible to use this feature by building the support at compile + time. Tor2webMode is not implemented for version 3 onion services.) + Closes ticket 26367. Changes in version 0.2.9.17 - 2018-09-10 -- cgit v1.2.3-54-g00ecf