diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-23 14:22:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-23 14:22:30 -0400 |
commit | ced350882dc7fc7e66adce91f9514a7244f26c76 (patch) | |
tree | 99ebdc602da419bd6277b282bac0e63b59c73806 /changes | |
parent | 573b6e4f2f532b77341e5307e23f3c6bf6bdc725 (diff) | |
parent | fadcab920bb0668a4ac0809467495f28ff112e76 (diff) | |
download | tor-ced350882dc7fc7e66adce91f9514a7244f26c76.tar.gz tor-ced350882dc7fc7e66adce91f9514a7244f26c76.zip |
Merge remote-tracking branch 'teor/bug27236-034' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27236 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug27236 b/changes/bug27236 new file mode 100644 index 0000000000..76d792f4c9 --- /dev/null +++ b/changes/bug27236 @@ -0,0 +1,5 @@ + o Minor bugfixes (testing, bootstrap): + - When calculating bootstrap progress, check exit policies and the exit + flag. Previously, Tor would only check the exit flag, which caused + race conditions in small and fast networks like chutney. + Fixes bug 27236; bugfix on 0.2.6.3-alpha. |