diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-11-02 11:45:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-11-10 16:02:02 -0500 |
commit | 089137f0112b0ad7c8ada8f2d5c7a967cfb87387 (patch) | |
tree | c7d22717364f8ebd1835c58df98fedc703e74d4f /changes | |
parent | bad609ae6b5505783034cd3951afd382c528c532 (diff) | |
download | tor-089137f0112b0ad7c8ada8f2d5c7a967cfb87387.tar.gz tor-089137f0112b0ad7c8ada8f2d5c7a967cfb87387.zip |
Fix a bug where seting allow_annotations==0 only ignores annotations, but does not block them
Diffstat (limited to 'changes')
-rw-r--r-- | changes/annotations_fix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/annotations_fix b/changes/annotations_fix new file mode 100644 index 0000000000..d3cd7f343e --- /dev/null +++ b/changes/annotations_fix @@ -0,0 +1,8 @@ + o Major bugfixes + - Do even more to reject (and not just ignore) annotations on + router descriptors received anywhere but from the cache. + Previously we would ignore such annotations at first, but cache + them to disk anyway. Bugfix on 0.2.0.8-alpha. Found by piebeer. + + + |