summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-09 20:44:47 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-09 20:44:47 +0000
commit8b71a76dd322ab0043871cac3c299cd660471121 (patch)
tree3e81cd2444e9335ec592a5b70725fb43d40a734f /ChangeLog
parent010fd50c365f90f98e9e8ec243a573aba4c53cfa (diff)
downloadtor-8b71a76dd322ab0043871cac3c299cd660471121.tar.gz
tor-8b71a76dd322ab0043871cac3c299cd660471121.zip
r15598@catbus: nickm | 2007-10-09 16:37:35 -0400
Turn all "Is DirPort nonzero? Because if it is, we must be a directory" logic into calls to dirserver_mode(). svn:r11817
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64421b9d9b..eebda9fbe2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,7 @@ Changes in version 0.2.0.8-alpha - 2007-??-??
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.
+ - Turn all 'Are we a directory?' logic into a call to dirserver_mode().
Changes in version 0.2.0.7-alpha - 2007-09-21