diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-05 19:15:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-05 19:15:13 +0000 |
commit | 47ff0c7fc116a9f49c2a3a87928b38796a1e7c2f (patch) | |
tree | 89a8b2910465055591476d01520b54b3ad8a2fbf /ChangeLog | |
parent | f02be02356a6cedcec2b01d5046e5d5cba0797ad (diff) | |
download | tor-47ff0c7fc116a9f49c2a3a87928b38796a1e7c2f.tar.gz tor-47ff0c7fc116a9f49c2a3a87928b38796a1e7c2f.zip |
r11641@catbus: nickm | 2007-02-05 13:59:26 -0500
Add a REMAP state to stream events so that controllers can learn exactly when the target address for a stream has changed. May help Vidalia resolve confusions related to bug 375.
svn:r9484
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -97,7 +97,8 @@ Changes in version 0.1.2.7-alpha - 2007-??-?? - 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. - + - Add a REMAP status to stream events to note that a stream's address has + changed because of a cached address or a MapAddress directive. Changes in version 0.1.2.6-alpha - 2007-01-09 o Major bugfixes: |