Merge branch 'tor-github/pr/1901'
[tor.git] / changes / ticket33316
blob25b0444078035297ca603f98dad94c6dfff562f2
1   o Minor bugfixes (initialization):
2     - Initialize the subsystems in our code in an order more closely
3       corresponding to their dependencies, so that every system is
4       initialized before the ones that (theoretically) depend on it.
5       Fixes bug 33316; bugfix on 0.4.0.1-alpha.
7   o Minor features (tests):
8     - Initialize all subsystems at the beginning of our unit test harness,
9       to avoid crashes due to uninitialized subsystems.
10       Follow-up from ticket 33316.
12   o Code simplification and refactoring:
13     - Merge the orconn and ocirc events into the "core" subsystem, which
14       manages or connections and origin circuits.  Previously they
15       were isolated in subsystems of their own.