summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-19 14:18:07 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-19 14:18:07 -0400
commitde7e99f8bbc17bfaea260c6d8e2217678b5152af (patch)
tree38241a33967c61afba29835de4678ee06a6f7d37 /changes
parent4eaca17f2f755cb1aca9a20216002a4ad652d7ef (diff)
parent1eebb566911380c22768a8d25061a8f917688349 (diff)
downloadtor-de7e99f8bbc17bfaea260c6d8e2217678b5152af.tar.gz
tor-de7e99f8bbc17bfaea260c6d8e2217678b5152af.zip
Merge remote-tracking branch 'public/bug8031' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r--changes/bug80317
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug8031 b/changes/bug8031
new file mode 100644
index 0000000000..17329ec5b5
--- /dev/null
+++ b/changes/bug8031
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - Use direct writes rather than stdio when building microdescriptor
+ caches, in an attempt to mitigate bug 8031, or at least make it
+ less common.
+ - Warn more aggressively when flushing microdescriptors to a
+ microdescriptor cache fails, in an attempt to mitegate bug 8031,
+ or at least make it more diagnosable.