]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for logging circularity fixes.
authorNick Mathewson <nickm@torproject.org>
Wed, 20 Jun 2018 19:11:57 +0000 (15:11 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Jun 2018 20:16:45 +0000 (16:16 -0400)
changes/ticket26427 [new file with mode: 0644]

diff --git a/changes/ticket26427 b/changes/ticket26427
new file mode 100644 (file)
index 0000000..ff33f7b
--- /dev/null
@@ -0,0 +1,6 @@
+  o Minor features (code layout):
+    - Make a new lowest-level error-handling API for use by code invoked
+      from within the logging module.  This interface it makes it so
+      the logging code is no longer at risk of calling into itself if
+      a failure occurs while trying to log something.
+      Closes ticket 26427.