tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f9c57313d03abccbbbcffc808464365500baced8
parent 9b434b79ce74dab0498fc0ee1df5df3b2441cfad
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 26 Mar 2020 12:40:56 -0400

add changes file for 31634

Diffstat:
Achanges/ticket31634 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/ticket31634 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.