]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 4282
authorNick Mathewson <nickm@torproject.org>
Fri, 24 May 2013 17:39:21 +0000 (13:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 24 May 2013 17:39:21 +0000 (13:39 -0400)
changes/bug4282 [new file with mode: 0644]

diff --git a/changes/bug4282 b/changes/bug4282
new file mode 100644 (file)
index 0000000..4d4f489
--- /dev/null
@@ -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.