]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 31999
authorNick Mathewson <nickm@torproject.org>
Mon, 21 Oct 2019 16:07:44 +0000 (12:07 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 Oct 2019 11:50:13 +0000 (07:50 -0400)
changes/ticket31999 [new file with mode: 0644]

diff --git a/changes/ticket31999 b/changes/ticket31999
new file mode 100644 (file)
index 0000000..31f230e
--- /dev/null
@@ -0,0 +1,6 @@
+  o Code simplification and refactoring:
+    - Our default log (which ordinarily sends NOTICE-level message to
+      standard output) is now handled in a more logical manner. Previously,
+      we replaced the configured log options if they were empty.
+      Now, we interpret an empty set of log options as meaning "use the
+      default log". Closes ticket 31999.