aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-29 10:43:50 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-29 10:43:50 -0400
commit2c718c1a12f06bdaa9c735a8d201c20b7ca4cfac (patch)
treee99fb90b8e8ab87d3d9ce819c473e4d5a4d1f4ad /changes
parentbb5968cae19d46eb4d45123146efacf0477a9d2c (diff)
parent0ac8f0bde92ef60d8863bbbcae42a6dc7c726b01 (diff)
downloadtor-2c718c1a12f06bdaa9c735a8d201c20b7ca4cfac.tar.gz
tor-2c718c1a12f06bdaa9c735a8d201c20b7ca4cfac.zip
Merge branch 'maint-0.3.1'
Diffstat (limited to 'changes')
-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.