Fix warnings from lintchanges

This commit is contained in:
Nick Mathewson 2017-07-31 14:01:23 -04:00
parent 75eaca4e81
commit 2e166d8684
4 changed files with 16 additions and 16 deletions

View File

@ -5,5 +5,5 @@
tried to avoid downloading such descriptors by other means, but
we didn't notice if we accidentally downloaded one anyway. This
behavior became problematic in 0.2.7.2-alpha, when authorities
began pinning Ed25519 keys. Fixes ticket
began pinning Ed25519 keys. Fixes bug
22349; bugfix on 0.2.1.19-alpha.

View File

@ -1,8 +1,8 @@
o Build features:
- Tor's repository now includes a Travis Continuous Integration (CI)
configuration file (.travis.yml). This is meant to help new developers and
contributors who fork Tor to a Github repository be better able to test
their changes, and understand what we expect to pass. To use this new build
feature, you must fork Tor to your Github account, then go into the
"Integrations" menu in the repository settings for your fork and enable
Travis, then push your changes.
o Major features (build system):
- Tor's repository now includes a Travis Continuous Integration (CI)
configuration file (.travis.yml). This is meant to help new developers and
contributors who fork Tor to a Github repository be better able to test
their changes, and understand what we expect to pass. To use this new build
feature, you must fork Tor to your Github account, then go into the
"Integrations" menu in the repository settings for your fork and enable
Travis, then push your changes. Closes ticket 22636.

View File

@ -1,5 +1,5 @@
o Minor bugfixes:
- Fix a problem with Rust toolchains not being found when building
without --enable-cargo-online-mode, due to setting the $HOME
environment variable instead of $CARGO_HOME. Fixes bug 22830;
fix by Chelsea Komlo. Bugfix on 0.3.1.1-alpha.
o Minor bugfixes (build system, rust):
- Fix a problem with Rust toolchains not being found when building
without --enable-cargo-online-mode, due to setting the $HOME
environment variable instead of $CARGO_HOME. Fixes bug 22830; bugfix on 0.3.1.1-alpha.
Fix by Chelsea Komlo.

View File

@ -1,4 +1,4 @@
o Minor features:
o Minor features (bridge authority):
- Add "fingerprint" line to networkstatus-bridges produced by
bridge authorities. Implements #22207.
bridge authorities. Closes ticket 22207.