]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add a changes file for 32003 (command-line option parsing).
authorNick Mathewson <nickm@torproject.org>
Tue, 8 Oct 2019 17:21:24 +0000 (13:21 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 Oct 2019 16:01:40 +0000 (12:01 -0400)
changes/ticket32003 [new file with mode: 0644]

diff --git a/changes/ticket32003 b/changes/ticket32003
new file mode 100644 (file)
index 0000000..b8809f2
--- /dev/null
@@ -0,0 +1,4 @@
+  o Code simplification and refactoring:
+    - When parsing the command line, handle options that determine our "quiet
+      level" and our mode of operation (e.g., --dump-config and so on)
+      all in one table. Closes ticket 32003.