]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: file for 33633
authorteor <teor@torproject.org>
Wed, 18 Mar 2020 09:15:14 +0000 (19:15 +1000)
committerteor <teor@torproject.org>
Thu, 9 Apr 2020 01:00:04 +0000 (11:00 +1000)
changes/ticket33633 [new file with mode: 0644]

diff --git a/changes/ticket33633 b/changes/ticket33633
new file mode 100644 (file)
index 0000000..de030a6
--- /dev/null
@@ -0,0 +1,6 @@
+  o Code simplification and refactoring:
+    - Move the circuit extend code to the relay module.
+      Split the circuit extend function into smaller functions.
+      Closes ticket 33633.
+    - Move LOG_PROTOCOL_WARN to app/config.c. Resolves a dependency inversion.
+      Closes ticket 33633.