aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-10-11 12:51:15 -0400
committerNick Mathewson <nickm@torproject.org>2013-10-11 12:51:15 -0400
commit0546edde66b3ca3dfbbd51f95b906d9e8f4f1459 (patch)
tree87e24c4d904e173094d49e84242dfdaf0960ed11 /changes
parent6f9584b3fd5346bfc7ee58dedee2f1c292bf0354 (diff)
parent7ef9ecf6b38041e38dd079c2d18b5c8813d1959a (diff)
downloadtor-0546edde66b3ca3dfbbd51f95b906d9e8f4f1459.tar.gz
tor-0546edde66b3ca3dfbbd51f95b906d9e8f4f1459.zip
Merge branch 'bug1376'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug13764
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug1376 b/changes/bug1376
new file mode 100644
index 0000000000..bee42a39a4
--- /dev/null
+++ b/changes/bug1376
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+
+ - Added additional argument to write_chunks_to_file to optionally skip
+ using a temp file to do non-atomic writes. Implements ticket #1376.