aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-08-26 09:33:29 -0400
committerNick Mathewson <nickm@torproject.org>2019-08-26 09:33:29 -0400
commit38c4e1426c2964f4c27d2486b81867bff6d55b8a (patch)
tree096d8c79020ca1d42d68ea39b012d1f3b4dfdcec
parentcde662e259005887b897b5108e8a4b63f99abb59 (diff)
downloadtor-38c4e1426c2964f4c27d2486b81867bff6d55b8a.tar.gz
tor-38c4e1426c2964f4c27d2486b81867bff6d55b8a.zip
changes file for ticket30935
-rw-r--r--changes/ticket309356
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket30935 b/changes/ticket30935
new file mode 100644
index 0000000000..5a7e918895
--- /dev/null
+++ b/changes/ticket30935
@@ -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.