commit 67d921a69617d2b0a9ab56dfe1a6e7631f7ed5eb Author: Nick Mathewson nickm@torproject.org Date: Thu Feb 13 13:37:47 2020 -0500
Changes file for ticket 33316 --- changes/ticket33316 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/ticket33316 b/changes/ticket33316 new file mode 100644 index 000000000..375f4e9c6 --- /dev/null +++ b/changes/ticket33316 @@ -0,0 +1,5 @@ + o Minor bugfixes (initialization): + - Initialize the subsystems in our code in an order more closely + corresponding to their dependencies, so that every system is + initialized before the ones that (theoretically) depend on it. + Fixes bug 33316; bugfix on 0.4.0.1-alpha.
tor-commits@lists.torproject.org