From 2df426d1c194b2989742d8719cb4877a1d21b42d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 11 Jun 2006 01:41:30 +0000 Subject: [PATCH] interim changelog for 0.1.2.1-alpha svn:r6599 --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ChangeLog b/ChangeLog index f91a03998f..5607277fa7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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