]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for #26747
authorNick Mathewson <nickm@torproject.org>
Fri, 21 Sep 2018 13:38:51 +0000 (09:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 21 Sep 2018 13:38:51 +0000 (09:38 -0400)
changes/ticket26747 [new file with mode: 0644]

diff --git a/changes/ticket26747 b/changes/ticket26747
new file mode 100644 (file)
index 0000000..3c2767f
--- /dev/null
@@ -0,0 +1,4 @@
+  o Code simplification and refactoring:
+    - Divide more large Tor source files -- especially ones that span
+      multiple areas of functionality -- into smaller parts, including
+      onion.c and main.c. Closes ticket 26747.