aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-04-30 19:48:39 +0000
committerNick Mathewson <nickm@torproject.org>2007-04-30 19:48:39 +0000
commit0390a0499c3118743c7d727f0523b872f45dec0e (patch)
tree9acdabaeaf8c89cc5f95596f5a798a1c75963979 /ChangeLog
parentae40e7f6339208530ddbbc2fe6690faceb02a1ee (diff)
downloadtor-0390a0499c3118743c7d727f0523b872f45dec0e.tar.gz
tor-0390a0499c3118743c7d727f0523b872f45dec0e.zip
r12586@catbus: nickm | 2007-04-30 15:43:05 -0400
More work for proposal 104: actually cache extrainfo documents to disk, and reload the cache properly. svn:r10070
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e6226232e9..019e733da6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,8 +60,7 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
aren't usually needed, and that use a lot of excess bandwidth. Once
these fields are removed from router descriptors, the bandwidth savings
should be about 60%. (Limitation: servers do not yet upload extra-info
- documents; authorities do not yet cache them.) [Partially implements
- proposal 104.]
+ documents.) [Partially implements proposal 104.]
- Directory authorities allow multiple router descriptors and/or extra
info documents to be uploaded in a single go. This will make
implementing proposal 104 simpler.