Nick Mathewson 6 лет назад
Родитель
Сommit
1a9a9fc0ff
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      changes/bug28562

+ 5 - 0
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.