diff options
author | Roger Dingledine <arma@torproject.org> | 2014-09-10 23:01:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-18 15:29:14 -0400 |
commit | 905443f074088cbc6322341e5c1cd6b35cd363a8 (patch) | |
tree | de2f59ad5c1bc4c24688c22aed61e2f8e801cc63 /changes | |
parent | 916d53d6ceab5b3a5d567f18a2bce8543d008a89 (diff) | |
download | tor-905443f074088cbc6322341e5c1cd6b35cd363a8.tar.gz tor-905443f074088cbc6322341e5c1cd6b35cd363a8.zip |
Clients no longer write "DirReqStatistics 0" in their saveconf output
Stop modifying the value of our DirReqStatistics torrc option just
because we're not a bridge or relay. This bug was causing Tor
Browser users to write "DirReqStatistics 0" in their torrc files
as if they had chosen to change the config.
Fixes bug 4244; bugfix on 0.2.3.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4244 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug4244 b/changes/bug4244 new file mode 100644 index 0000000000..2b228ddacd --- /dev/null +++ b/changes/bug4244 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Stop modifying the value of our DirReqStatistics torrc option just + because we're not a bridge or relay. This bug was causing Tor + Browser users to write "DirReqStatistics 0" in their torrc files + as if they had chosen to change the config. Fixes bug 4244; bugfix + on 0.2.3.1-alpha. |