commit adecda753996611e9a5b82c5fa87ea78ec683806 parent 32b23a4c40880591ecadab59f932f4a4c1e7560a Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 5 Nov 2018 09:42:16 -0500 changes file for subsystems api (28330) Diffstat:
| A | changes/subsystems | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/changes/subsystems 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.