diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-11 16:25:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-11 16:25:14 -0400 |
commit | 386966142ecebc23e78e57ae26323aee33d410f9 (patch) | |
tree | 7850b22438a98a546cd8556bf58f64e38bf6a017 /changes | |
parent | cca806c56c4b14462a610eaa835db8d081d27c14 (diff) | |
parent | 8ea6d29fe468dc91d1c7dfc45ad5b4196e89ebdd (diff) | |
download | tor-386966142ecebc23e78e57ae26323aee33d410f9.tar tor-386966142ecebc23e78e57ae26323aee33d410f9.tar.gz |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2442 | 8 | ||||
-rw-r--r-- | changes/bug2442b | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/changes/bug2442 b/changes/bug2442 new file mode 100644 index 000000000..cbcc22bb8 --- /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. + diff --git a/changes/bug2442b b/changes/bug2442b new file mode 100644 index 000000000..02e1636e9 --- /dev/null +++ b/changes/bug2442b @@ -0,0 +1,8 @@ + * Minor bugfixes: + + - Demote the 'INTRODUCE2 cell is too {old,new}' log message to + info level. There is nothing that a hidden service's operator + can do to fix its clients' clocks. Bugfix on 0.2.1.6-alpha; + fixes part of bug 2442. + + |