]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug22752 diagnostics
authorNick Mathewson <nickm@torproject.org>
Wed, 28 Jun 2017 18:27:52 +0000 (14:27 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 28 Jun 2017 18:27:52 +0000 (14:27 -0400)
changes/diagnose_22752 [new file with mode: 0644]

diff --git a/changes/diagnose_22752 b/changes/diagnose_22752
new file mode 100644 (file)
index 0000000..b5bda05
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor features (bug mitigation, diagnostics, logging):
+    - Avoid an assertion failure, and log a better error message,
+      when unable to remove a file from the consensus cache on
+      Windows. Attempts to mitigate and diagnose bug 22752.