Changes file for 28562

This commit is contained in:
Nick Mathewson 2018-12-17 10:57:47 -05:00
parent ed71e1e89c
commit 1a9a9fc0ff

5
changes/bug28562 Normal file
View File

@ -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.