From: Nick Mathewson Date: Fri, 21 Feb 2020 21:23:17 +0000 (-0500) Subject: extend ticket33316 changes file to include more changes X-Git-Tag: tor-0.4.5.0-alpha-dev~166^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c18c94bb1efd9db42748f942117e19e058d3410;p=thirdparty%2Ftor.git extend ticket33316 changes file to include more changes --- diff --git a/changes/ticket33316 b/changes/ticket33316 index 375f4e9c69..25b0444078 100644 --- a/changes/ticket33316 +++ b/changes/ticket33316 @@ -3,3 +3,13 @@ corresponding to their dependencies, so that every system is initialized before the ones that (theoretically) depend on it. Fixes bug 33316; bugfix on 0.4.0.1-alpha. + + o Minor features (tests): + - Initialize all subsystems at the beginning of our unit test harness, + to avoid crashes due to uninitialized subsystems. + Follow-up from ticket 33316. + + o Code simplification and refactoring: + - Merge the orconn and ocirc events into the "core" subsystem, which + manages or connections and origin circuits. Previously they + were isolated in subsystems of their own.