Merge branch 'maint-0.4.6' into release-0.4.6

This commit is contained in:
David Goulet
2021-10-20 09:17:06 -04:00
10 changed files with 263 additions and 25 deletions
+3 -8
View File
@@ -1,8 +1,3 @@
o Major feature (onion service v2):
- Tor does NOT allow anymore to create v2 services, to connect as a client
to a v2 service and for a relay to be a v2 HSDir or introduction point.
This effectively disable onion service version 2 tor wide. Closes 40476.
- The control port command HSFETCH and HSPOST don't allow version 2 as well.
It is also not possible to create a v2 service with ADD_ONION.
- See https://blog.torproject.org/v2-deprecation-timeline for details on
how to transition from v2 to v3.
o Minor bugfix (onion service):
- Improve logging when a bad HS version is given. Fixes bug 40476; bugfix on
0.4.6.1-alpha.
+7
View File
@@ -0,0 +1,7 @@
o Major bugfixes (relay, overload state):
- Report the general overload state for DNS timeout errors only if X% of all
DNS queries over Y seconds are errors. Before that, it only took 1 timeout
to report the overload state which was just too low of a threshold. The X
and Y values are 1% and 10 minutes respectively but they are also
controlled by consensus parameters. Fixes bug 40491; bugfix on
0.4.6.1-alpha.