Merge branch 'maint-0.4.3' into release-0.4.3

This commit is contained in:
Nick Mathewson
2020-03-20 07:57:19 -04:00
9 changed files with 66 additions and 21 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (--disable-module-relay):
- Fix an assertion failure when Tor is build without the relay module,
and then invoked with the "User" option. Fixes bug 33668; bugfix on
0.4.3.1-alpha.
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (--disable-module-relay,--disable-module-dirauth):
- Set some output arguments in the relay and dirauth module stubs, to
guard against future stub argument handling bugs like 33668.
Fixes bug 33674; bugfix on 0.4.3.1-alpha.