From 089137f0112b0ad7c8ada8f2d5c7a967cfb87387 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 2 Nov 2010 11:45:14 -0400 Subject: Fix a bug where seting allow_annotations==0 only ignores annotations, but does not block them --- changes/annotations_fix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changes/annotations_fix (limited to 'changes') diff --git a/changes/annotations_fix b/changes/annotations_fix new file mode 100644 index 000000000..d3cd7f343 --- /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. + + + -- cgit v1.2.3