commit 5a22b42c3a01ad8d99e977cfd9efa760438129e9 parent f8dac5c900856494867996f60da848b0111aad35 Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 17 Dec 2018 10:57:51 -0500 Merge branch 'maint-0.3.5' 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.