commit 38c4e1426c2964f4c27d2486b81867bff6d55b8a Author: Nick Mathewson nickm@torproject.org Date: Mon Aug 26 09:33:29 2019 -0400
changes file for ticket30935 --- changes/ticket30935 | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/changes/ticket30935 b/changes/ticket30935 new file mode 100644 index 000000000..5a7e91889 --- /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.