From: Nick Mathewson Date: Mon, 17 Dec 2018 15:57:47 +0000 (-0500) Subject: Changes file for 28562 X-Git-Tag: tor-0.3.5.6-rc~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a9a9fc0ffc536d177c8b1798f19f5a30603af2a;p=thirdparty%2Ftor.git Changes file for 28562 --- diff --git a/changes/bug28562 b/changes/bug28562 new file mode 100644 index 0000000000..e14362164d --- /dev/null +++ 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.