]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Missing changes file for 3f683aadcd03c311c1
authorNick Mathewson <nickm@torproject.org>
Fri, 15 Aug 2014 14:06:27 +0000 (10:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 15 Aug 2014 14:06:27 +0000 (10:06 -0400)
Looks like I forgot to commit this.

changes/bug12392 [new file with mode: 0644]

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