Merge branch 'maint-0.4.5' into release-0.4.5

This commit is contained in:
Nick Mathewson
2021-01-21 13:19:39 -05:00
5 changed files with 30 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor bugfixes (config, bridge):
- Don't initiate a connection to a bridge without a corresponding
transport. Fixes bug 40106; bugfix on 0.4.5.1-alpha.
- This also reverts an earlier fix we did for this that would validate
configuration to avoid such situation but turns out it wouldn't work for
a DisableNetwork thus the new approach.