Parcourir la source

Merge branch 'maint-0.3.5'

Nick Mathewson il y a 5 ans
Parent
commit
5a22b42c3a
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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.