]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 31625 (config flag refactor)
authorNick Mathewson <nickm@torproject.org>
Thu, 5 Sep 2019 15:48:54 +0000 (11:48 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 11 Sep 2019 13:42:19 +0000 (09:42 -0400)
changes/ticket31625 [new file with mode: 0644]

diff --git a/changes/ticket31625 b/changes/ticket31625
new file mode 100644 (file)
index 0000000..822a921
--- /dev/null
@@ -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.