diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-11 01:41:30 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-11 01:41:30 +0000 |
commit | 2df426d1c194b2989742d8719cb4877a1d21b42d (patch) | |
tree | 2ab4dd7038b527b9a164c6278aff1c999d7e0123 /ChangeLog | |
parent | 538de4043ae5d343a006b7b87d7f3390e139f0e0 (diff) | |
download | tor-2df426d1c194b2989742d8719cb4877a1d21b42d.tar.gz tor-2df426d1c194b2989742d8719cb4877a1d21b42d.zip |
interim changelog for 0.1.2.1-alpha
svn:r6599
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +Changes in version 0.1.2.1-alpha - 2006-06-xx (in progress) + o Major changes: + - Add async dns code from Adam Langley, tweaked to build on OSX. + Only enabled when you pass the --enable-eventdns argument to + configure. + - Stop fetching descriptors if you're not a dir mirror and you + haven't tried to establish any circuits lately. + + o Minor changes: + - New dirport behavior: if you have your dirport set, you are + now a directory mirror, whether or not your orport is set. + - Minor changes so Tor builds with mingw on windows. + - Claim a commonname of Tor, rather than TOR, in TLS handshakes. + Maybe this will help us win the war of names. + - Re-enable per-connection rate limiting. Get rid of the "OP + bandwidth" concept. Lay groundwork for "bandwidth classes" -- + separate global buckets that apply depending on what sort of conn + it is. + - Add a man page entry for ProtocolWarnings. + - Add more asserts to track down an assert error on a windows Tor + server with connection_add being called with socket = -1. + - Add TestVia config option to the man page. + + Changes in version 0.1.1.20 - 2006-05-23 o Crash and assert fixes from 0.1.0.17: - Fix assert bug in close_logs() on exit: when we close and delete |