diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-07-07 12:19:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-07-07 12:19:04 -0400 |
commit | 258b980331f4a6c208144b80df4d4ce7de5caa58 (patch) | |
tree | 939fc8b463ff1acc4735c6391d78a2354f5355a8 /ChangeLog | |
parent | 2c221e923b1ff7d8693d8a8b9e6bb5474956349e (diff) | |
download | tor-258b980331f4a6c208144b80df4d4ce7de5caa58.tar.gz tor-258b980331f4a6c208144b80df4d4ce7de5caa58.zip |
Make "Invalid onion hostname" msg respect SafeLogging.
Patch by Roger; fixes bug 1027.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Changes in version 0.2.1.17-rc - 2009-07-02 +Changes in version 0.2.1.17-rc - 2009-07-07 o Major features: - Clients now use the bandwidth values in the consensus, rather than the bandwidth values in each relay descriptor. This approach opens @@ -36,6 +36,8 @@ Changes in version 0.2.1.17-rc - 2009-07-02 - When we can't find an intro key for a v2 hidden service descriptor, fall back to the v0 hidden service descriptor and log a bug message. Workaround for bug 1024. + - Fix a log message that did not respect the SafeLogging option. + Resolves bug 1027. o Minor features: - If we're a relay and we change our IP address, be more verbose |