diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-10 05:36:23 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-10 05:36:23 +0000 |
commit | 6537b7e1b25884597f69edfd5e00c2fcf3c675fb (patch) | |
tree | 96fff12d717eeab8ebd7c3f68f0a578975d17436 | |
parent | 8bede20ab268ada5d8ee2ed0560015a4015ff3c6 (diff) | |
download | tor-6537b7e1b25884597f69edfd5e00c2fcf3c675fb.tar.gz tor-6537b7e1b25884597f69edfd5e00c2fcf3c675fb.zip |
clean up the changelog
svn:r6594
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -11,7 +11,7 @@ Changes in version 0.1.1.21 - 2006-06-10 o Other fixes: - Speed up initial bootstrapping for clients: if we are making our first ever connection to any entry guard, then don't mark it down - at first. + right after that. - When only one Tor server in the network is labelled as a guard, and we've already picked him, we would cycle endlessly picking him again, being unhappy about it, etc. Now we specifically exclude @@ -26,16 +26,16 @@ Changes in version 0.1.1.21 - 2006-06-10 - Make cookie authentication for the controller work again. - Stop being picky about unusual characters in the arguments to mapaddress. It's none of our business. - - Add a new config option TestVia, that lets you specify preferred - middle hops to use for testing circuits. Perhaps this will let me - debug the reachability problem better. + - Add a new config option "TestVia" that lets you specify preferred + middle hops to use for test circuits. Perhaps this will let me + debug the reachability problems better. o Log / documentation fixes: - If we're a server and some peer has a broken TLS certificate, don't log about it unless ProtocolWarnings is set, i.e., we want to hear about protocol violations by others. - Fix spelling of VirtualAddrNetwork in man page. - - Add a better explanation at the top of the autogenerated torrc file, + - Add a better explanation at the top of the autogenerated torrc file about what happened to our old torrc. |