]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
extend ticket33316 changes file to include more changes
authorNick Mathewson <nickm@torproject.org>
Fri, 21 Feb 2020 21:23:17 +0000 (16:23 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 24 Feb 2020 12:49:39 +0000 (07:49 -0500)
changes/ticket33316

index 375f4e9c6984b0a0ad824d9f8f08e0a1c9042b7c..25b0444078035297ca603f98dad94c6dfff562f2 100644 (file)
@@ -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.