From: Nick Mathewson Date: Mon, 26 Aug 2019 13:33:29 +0000 (-0400) Subject: changes file for ticket30935 X-Git-Tag: tor-0.4.2.1-alpha~68^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38c4e1426c2964f4c27d2486b81867bff6d55b8a;p=thirdparty%2Ftor.git changes file for ticket30935 --- 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.