summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-18 21:19:19 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-18 21:19:19 +0000
commitec55cf526dc7707cca7588718ba1f99c1fe0a7f0 (patch)
tree890940702217c6c11753950eefafbaf923bf04dc /ChangeLog
parenta18770487227bce6e356f169aa86bdef70370c76 (diff)
downloadtor-ec55cf526dc7707cca7588718ba1f99c1fe0a7f0.tar.gz
tor-ec55cf526dc7707cca7588718ba1f99c1fe0a7f0.zip
r12981@Kushana: nickm | 2007-05-18 14:12:19 -0400
First cut at code to download extra-info docs. Also note a bad bug in directory.c (look for the string BUG BUG BUG). svn:r10209
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f515ba835..7bb24ad5f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -87,8 +87,7 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
routers. These documents contain fields from router descriptors
that 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.) [Partially implements
+ the bandwidth savings should be about 60%. [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
@@ -96,6 +95,10 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
- New config option V2AuthoritativeDirectory that all directory
authorities should set. This will let future authorities choose
not to serve V2 directory information.
+ - Servers upload extra-info documents to any authority that accepts
+ them. Authorities (and caches that have been configured to download
+ extra-info documents) download them as needed. [Partially implements
+ proposal 104.]
o Minor features (controller):
- Add a new config option __DisablePredictedCircuits designed for