2 - Servers now save observed maximum bandwidth throughput rates
3 to their state file (along with total usage, which was already
4 saved) so that they can determine their correct estimated
5 bandwidth on restart. Resolves bug 1863, where Tor servers
6 would reset their estimated bandwidth to 0 after restarting.
9 - Fix a bug in banwidth history state parsing that could have been
10 triggered if a future version of Tor ever changed the timing
11 granularity at which bandwidth history is measured. Bugfix on
13 - Correctly clear out dir_read/dir_write history when there is an
14 error parsing any bw history value from the state file. Bugfix on