aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket33316
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-26 09:50:57 -0400
committerNick Mathewson <nickm@torproject.org>2020-06-26 09:50:57 -0400
commite269e081a1c1ec3450e8b86f64aa099f51b04b84 (patch)
tree5f994c5cbd43dd397435ef042db084ea19dbb005 /changes/ticket33316
parentdbc2b75009a781f2664b871a6033d47b04946299 (diff)
downloadtor-e269e081a1c1ec3450e8b86f64aa099f51b04b84.tar.gz
tor-e269e081a1c1ec3450e8b86f64aa099f51b04b84.zip
Remove changes files that appeared in tor 0.4.4.1-alpha.
Diffstat (limited to 'changes/ticket33316')
-rw-r--r--changes/ticket3331615
1 files changed, 0 insertions, 15 deletions
diff --git a/changes/ticket33316 b/changes/ticket33316
deleted file mode 100644
index 25b0444078..0000000000
--- a/changes/ticket33316
+++ /dev/null
@@ -1,15 +0,0 @@
- 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.
-
- o Minor features (tests):
- - Initialize all subsystems at the beginning of our unit test harness,
- to avoid crashes due to uninitialized subsystems.
- Follow-up from ticket 33316.
-
- o Code simplification and refactoring:
- - Merge the orconn and ocirc events into the "core" subsystem, which
- manages or connections and origin circuits. Previously they
- were isolated in subsystems of their own.