Browse Source

Add a changes file for ticket 31637.

Nick Mathewson 6 years ago
parent
commit
98ab3817a8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      changes/ticket31637

+ 6 - 0
changes/ticket31637

@@ -0,0 +1,6 @@
+  o Minor features (testing):
+    - Add a script to invoke "tor --dump-config" and "tor --verify-config"
+      with various configuration options, and see whether tor's resulting
+      configuration or error messages are what we expect. Use it for
+      integration testing of our +Option and /Option flags.
+      Closes ticket 31637.