]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for ticket30935
authorNick Mathewson <nickm@torproject.org>
Mon, 26 Aug 2019 13:33:29 +0000 (09:33 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 26 Aug 2019 13:33:29 +0000 (09:33 -0400)
changes/ticket30935 [new file with mode: 0644]

diff --git a/changes/ticket30935 b/changes/ticket30935
new file mode 100644 (file)
index 0000000..5a7e918
--- /dev/null
@@ -0,0 +1,6 @@
+  o Code simplification and refactoring:
+    - Numerous simplifications in configuration-handling logic:
+      remove duplicated macro definitions, replace magical names
+      with flags, and refactor "TestingTorNetwork" to use the
+      same default-option logic as the rest of Tor.
+      Closes ticket 30935.