summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-10-17 05:15:46 +0000
committerRoger Dingledine <arma@torproject.org>2004-10-17 05:15:46 +0000
commit7ba287da5ae39a7f06e49763504a7e48c91db9a3 (patch)
treeafb038f7da7bb6c03f53037d14a62dafe37524ef
parente66d5f897a416b6ddb313b9730f5701ce07f6a28 (diff)
downloadtor-7ba287da5ae39a7f06e49763504a7e48c91db9a3.tar.gz
tor-7ba287da5ae39a7f06e49763504a7e48c91db9a3.zip
commit a changelog for pre4
svn:r2556
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3467299646..545c9d130b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,25 @@
Changes so far in 0.0.9:
+pre4:
+ o Bugfixes on 0.0.9pre3:
+ - Ignore fascistfirewall when uploading/downloading hidden service
+ descriptors, since we go through Tor for those; and when using
+ an HttpProxy, since we assume it can reach them all.
+ - When looking for an authoritative dirserver, use only the ones
+ configured at boot. Don't bother looking in the directory.
+ - If the server doesn't specify an exit policy, use the real default
+ exit policy, not reject *:*.
+ - The rest of the fix for get_default_conf_file() on older win32.
+ - Make 'Routerfile' config option obsolete.
+
+ o Features:
+ - New 'MyFamily nick1,...' config option for a server to
+ specify other servers that shouldn't be used in the same circuit
+ with it. Only believed if nick1 also specifies us.
+ - New 'NodeFamily nick1,nick2,...' config option for a client to
+ specify nodes that it doesn't want to use in the same circuit.
+ - New 'Redirectexit pattern address:port' config option for a
+ server to redirect exit connections, e.g. to a local squid.
+
pre3:
o Bugfixes on 0.0.8.1:
- Better torrc example lines for dirbindaddress and orbindaddress.