From: Nick Mathewson Date: Fri, 15 Aug 2014 14:06:27 +0000 (-0400) Subject: Missing changes file for 3f683aadcd03c311c1 X-Git-Tag: tor-0.2.6.1-alpha~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff4ba9f8a0efb49af5c804a71dfdd4f39ae85e40;p=thirdparty%2Ftor.git Missing changes file for 3f683aadcd03c311c1 Looks like I forgot to commit this. --- diff --git a/changes/bug12392 b/changes/bug12392 new file mode 100644 index 0000000000..f096aa8801 --- /dev/null +++ b/changes/bug12392 @@ -0,0 +1,4 @@ + o Minor bugfixes (testing, Windows): + - Avoid passing an extra backslash when creating a temporary + directory for running the unit tests on Windows. Fixes bug 12392; + bugfix on 0.2.2.25-alpha. Patch from Gisle Vanem.