summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-28 14:27:52 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-28 14:27:52 -0400
commit0ac8f0bde92ef60d8863bbbcae42a6dc7c726b01 (patch)
tree83c64b534ad9579dbc0d4ae6b13733d2994e6a44
parenta088a08eeb076a80dfe3392bf913a955ac1bd4e6 (diff)
downloadtor-0ac8f0bde92ef60d8863bbbcae42a6dc7c726b01.tar.gz
tor-0ac8f0bde92ef60d8863bbbcae42a6dc7c726b01.zip
Changes file for bug22752 diagnostics
-rw-r--r--changes/diagnose_227524
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/diagnose_22752 b/changes/diagnose_22752
new file mode 100644
index 0000000000..b5bda05ec0
--- /dev/null
+++ b/changes/diagnose_22752
@@ -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.