diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-13 13:37:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-24 07:49:39 -0500 |
commit | 67d921a69617d2b0a9ab56dfe1a6e7631f7ed5eb (patch) | |
tree | 253f8c63ecbd3785da871cf9b462f4b2e19c0d41 | |
parent | 90524de0b268a76665fbe9ddce4878b10c9389c4 (diff) | |
download | tor-67d921a69617d2b0a9ab56dfe1a6e7631f7ed5eb.tar.gz tor-67d921a69617d2b0a9ab56dfe1a6e7631f7ed5eb.zip |
Changes file for ticket 33316
-rw-r--r-- | changes/ticket33316 | 5 |
1 files changed, 5 insertions, 0 deletions
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. |