diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-12-23 19:00:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-12-23 19:00:46 -0500 |
commit | 35115496511f64c08849a039c926910739467169 (patch) | |
tree | 564a5a83f21a3f9a6483e77d0ee632f6134b75b5 /changes | |
parent | 59a162f7d2048bc5e6bbc953c2bdc76a0367221b (diff) | |
download | tor-35115496511f64c08849a039c926910739467169.tar tor-35115496511f64c08849a039c926910739467169.tar.gz |
Clarify DirPort multiplicity
Fix for #10470 as suggested by arma
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10470 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10470 b/changes/bug10470 new file mode 100644 index 000000000..2b753436d --- /dev/null +++ b/changes/bug10470 @@ -0,0 +1,4 @@ + o Documentation fixes: + - Note that all but one DirPort entry must have the NoAdvertise flag + set. Fix for #10470. + |