diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 07:35:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 07:35:17 -0400 |
commit | 152e4a1e5036e9456f98f7c647a3dc72d24b0f5e (patch) | |
tree | 1775092939f5d8eecaa7927a9c369fe40ded624c /changes | |
parent | b63d6984a612aaeaa5f71e213b4f7a89644559b2 (diff) | |
parent | ac1747e47fc8a8486df3844045238f72bd4985fe (diff) | |
download | tor-152e4a1e5036e9456f98f7c647a3dc72d24b0f5e.tar.gz tor-152e4a1e5036e9456f98f7c647a3dc72d24b0f5e.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26415 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug26415 b/changes/bug26415 new file mode 100644 index 0000000000..497fbb7365 --- /dev/null +++ b/changes/bug26415 @@ -0,0 +1,3 @@ + o Minor bugfixes (testing): + - Fix compilation of the doctests in the Rust crypto crate. Fixes + bug 26415; bugfix on 0.3.4.1-alpha. |