summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-10-14 12:39:05 -0400
committerNick Mathewson <nickm@torproject.org>2021-10-14 12:39:05 -0400
commit15ede0435f5d161e34c11770b6a96f0f31b6cf2f (patch)
tree363ffd7effd4733ca30fd91d3be0c6d09ad4e07b /changes
parented4b8ca74b4300cb5b5b43ee751915a31796ccb7 (diff)
downloadtor-15ede0435f5d161e34c11770b6a96f0f31b6cf2f.tar.gz
tor-15ede0435f5d161e34c11770b6a96f0f31b6cf2f.zip
Lower maximum value for guard-extreme-restriction-percent to 100.
Values greater than 100 would have had the same effect as 100, so this doesn't actually change Tor's behavior; it just makes the intent clearer. Fixes #40486; see also torspec#66.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug404865
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40486 b/changes/bug40486
new file mode 100644
index 0000000000..83315bfb2b
--- /dev/null
+++ b/changes/bug40486
@@ -0,0 +1,5 @@
+ o Code simplification and refactoring:
+ - Lower the official maximum for "guard-extreme-restriction-percent" to
+ 100. This has no effect on when the guard code will generate a warning,
+ but it makes the intent of the option clearer. Fixes bug 40486; bugfix
+ on 0.3.0.1-alpha.