summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2021-05-20 11:06:50 -0700
committerNeel Chauhan <neel@neelc.org>2021-05-20 11:06:50 -0700
commit96b59fc4d3486c06d3661adb34a5d32d5ff8e842 (patch)
tree99b3a84692e2681c305649e5c5723a49b3d55d79 /changes
parente247aab4eceeb3920f1667bf5a11d5bc83b950cc (diff)
downloadtor-96b59fc4d3486c06d3661adb34a5d32d5ff8e842.tar.gz
tor-96b59fc4d3486c06d3661adb34a5d32d5ff8e842.zip
Fix the fencepost issue when we check stability_last_downrated
Diffstat (limited to 'changes')
-rw-r--r--changes/bug403944
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40394 b/changes/bug40394
new file mode 100644
index 0000000000..f55167f2dd
--- /dev/null
+++ b/changes/bug40394
@@ -0,0 +1,4 @@
+ o Minor bugfixes (statistics):
+ - Fix the fencepost issue when we check stability_last_downrated where
+ we call rep_hist_downrate_old_runs() twice. Fixes bug 40394; bugfix
+ on 0.2.0.5-alpha. Patch by Neel Chauhan.