]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 28562
authorNick Mathewson <nickm@torproject.org>
Mon, 17 Dec 2018 15:57:47 +0000 (10:57 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Dec 2018 15:57:47 +0000 (10:57 -0500)
changes/bug28562 [new file with mode: 0644]

diff --git a/changes/bug28562 b/changes/bug28562
new file mode 100644 (file)
index 0000000..e143621
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor bugfixes (testing):
+    - Use a separate DataDirectory for the test_rebind script.
+      Previously, this script would run using the default DataDirectory,
+      and sometimes fail. Fixes bug 28562; bugfix on 0.3.5.1-alpha.
+      Patch from Taylor R Campbell.