diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-07 17:04:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-07 17:04:44 +0000 |
commit | 26392fc75de5923787a74f405398295bc14073fb (patch) | |
tree | 91d9ef243f1e6ae29880f560e7f4abe98d0953c9 /ChangeLog | |
parent | 8249f5d676ee6b1e4e0774ade10f8052f4772108 (diff) | |
download | tor-26392fc75de5923787a74f405398295bc14073fb.tar.gz tor-26392fc75de5923787a74f405398295bc14073fb.zip |
r11458@Kushana: nickm | 2006-12-07 12:04:22 -0500
Fix bug 338: log verbose nicknames, not just keys, for intro points. Also, suppress intro point name logging when SafeLogging is 1. (The security part is a possible backport candidate.)
svn:r9041
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ Changes in version 0.1.2.5-xxxx - 200?-??-?? would prevent the cached-routers file from ever loading. (reported by John Kimble.) + o Security bugfixes: + - Do not log introduction points for hidden services if SafeLogging + is set. + o Controller bugfixes: - Report the circuit number correctly in STREAM CLOSED events. (Bug reported by Mike Perry.) |