diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-15 01:42:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-15 01:42:55 +0000 |
commit | 9d8aec0e92f51e73fe39581598d4031bcba57605 (patch) | |
tree | d84c13c3c2ea7110132279600edb33b5e1c469d2 /ChangeLog | |
parent | e022aa73e648f344005f4d62f91dca7f3781ad1f (diff) | |
download | tor-9d8aec0e92f51e73fe39581598d4031bcba57605.tar tor-9d8aec0e92f51e73fe39581598d4031bcba57605.tar.gz |
last pieces of 0.1.1.9-alpha changelog
svn:r5373
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,6 +19,8 @@ Changes in version 0.1.1.9-alpha - 2005-11-01 - Make directory authorities be non-versioning, non-naming by default. Now we can add new directory servers without requiring their operators to pay close attention. + - When logging via syslog, include the pid whenever we provide + a log entry. Suggested by Todd Fries. o Performance improvements: - Directory servers now silently throw away new descriptors that @@ -51,6 +53,10 @@ Changes in version 0.1.1.9-alpha - 2005-11-01 - Do round-robin writes of at most 16 kB per write. This might be more fair on loaded Tor servers, and it might resolve our Windows crash bug. It might also slow things down. + - Our TLS handshakes were generating a single public/private + keypair for the TLS context, rather than making a new one for + each new connections. Oops. (But we were still rotating them + periodically, so it's not so bad.) - When we were cannibalizing a circuit with a particular exit node in mind, we weren't checking to see if that exit node was already present earlier in the circuit. Oops. |