diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-14 10:27:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-14 10:27:26 +0000 |
commit | e2dea1dd59064246e217a848808a5837830a066d (patch) | |
tree | b9c82b449e8a33955f7307495df2173e93844511 | |
parent | f999c8de1b85d19ce27c8080be1e401fbcd8c987 (diff) | |
download | tor-e2dea1dd59064246e217a848808a5837830a066d.tar.gz tor-e2dea1dd59064246e217a848808a5837830a066d.zip |
more useful changelog for pre3tor-0.0.9pre3
svn:r2513
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -27,12 +27,20 @@ pre3: - Make the dirservers file obsolete. - Include a dir-signing-key token in directories to tell the parsing entity which key is being used to sign. - - New config option "Dirserver %s:%d [fingerprint]". If no - dirservers specified, default to moria1,moria2,tor26. + - Remove the built-in bulky default dirservers string. + - New config option "Dirserver %s:%d [fingerprint]", which can be + repeated as many times as needed. If no dirservers specified, + default to moria1,moria2,tor26. + - Make moria2 advertise a dirport of 80, so people behind firewalls + will be able to get a directory. - Http proxy support - Dirservers translate requests for http://%s:%d/x to /x - You can specify "HttpProxy %s[:%d]" and all dir fetches will be routed through this host. + - Clients ask for /tor/x rather than /x for new enough dirservers. + This way we can one day coexist peacefully with apache. + - Clients specify a "Host: %s%d" http header, to be compatible + with more proxies, and so running squid on an exit node can work. pre2: o Bugfixes on pre1: |