summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-05 23:28:05 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-11 10:08:53 -0400
commit8c22fd4a4daf37a55888e606b9e08fdc5a4aecd5 (patch)
tree18fbdd3f45a5ec605bae7a0dea0ae67eb78ef889 /changes
parentc11ba9dea8aea6f502e7041b6376983cf295666f (diff)
downloadtor-8c22fd4a4daf37a55888e606b9e08fdc5a4aecd5.tar.gz
tor-8c22fd4a4daf37a55888e606b9e08fdc5a4aecd5.zip
Fix the spelling of maxunmeasur(e)dbw.
This has been misspelled when using consensus method 31 or later since 0.4.6.1-alpha. Fixes bug 40869. This commit is a backport of b9b0abd6c26d9b361923 to 0.4.8.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug408693
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug40869 b/changes/bug40869
new file mode 100644
index 0000000000..da9666333f
--- /dev/null
+++ b/changes/bug40869
@@ -0,0 +1,3 @@
+ o Minor bugfixes (directory authority):
+ - Look at the network parameter "maxunmeasuredbw" with the
+ correct spelling. Fixes bug 40869; bugfix on 0.4.6.1-alpha.