Merge remote branch 'origin/maint-0.2.2'

This commit is contained in:
Nick Mathewson
2010-11-10 16:07:04 -05:00
2 changed files with 23 additions and 4 deletions
+10
View File
@@ -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.