diff options
-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 |