aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-20 15:11:57 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-20 16:16:45 -0400
commit50fb8301c15eb291b23d9b82dba00d285cedbb37 (patch)
treedda4ba50ded020c58d336400ff21894d8add7ad3 /changes
parent057d838409be7d908ce14979a2b486601fad8c08 (diff)
downloadtor-50fb8301c15eb291b23d9b82dba00d285cedbb37.tar.gz
tor-50fb8301c15eb291b23d9b82dba00d285cedbb37.zip
Changes file for logging circularity fixes.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket264276
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket26427 b/changes/ticket26427
new file mode 100644
index 0000000000..ff33f7bd4c
--- /dev/null
+++ b/changes/ticket26427
@@ -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.