Explorar el Código

Changes file for 28562

Nick Mathewson hace 5 años
padre
commit
1a9a9fc0ff
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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.