diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-11-10 16:06:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-11-10 16:06:43 -0500 |
commit | a4bf5b51e9c84a74720ea95eed19d21faf8333ae (patch) | |
tree | e4b75a2aa05c44a48c1b75af97bc36415d0f94d8 /changes | |
parent | 6b4db953c9c1416683da160bd2419dc0eb50e9bd (diff) | |
parent | 2a50dd9359ec9bd113c64aa91cb5c2dd875de7dd (diff) | |
download | tor-a4bf5b51e9c84a74720ea95eed19d21faf8333ae.tar tor-a4bf5b51e9c84a74720ea95eed19d21faf8333ae.tar.gz |
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/annotations_fix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/annotations_fix b/changes/annotations_fix new file mode 100644 index 000000000..b259a306d --- /dev/null +++ b/changes/annotations_fix @@ -0,0 +1,10 @@ + 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. + + o Minor bugfixes + - Enforce multiplicity rules when parsing annotations. Bugfix on + 0.2.0.8-alpha. Found by piebeer. + |