diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-12 12:44:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-12 12:44:06 -0400 |
commit | 06e82084d6829084a43453e2b810d45c4e794259 (patch) | |
tree | 419403d74261e6b821a092c0639057bd8af9217f /changes | |
parent | a7e317927b9901a5b1d1d8de010093816da76425 (diff) | |
parent | ab8679f2fd3bb9ff7de093bf0bd42bff1a87d6aa (diff) | |
download | tor-06e82084d6829084a43453e2b810d45c4e794259.tar.gz tor-06e82084d6829084a43453e2b810d45c4e794259.zip |
Merge remote-tracking branch 'andrea/bug8625_prod'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8625 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug8625 b/changes/bug8625 new file mode 100644 index 0000000000..90bb3c60d7 --- /dev/null +++ b/changes/bug8625 @@ -0,0 +1,4 @@ + o Bugfixes: + - Avoid resetting download status for consensuses hourly, and add a + SimulateDirDownloadFailures config option to test behavior when all + downloads from directory servers fail. Fixes bug 8625. |