diff options
author | Roger Dingledine <arma@torproject.org> | 2011-09-12 05:55:17 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-09-12 05:55:17 -0400 |
commit | 6d6e87f6116f98e2e8e310bed08776718739d3ac (patch) | |
tree | e90ebbed3bd79b54af8f75a88198e8b230d32344 /changes/bug2442 | |
parent | bcd99a200503d34b6b995c70b6b8a613bdc565fd (diff) | |
parent | d679ef623fc912a25f0d1c36ad187d7bdca0a440 (diff) | |
download | tor-6d6e87f6116f98e2e8e310bed08776718739d3ac.tar.gz tor-6d6e87f6116f98e2e8e310bed08776718739d3ac.zip |
Merge branch 'maint-0.2.2' into release-0.2.2
Diffstat (limited to 'changes/bug2442')
-rw-r--r-- | changes/bug2442 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug2442 b/changes/bug2442 new file mode 100644 index 0000000000..cbcc22bb80 --- /dev/null +++ b/changes/bug2442 @@ -0,0 +1,8 @@ + * Minor bugfixes: + + - Demote the 'replay detected' log message emitted when a hidden + service receives the same Diffie-Hellman public key in two + different INTRODUCE2 cells to info level. A normal Tor client + can cause that log message during its normal operation. Bugfix + on 0.2.1.6-alpha; fixes part of bug 2442. + |