aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-31 13:46:58 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-31 13:46:58 -0500
commit1c39d969b99b7825a0e2f2db67efb0c0e19d7002 (patch)
tree463e4e46511b0856f0946e9b77c5979f29411f7d /changes
parentdf312b3cf637d2c5487adc60ed541823bef56f06 (diff)
parent3a247ca92a06c864a2cb634fbe2bc23cf48fb977 (diff)
downloadtor-1c39d969b99b7825a0e2f2db67efb0c0e19d7002.tar.gz
tor-1c39d969b99b7825a0e2f2db67efb0c0e19d7002.zip
Merge remote-tracking branch 'dgoulet/bug24975_032_01' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug249756
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24975 b/changes/bug24975
new file mode 100644
index 0000000000..fe937d74d5
--- /dev/null
+++ b/changes/bug24975
@@ -0,0 +1,6 @@
+ o Major bugfixes (scheduler, consensus):
+ - A logic in the code was preventing the scheduler subystem to properly
+ make a decision based on the latest consensus when it arrives. This lead
+ to the scheduler failing to notice any consensus parameters that might
+ change from one consensus to another. Fixes bug 24975; bugfix on
+ 0.3.2.1-alpha.