diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-03-18 09:51:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-03-18 09:51:37 -0400 |
commit | ded8f9b37882525f71a82e20a6b6c1b3ebb5d23e (patch) | |
tree | bc637e2c851ba1085251f817163d16292ff7cc34 /ChangeLog | |
parent | 80da1761a624686e25223b64f5832eab9249568b (diff) | |
download | tor-ded8f9b37882525f71a82e20a6b6c1b3ebb5d23e.tar.gz tor-ded8f9b37882525f71a82e20a6b6c1b3ebb5d23e.zip |
Fold new entries into 0.4.6.1-alpha ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -19,6 +19,13 @@ Changes in version 0.4.6.1-alpha - 2021-03-18 operator know why their relay hasn't been voted on. Closes ticket 40255. Patch by Neel Chauhan. + o Major features (metrics): + - Relays now report how overloaded they are in their extra-info + documents. This information is controlled with the + OverloadStatistics torrc option, and it will be used to improve + decisions about the network's load balancing. Implements proposal + 328; closes ticket 40222. + o Major features (relay, denial of service): - Add a new DoS subsystem feature to control the rate of client connections for relays. Closes ticket 40253. @@ -81,6 +88,11 @@ Changes in version 0.4.6.1-alpha - 2021-03-18 - Add the stream ID argument to the event line in the ADDRMAP control event. Closes ticket 40249. Patch by Neel Chauhan. + o Minor features (dormant mode): + - Add a new 'DormantTimeoutEnabled' option to allow coarse-grained + control over whether the client ever becomes dormant from + inactivity. Most people won't need this. Closes ticket 40228. + o Minor features (logging): - Change the DoS subsystem heartbeat line format so be more clear on what has been detected/rejected and which option is disabled if @@ -120,6 +132,11 @@ Changes in version 0.4.6.1-alpha - 2021-03-18 architectures in the future. Fixes bug 40274; bugfix on 0.2.5.1-alpha. + o Minor bugfixes (controller): + - Fix a "BUG" warning that would appear when a controller chooses + the first hop for a circuit, and that circuit completes. Fixes bug + 40285; bugfix on 0.3.2.1-alpha. + o Minor bugfixes (directory authorities, voting): - Add a new consensus method (31) to support any future changes that authorities decide to make to the value of bwweightscale or |