summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-31 17:22:18 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-31 17:22:18 +0000
commitb07baba8792e2aabb2e88b73ffc27e7398e1c286 (patch)
treee9b80f7df43801ce5d61311c95bc2d5db589cd23 /ChangeLog
parentdfc6555ddd959ac8648ee7c1b598a71d5b09453c (diff)
downloadtor-b07baba8792e2aabb2e88b73ffc27e7398e1c286.tar.gz
tor-b07baba8792e2aabb2e88b73ffc27e7398e1c286.zip
Increment n_download_failures up to IMPOSSIBLE_TO_DOWNLOAD-1, not up to IMPOSSIBLE_TO_DOWNLOAD.
svn:r17835
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76c0ae26dc..284e49e094 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,9 @@ Changes in version 0.2.1.10-alpha - 2009-01-??
- Authorities now list vote for the Stable flag for any router whose
weighted MTBF is at least 5 days, regardless of the mean MTBF.
- Stop logging nameserver addresses in reverse order.
+ - If we are retrying something slowly over and over, do not
+ automatically give up after the 254th failure. Bugfix on
+ 0.2.1.9-alpha.
o Code simplifications and refactoring:
- Change our header file guard macros to be less likely to conflict