[tor-commits] [tor/release-0.3.1] Fix warnings from lintchanges

nickm at torproject.org nickm at torproject.org
Mon Jul 31 18:01:26 UTC 2017


commit 2e166d86842ae463eccb9ddba4a3a411b59cb2a4
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Jul 31 14:01:23 2017 -0400

    Fix warnings from lintchanges
---
 changes/bug22349   |  2 +-
 changes/bug22636   | 16 ++++++++--------
 changes/bug22830   | 10 +++++-----
 changes/task-22207 |  4 ++--
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/changes/bug22349 b/changes/bug22349
index bb43404bf..5b6ce740d 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 770cac72e..2643a0bc3 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 123b725af..f7a364ce8 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 63544834b..0ad46c932 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.
 



More information about the tor-commits mailing list