diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-23 11:18:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-23 11:19:19 -0400 |
commit | 11114c7e83161beb8adb47556ff437261498d618 (patch) | |
tree | 48dad39cb340023828fa979a821123cd1a5c5b16 /changes | |
parent | fae525478370bb4834ac28fe06464a285b3d4a30 (diff) | |
parent | 79d3f401a5c87a61ca153af207039158db5f7874 (diff) | |
download | tor-11114c7e83161beb8adb47556ff437261498d618.tar.gz tor-11114c7e83161beb8adb47556ff437261498d618.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25560 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug25560 b/changes/bug25560 new file mode 100644 index 0000000000..5947fa03a3 --- /dev/null +++ b/changes/bug25560 @@ -0,0 +1,5 @@ + o Minor bugfixes (testing, rust): + - Some of our Rust crates were not having their tests run with `make + test-rust` due to a static string in the `src/test/test_rust.sh` script + specifying which crates to test. Rust crates are not automatically + detected and tested. Fixes bug 25560; bugfix on 0.3.3.3-alpha. |