aboutsummaryrefslogtreecommitdiff
path: root/changes/bug4282
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-05-24 13:39:21 -0400
committerNick Mathewson <nickm@torproject.org>2013-05-24 13:39:21 -0400
commitc482c7122b3be1407edc8dd2e85dc4e9390002a9 (patch)
treea2ae15a8452737a02236b097ac3fd7db26b17ade /changes/bug4282
parenteef42d3863f8dd5003c011833d8327d17623c675 (diff)
downloadtor-c482c7122b3be1407edc8dd2e85dc4e9390002a9.tar
tor-c482c7122b3be1407edc8dd2e85dc4e9390002a9.tar.gz
changes file for 4282
Diffstat (limited to 'changes/bug4282')
-rw-r--r--changes/bug42824
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug4282 b/changes/bug4282
new file mode 100644
index 000000000..4d4f4896f
--- /dev/null
+++ b/changes/bug4282
@@ -0,0 +1,4 @@
+ o Code simplifications and refactoring:
+ - Extract the common duplicated code for creating a subdirectory
+ of the data directory and writing to a file in it. Fixes ticket
+ 4282; patch from Peter Retzlaff.