Merge branch 'maint-0.3.3' into release-0.3.3

This commit is contained in:
Nick Mathewson
2018-04-05 08:21:43 -04:00
4 changed files with 18 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (documentation):
- Revert a misformatting issue in the ExitPolicy
documentation. Fixes bug 25582; bugfix on 0.3.3.1-alpha.
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (compilation, rust):
- Build correctly when the rust dependencies submodule is loaded,
but the TOR_RUST_DEPENDENCIES environment variable is not set.
Fixes bug 25679; bugfix on 0.3.3.1-alpha.