summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-31 14:01:23 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-31 14:01:23 -0400
commit2e166d86842ae463eccb9ddba4a3a411b59cb2a4 (patch)
tree3deb1ed004c4e2211750bc3f31c4305c80e6cdcb
parent75eaca4e810fcabffea3b23b2ab9460fac020aa5 (diff)
downloadtor-2e166d86842ae463eccb9ddba4a3a411b59cb2a4.tar.gz
tor-2e166d86842ae463eccb9ddba4a3a411b59cb2a4.zip
Fix warnings from lintchanges
-rw-r--r--changes/bug223492
-rw-r--r--changes/bug2263616
-rw-r--r--changes/bug2283010
-rw-r--r--changes/task-222074
4 files changed, 16 insertions, 16 deletions
diff --git a/changes/bug22349 b/changes/bug22349
index bb43404bfe..5b6ce740dd 100644
--- a/changes/bug22349
+++ b/changes/bug22349
@@ -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.
diff --git a/changes/bug22636 b/changes/bug22636
index 770cac72e9..2643a0bc37 100644
--- a/changes/bug22636
+++ b/changes/bug22636
@@ -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.
diff --git a/changes/bug22830 b/changes/bug22830
index 123b725aff..f7a364ce8f 100644
--- a/changes/bug22830
+++ b/changes/bug22830
@@ -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.
diff --git a/changes/task-22207 b/changes/task-22207
index 63544834bf..0ad46c9322 100644
--- a/changes/task-22207
+++ b/changes/task-22207
@@ -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.