Parcourir la source

changes file for subsystems api (28330)

Nick Mathewson il y a 7 ans
Parent
commit
adecda7539
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      changes/subsystems

+ 6 - 0
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.