fold in last changes file

This commit is contained in:
Roger Dingledine 2012-09-05 17:22:23 -04:00
parent 59deac92a1
commit 139a81c96d
2 changed files with 2 additions and 4 deletions

View File

@ -62,6 +62,8 @@ Changes in version 0.2.3.21-rc - 2012-09-05
when provided via the controller's MapAddress command. Previously,
they were accepted, but we never actually noticed that they were
wildcards. Fixes bug 6244; bugfix on 0.2.3.9-alpha.
- Avoid crashing on a malformed state file where EntryGuardPathBias
precedes EntryGuard. Fixes bug 6774; bugfix on 0.2.3.17-beta.
- Add a (probably redundant) memory clear between iterations of
the router status voting loop, to prevent future coding errors
where data might leak between iterations of the loop. Resolves

View File

@ -1,4 +0,0 @@
o Minor bugfixes:
- Avoid crashing on a malformed state file where EntryGuardPathBias
precedes EntryGuard. Fix for bug 6774; bugfix on 0.2.3.17-beta.