From: Nick Mathewson Date: Wed, 28 Jun 2017 18:27:52 +0000 (-0400) Subject: Changes file for bug22752 diagnostics X-Git-Tag: tor-0.3.1.4-alpha~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ac8f0bde92ef60d8863bbbcae42a6dc7c726b01;p=thirdparty%2Ftor.git Changes file for bug22752 diagnostics --- 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.