From: Nick Mathewson Date: Thu, 26 Mar 2020 16:40:56 +0000 (-0400) Subject: add changes file for 31634 X-Git-Tag: tor-0.4.5.0-alpha-dev~74^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9c57313d03abccbbbcffc808464365500baced8;p=thirdparty%2Ftor.git add changes file for 31634 --- diff --git a/changes/ticket31634 b/changes/ticket31634 new file mode 100644 index 0000000000..2777595036 --- /dev/null +++ b/changes/ticket31634 @@ -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.