Update the message logged on relays when DirCache is disabled

Since 0.3.3.5-rc, authorities require DirCache (V2Dir) for the Guard
flag.

Fixes bug 24312; bugfix on 0.3.3.5-rc.
This commit is contained in:
teor
2018-08-23 19:10:39 +10:00
parent 8747afc5e0
commit 692efdad09
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (relays):
- Since 0.3.3.5-rc, authorities require DirCache (V2Dir) for the Guard
flag. Update the message logged on relays when DirCache is disabled.
Fixes bug 24312; bugfix on 0.3.3.5-rc.