From: Nick Mathewson Date: Thu, 13 Feb 2020 18:37:47 +0000 (-0500) Subject: Changes file for ticket 33316 X-Git-Tag: tor-0.4.5.0-alpha-dev~166^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67d921a69617d2b0a9ab56dfe1a6e7631f7ed5eb;p=thirdparty%2Ftor.git Changes file for ticket 33316 --- diff --git a/changes/ticket33316 b/changes/ticket33316 new file mode 100644 index 0000000000..375f4e9c69 --- /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.