From: Nick Mathewson Date: Fri, 24 May 2013 17:39:21 +0000 (-0400) Subject: changes file for 4282 X-Git-Tag: tor-0.2.5.1-alpha~177^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c482c7122b3be1407edc8dd2e85dc4e9390002a9;p=thirdparty%2Ftor.git changes file for 4282 --- diff --git a/changes/bug4282 b/changes/bug4282 new file mode 100644 index 0000000000..4d4f4896fe --- /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.