aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-08-15 10:06:27 -0400
committerNick Mathewson <nickm@torproject.org>2014-08-15 10:06:27 -0400
commitff4ba9f8a0efb49af5c804a71dfdd4f39ae85e40 (patch)
treeb31b21b57431da070134e42a62df351e345ec16b /changes
parent0fc2d0edce7275eb1ff5a5695e3ac26e79550de2 (diff)
downloadtor-ff4ba9f8a0efb49af5c804a71dfdd4f39ae85e40.tar.gz
tor-ff4ba9f8a0efb49af5c804a71dfdd4f39ae85e40.zip
Missing changes file for 3f683aadcd03c311c1
Looks like I forgot to commit this.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug123924
1 files changed, 4 insertions, 0 deletions
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.