diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-31 13:46:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-31 13:46:58 -0500 |
commit | 1c39d969b99b7825a0e2f2db67efb0c0e19d7002 (patch) | |
tree | 463e4e46511b0856f0946e9b77c5979f29411f7d /changes | |
parent | df312b3cf637d2c5487adc60ed541823bef56f06 (diff) | |
parent | 3a247ca92a06c864a2cb634fbe2bc23cf48fb977 (diff) | |
download | tor-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/bug24975 | 6 |
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. |