re-flow the changelog

This commit is contained in:
Nick Mathewson 2017-11-08 16:26:51 -05:00
parent edbf6a62aa
commit 940308f493
1 changed files with 5 additions and 6 deletions

View File

@ -14,10 +14,9 @@ Changes in version 0.3.2.4-alpha - 2017-11-08
o Major bugfixes (scheduler, channel): o Major bugfixes (scheduler, channel):
- Stop processing scheduled channels if they closed while flushing - Stop processing scheduled channels if they closed while flushing
cells. This cells. This can happen if the write on the connection fails
can happen if the write on the connection fails leading to the leading to the channel being closed while in the scheduler loop.
channel being closed while in the scheduler loop. Fixes bug 23751; Fixes bug 23751; bugfix on 0.3.2.1-alpha.
bugfix on 0.3.2.1-alpha.
o Minor features (logging, scheduler): o Minor features (logging, scheduler):
- Introduce a SCHED_BUG() function to log extra information about - Introduce a SCHED_BUG() function to log extra information about
@ -81,8 +80,8 @@ Changes in version 0.3.2.4-alpha - 2017-11-08
weight adjustments should have given it weight 0, but it got weight adjustments should have given it weight 0, but it got
weight 1 instead. Fixes bug 23318; bugfix on 0.2.4.3-alpha. weight 1 instead. Fixes bug 23318; bugfix on 0.2.4.3-alpha.
- When calculating the fraction of nodes that have descriptors, and - When calculating the fraction of nodes that have descriptors, and
all nodes in the network have zero bandwidths, count the all nodes in the network have zero bandwidths, count the number of
number of nodes instead. Fixes bug 23318; bugfix on 0.2.4.10-alpha. nodes instead. Fixes bug 23318; bugfix on 0.2.4.10-alpha.
- Actually log the total bandwidth in compute_weighted_bandwidths(). - Actually log the total bandwidth in compute_weighted_bandwidths().
Fixes bug 24170; bugfix on 0.2.4.3-alpha. Fixes bug 24170; bugfix on 0.2.4.3-alpha.