[tor-commits] [tor/master] extend ticket33316 changes file to include more changes
nickm at torproject.org
nickm at torproject.org
Mon Feb 24 12:51:37 UTC 2020
commit 0c18c94bb1efd9db42748f942117e19e058d3410
Author: Nick Mathewson <nickm at torproject.org>
Date: Fri Feb 21 16:23:17 2020 -0500
extend ticket33316 changes file to include more changes
---
changes/ticket33316 | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/changes/ticket33316 b/changes/ticket33316
index 375f4e9c6..25b044407 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.
More information about the tor-commits
mailing list