diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-31 13:47:01 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-31 13:47:01 -0500 |
commit | 0dc1595d0359dbf51ad24fe8bbadb5ab41fb9eb9 (patch) | |
tree | 7dc074e23102336db090c357d879cbe66db4e906 /changes | |
parent | 2294e330bde259f6b575f301258783ce2947bdc0 (diff) | |
parent | 1c39d969b99b7825a0e2f2db67efb0c0e19d7002 (diff) | |
download | tor-0dc1595d0359dbf51ad24fe8bbadb5ab41fb9eb9.tar.gz tor-0dc1595d0359dbf51ad24fe8bbadb5ab41fb9eb9.zip |
Merge branch '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. |