diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-23 14:26:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-23 14:26:04 -0400 |
commit | 2ae92ab973019cd88c5b610462a6be99a2ac4c6f (patch) | |
tree | 4c4ccab3641442221778603fda6d9b14f4d79781 /changes | |
parent | 692efdad0908232bb50d94b1a7cfef7d071962a5 (diff) | |
parent | ced350882dc7fc7e66adce91f9514a7244f26c76 (diff) | |
download | tor-2ae92ab973019cd88c5b610462a6be99a2ac4c6f.tar.gz tor-2ae92ab973019cd88c5b610462a6be99a2ac4c6f.zip |
Merge branch '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. |