diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-19 19:35:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-19 19:35:46 -0400 |
commit | 6628c95e540b7f499195b2973acd1e089f14a62e (patch) | |
tree | 9b18b986e69cf9bb65b7ac2137aa879bda335900 /changes | |
parent | a8c54ce58141d4ffd377ed5d2629fa5e42561f69 (diff) | |
parent | 951b9f1fa52b8e671caf9d9d4f7f73fe47d3107b (diff) | |
download | tor-6628c95e540b7f499195b2973acd1e089f14a62e.tar.gz tor-6628c95e540b7f499195b2973acd1e089f14a62e.zip |
Merge remote-tracking branch 'pastly2/bug23566_032_01'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23566 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23566 b/changes/bug23566 new file mode 100644 index 0000000000..5cedcb72da --- /dev/null +++ b/changes/bug23566 @@ -0,0 +1,4 @@ + o Minor bugfixes (tests): + - The removal of some old scheduler options caused some tests to fail on + BSD systems. Assume current behavior is correct and make the tests pass + again. Fixes bug 23566; bugfix on 0.3.2.1-alpha. |