ChangeLog: bugfixes are on previous releases, not this release

This commit is contained in:
teor 2018-09-18 10:57:33 +10:00
parent aebc98d58c
commit 5b3b7f8e26
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -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 loading the configuration, add one to the policy after parsing it
in parse_reachable_addresses(). This prevents extra "reject *.*" in parse_reachable_addresses(). This prevents extra "reject *.*"
lines from accumulating on reloads. Fixes bug 20874; bugfix on 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): o Minor bugfixes (code quality):
- Rename sandbox_getaddrinfo() and other functions to no longer - 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 - In addrs_in_same_network_family(), we choose the subnet size based
on the IP version (IPv4 or IPv6). Previously, we chose a fixed on the IP version (IPv4 or IPv6). Previously, we chose a fixed
subnet size of /16 for both IPv4 and IPv6 addresses. Fixes bug 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): o Minor bugfixes (logging):
- As a precaution, do an early return from log_addr_has_changed() if - 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 entry and guard nodes when computing the fraction of nodes that
have their descriptors. Also, if we are using bridges and there is have their descriptors. Also, if we are using bridges and there is
at least one bridge with a full descriptor, treat the fraction of 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. Patch by Neel Chauhan.
- Update the message logged on relays when DirCache is disabled. - Update the message logged on relays when DirCache is disabled.
Since 0.3.3.5-rc, authorities require DirCache (V2Dir) for the Since 0.3.3.5-rc, authorities require DirCache (V2Dir) for the