commit 1a9a9fc0ffc536d177c8b1798f19f5a30603af2a parent ed71e1e89cef5aee719f8b240dcd5d1f1f240f06 Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 17 Dec 2018 10:57:47 -0500 Changes file for 28562 Diffstat:
| A | changes/bug28562 | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/bug28562 b/changes/bug28562 @@ -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.