diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -1,18 +1,4 @@ Changes in version 0.1.2.7-alpha - 2007-??-?? - o Minor features: - - Check for addresses with invalid characters at the exit as well as at - the client, and warn less verbosely when they fail. You can override - this by setting ServerDNSAllowNonRFC953Addresses to 1. - - Adapt a patch from goodell to let the contrib/exitlist script - take arguments rather than require direct editing. - - o Minor features (controller): - - Track reasons for OR connection failure; make these reasons available - via the controller interface. (Patch from Mike Perry.) - - Add a SOCKS_BAD_HOSTNAME client status event so controllers can learn - when clients are sending malformed hostnames to Tor. - - Clean up documentation for controller status events. - o Major bugfixes: - Fix a crash bug in the presence of DNS hijacking (reported by Andrew Del Vecchio). @@ -54,6 +40,20 @@ Changes in version 0.1.2.7-alpha - 2007-??-?? - Free memory held in recently-completed DNS lookup attempts on exit. This was not a memory leak, but may have been hiding memory leaks. + o Minor features: + - Check for addresses with invalid characters at the exit as well as at + the client, and warn less verbosely when they fail. You can override + this by setting ServerDNSAllowNonRFC953Addresses to 1. + - Adapt a patch from goodell to let the contrib/exitlist script + take arguments rather than require direct editing. + + o Minor features (controller): + - Track reasons for OR connection failure; make these reasons available + via the controller interface. (Patch from Mike Perry.) + - Add a SOCKS_BAD_HOSTNAME client status event so controllers can learn + when clients are sending malformed hostnames to Tor. + - Clean up documentation for controller status events. + Changes in version 0.1.2.6-alpha - 2007-01-09 o Major bugfixes: |