aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-01-22 19:20:33 +0000
committerRoger Dingledine <arma@torproject.org>2007-01-22 19:20:33 +0000
commit9f733c31ccd4dda36b80353aea4c930df0f6eb83 (patch)
tree7709c188cbfdef2c8acb9ae1ed32cc125577362a /ChangeLog
parent36620ca0567561ddda6f867440119e705409b3fa (diff)
downloadtor-9f733c31ccd4dda36b80353aea4c930df0f6eb83.tar.gz
tor-9f733c31ccd4dda36b80353aea4c930df0f6eb83.zip
minor cleanups
svn:r9387
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 14 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index d504015292..8cd02e99e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: