diff options
author | David Goulet <dgoulet@torproject.org> | 2022-04-14 09:37:43 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-04-14 09:37:43 -0400 |
commit | dc90226cc3c7c74164f8feb1f50d2fbcf0941a9d (patch) | |
tree | f99b5178822692438a8fc4a119390e619a77b049 /changes | |
parent | 9ac479ce1c20fd2e58528900b54d5b81bedb641d (diff) | |
parent | dd085d42f96e39f9387aa1d7a306100c0d7df305 (diff) | |
download | tor-dc90226cc3c7c74164f8feb1f50d2fbcf0941a9d.tar.gz tor-dc90226cc3c7c74164f8feb1f50d2fbcf0941a9d.zip |
Merge branch 'tor-gitlab/mr/491' into maint-0.4.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40515 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug40515 b/changes/bug40515 new file mode 100644 index 0000000000..d315e28411 --- /dev/null +++ b/changes/bug40515 @@ -0,0 +1,6 @@ + o Minor bugfixes (controller, path bias): + - When a circuit's path is specified, in full or in part, from the + controller API, do not count that circuit towards our path-bias + calculations. (Doing so was incorrect, since we cannot tell whether + the controller is selecting relays randomly.) Resolves a "Bug" + warning. Fixes bug 40515; bugfix on 0.2.4.10-alpha. |