diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-07-30 11:58:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-31 10:28:16 -0400 |
commit | 2bd45213c991df62bf184758c5e8222685bda1ba (patch) | |
tree | e8ea34cc714d8b730879cc8c6015426ac3d692d9 /changes | |
parent | 692005b38d3607f53d9fb605a6b4584553417ad9 (diff) | |
download | tor-2bd45213c991df62bf184758c5e8222685bda1ba.tar.gz tor-2bd45213c991df62bf184758c5e8222685bda1ba.zip |
Warn when accounting is used in a way likely to link hidden services
Fix for 6490.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6490 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6490 b/changes/bug6490 new file mode 100644 index 0000000000..c92daad8f4 --- /dev/null +++ b/changes/bug6490 @@ -0,0 +1,4 @@ + o Minor features: + - Warn when Tor is configured to use accounting in a way that will + link a hidden service to some other hidden service or public + address. Fix for bug 6490. |