diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-14 09:32:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-14 09:32:53 -0400 |
commit | dbb0abc9f1a174efdb65d581f5dbe46dbad2ebb5 (patch) | |
tree | 855c221fa14e377259ee8991c6f5a9e1d09dd2b9 /changes | |
parent | 1ca03633fe47273e95595d03a9fd086fbf9d9c71 (diff) | |
download | tor-dbb0abc9f1a174efdb65d581f5dbe46dbad2ebb5.tar.gz tor-dbb0abc9f1a174efdb65d581f5dbe46dbad2ebb5.zip |
Tweak changes file: call this a major feature.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21530 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/changes/bug21530 b/changes/bug21530 index 93a54907ce..24d981d82b 100644 --- a/changes/bug21530 +++ b/changes/bug21530 @@ -1,7 +1,7 @@ - o Minor bugfixes (relay): - - If we are a relay where ExitRelay is auto and we have not specified - an exit policy, whether through ExitPolicy lines or ReducedExitPolicy, - emulate the behavior of ExitRelay as 0. Previously, we allowed exit - traffic if ExitRelay is auto and logged a warning message. Fixes bug - 21530; bugfix on 0.3.5.1-alpha. Patch by Neel Chauhan. - + o Major features (relay): + - Relays no longer run as exits by default. If the "ExitRelay" option is + auto (or unset), and no exit policy is specified with ExitPolicy or + ReducedExitPolicy, we now treat ExitRelay as 0. Previously in this + case, we allowed exit + traffic and logged a warning message. Closes ticket + 21530. Patch by Neel Chauhan. |