commit adecda753996611e9a5b82c5fa87ea78ec683806 Author: Nick Mathewson nickm@torproject.org Date: Mon Nov 5 09:42:16 2018 -0500
changes file for subsystems api (28330) --- changes/subsystems | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/changes/subsystems b/changes/subsystems new file mode 100644 index 000000000..a51fb8e2b --- /dev/null +++ b/changes/subsystems @@ -0,0 +1,6 @@ + o Major features (refactoring): + - Tor now uses an explicit list of its own subsystems when initializing + and shutting down. Previously, these systems were managed implicitly + though various places throughout the codebase. (There still some + subsystems using the old system.) + Closes ticket 28330.