diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-06-23 10:49:03 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-28 19:15:08 -0400 |
commit | 26146dbe9eb2404274b7c51121710f3f3529c930 (patch) | |
tree | 86cc5b191e87c4d45a57063ced8598af5d9c02c1 /changes | |
parent | dae442a38272f26a2c0580a6ec03fec392c4ac9d (diff) | |
download | tor-26146dbe9eb2404274b7c51121710f3f3529c930.tar.gz tor-26146dbe9eb2404274b7c51121710f3f3529c930.zip |
Comment-out fallbacks in a way the stem fallback parser understands
If we manually remove fallbacks in C by adding '/*' and '*/' on separate
lines, stem still parses them as being present, because it only looks at
the start of a line.
Add a comment to this effect in the generated source code.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket19071-19480 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket19071-19480 b/changes/ticket19071-19480 index 3366f825d3..ab5c72a2d1 100644 --- a/changes/ticket19071-19480 +++ b/changes/ticket19071-19480 @@ -5,6 +5,9 @@ o Minor features (fallback directory list): - Update hard-coded fallback list to remove unsuitable fallbacks. Resolves ticket 19071. Patch by teor. + - Add a comment to the generated list that explains how to comment-out + unsuitable fallbacks in a way that's compatible with the stem fallback + parser. - Update fallback whitelist and blacklist based on relay operator emails. Blacklist unsuitable fallbacks. Resolves ticket 19071. Patch by teor. |