]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add changes file for 31634
authorNick Mathewson <nickm@torproject.org>
Thu, 26 Mar 2020 16:40:56 +0000 (12:40 -0400)
committerteor <teor@torproject.org>
Tue, 7 Apr 2020 07:35:55 +0000 (17:35 +1000)
changes/ticket31634 [new file with mode: 0644]

diff --git a/changes/ticket31634 b/changes/ticket31634
new file mode 100644 (file)
index 0000000..2777595
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor features (testing, architeture):
+    - Our test scripts now double-check that subsystem initialization order
+      is consistent with the inter-module dependencies established by our
+      .may_include files.  Implements ticket 31634.