diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-22 19:20:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-22 19:20:33 +0000 |
commit | 9f733c31ccd4dda36b80353aea4c930df0f6eb83 (patch) | |
tree | 7709c188cbfdef2c8acb9ae1ed32cc125577362a /ChangeLog | |
parent | 36620ca0567561ddda6f867440119e705409b3fa (diff) | |
download | tor-9f733c31ccd4dda36b80353aea4c930df0f6eb83.tar.gz tor-9f733c31ccd4dda36b80353aea4c930df0f6eb83.zip |
minor cleanups
svn:r9387
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: |