aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-09 15:27:45 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-09 15:27:45 +0000
commit5346a0179696f60b69d3cd0a7ece3308da496d75 (patch)
tree632d427069f37cc4a1c6e0b7262c869e73a47ccb /ChangeLog
parentbb9cc4fb2960e8b6cda6a0a7584bcda534625f93 (diff)
downloadtor-5346a0179696f60b69d3cd0a7ece3308da496d75.tar.gz
tor-5346a0179696f60b69d3cd0a7ece3308da496d75.zip
r14813@Kushana: nickm | 2007-10-09 11:10:48 -0400
Use download_status_t for v2 networkstatuses and certs as well as for routers. Make functions to manipulate it. Next steps: use it for consensus networkstatuses, and get consensus download rescheduling working. svn:r11800
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae4e3ca8a9..26568e008b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,7 @@ Changes in version 0.2.0.8-alpha - 2007-??-??
into routerstatus_t. But once v3 directories are in use, clients and
caches will no longer need to hold authority opinions; thus, the
rationale for keeping the types separate is now gone.
+ - Make the code used to reschedule and reattempt downloads more uniform.
Changes in version 0.2.0.7-alpha - 2007-09-21