From: Nick Mathewson Date: Thu, 5 Sep 2019 15:48:54 +0000 (-0400) Subject: Changes file for 31625 (config flag refactor) X-Git-Tag: tor-0.4.2.1-alpha~24^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d545fe1992432004689c66372f1a61e7c3fb7899;p=thirdparty%2Ftor.git Changes file for 31625 (config flag refactor) --- diff --git a/changes/ticket31625 b/changes/ticket31625 new file mode 100644 index 0000000000..822a921e4f --- /dev/null +++ b/changes/ticket31625 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Replace our ad-hoc set of flags for configuration variables and + configuration variable types with fine-grained orthogonal flags + corresponding to the actual behavior we want. Closes ticket 31625.