1 o Major bugfixes (circuit building):
2 - Conflux circuit building was ignoring the "predicted ports" feature,
3 which aims to make Tor stop building circuits if there have been
4 no user requests lately. This bug led to every idle Tor on the
5 network building and discarding circuits every 30 seconds, which
6 added overall load to the network, used bandwidth and battery from
7 clients that weren't actively using their Tor, and kept sockets open
8 on guards which added connection padding essentially forever. Fixes
9 bug 40981; bugfix on 0.4.8.1-alpha;