Make it clear that we fixed 2 cases of 20711

This commit is contained in:
Nick Mathewson 2017-03-01 09:08:04 -05:00
parent 18a4a4d7fd
commit f0dab06fca
2 changed files with 2 additions and 6 deletions

View File

@ -74,10 +74,10 @@ Changes in version 0.3.0.4-rc - 2017-03-??
o Minor bugfixes (directory mirrors):
- Allow relays to use directory mirrors without a DirPort: these
relays need to be contacted over their ORPorts using a begindir
connection. Fixes bug 20711; bugfix on 0.2.8.2-alpha.
connection. Fixes one case of bug 20711; bugfix on 0.2.8.2-alpha.
- Clarify the message logged when a remote relay is unexpectedly
missing an ORPort or DirPort: users were confusing this with a
local port. Fixes bug 20711; bugfix on 0.2.8.2-alpha.
local port. Fixes another case of bug 20711; bugfix on 0.2.8.2-alpha.
o Minor bugfixes (guards):
- Don't warn about a missing guard state on timeout-measurement

View File

@ -1,4 +0,0 @@
o Minor bugfix (entry guards):
- Silence a BUG() warning when attempting to use a guard whose descriptor
we don't know and make this scenario more unlikely to happen. Fixes bug
21415; bugfix on 0.3.0.1-alpha.