Merge remote-tracking branch 'tor-github/pr/889'

This commit is contained in:
Nick Mathewson
2019-04-25 20:25:34 -04:00
5 changed files with 32 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (bridge authority):
- We set bridges as running when we dump the bridge status to a file.
Previously, we set bridges as running in a GETINFO controller, but
these shouldn't modify vital data structures. Fixes bug 24490;
bugfix on 0.2.0.13-alpha. Patch by Neel Chauhan