summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-03 09:34:10 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-03 09:34:10 -0500
commitc103ce995b31ef094d884e5921d79c664e2bcdb5 (patch)
treed529f0105223ce4b7773b62f3017037bd63d7678
parent0f79fb51e5653cbc82a0066423c833cafb656542 (diff)
downloadtor-c103ce995b31ef094d884e5921d79c664e2bcdb5.tar.gz
tor-c103ce995b31ef094d884e5921d79c664e2bcdb5.zip
Fix all warnings from lintchanges
-rw-r--r--changes/213593
-rw-r--r--changes/bug211504
-rw-r--r--changes/bug212902
-rw-r--r--changes/bug212944
-rw-r--r--changes/change_separate_exit_and_relay.txt5
-rw-r--r--changes/ciphers.inc2
-rw-r--r--changes/feature212694
7 files changed, 12 insertions, 12 deletions
diff --git a/changes/21359 b/changes/21359
index cc9b377d52..24113a03e6 100644
--- a/changes/21359
+++ b/changes/21359
@@ -1,5 +1,4 @@
-
- o Minor features (portability, compilationc)
+ o Minor features (portability, compilation):
- Support building with recent LibreSSL code that uses opaque
structures. Closes ticket 21359.
- Autoconf now check to determine if OpenSSL
diff --git a/changes/bug21150 b/changes/bug21150
index 6a8b4f93b0..a5235d509f 100644
--- a/changes/bug21150
+++ b/changes/bug21150
@@ -1,5 +1,5 @@
- o Minor bugfixes (config, hidden service):
+ o Minor bugfixes (config, hidden service):
- Stop modifying the value of our torrc option HiddenServiceStatistics
just because we're not a bridge or relay. Use an internal value for what
tor should use and keep the torrc option intact. Fixes bug 21150; bugfix
- on tor-0.2.6.2-alpha.
+ on 0.2.6.2-alpha.
diff --git a/changes/bug21290 b/changes/bug21290
index 2a8e845d5d..6c899b8094 100644
--- a/changes/bug21290
+++ b/changes/bug21290
@@ -4,4 +4,4 @@
the expensive hardening which is making the tor daemon abort when the
issue is detected. Thus, it makes tor more at risk of remote crashes but
safer against RCE or heartbleed bug category. Fixes bug 21290; bugfix on
- tor-0.2.5.4-alpha.
+ 0.2.5.4-alpha.
diff --git a/changes/bug21294 b/changes/bug21294
index 96da1c1438..32351d329c 100644
--- a/changes/bug21294
+++ b/changes/bug21294
@@ -1,6 +1,6 @@
- o Minor bugfix (logging);
+ o Minor bugfix (logging):
- Don't recommend to use Tor2web in non anonymous mode. In that mode, we
disable client functionalities and recommending Tor2web as a solution is
a bad idea because in that case client loses all anonymity. Tor2web
should really only be used in very specific cases and with users
- *knowing* what they do. Fixes #21294; bugfix on tor-0.2.9.3-alpha.
+ *knowing* what they do. Fixes bug 21294; bugfix on 0.2.9.3-alpha.
diff --git a/changes/change_separate_exit_and_relay.txt b/changes/change_separate_exit_and_relay.txt
index 28db1d20fe..de7defcb41 100644
--- a/changes/change_separate_exit_and_relay.txt
+++ b/changes/change_separate_exit_and_relay.txt
@@ -1,2 +1,3 @@
-- Minor features:
- - Allow separation of exit and relay traffic to different source IP addresses (Ticket #17975). Written by Michael Sonntag.
+ o Minor features (relay):
+ - Allow separation of exit and relay traffic to different source IP
+ addresses. Closes ticket 17975. Written by Michael Sonntag.
diff --git a/changes/ciphers.inc b/changes/ciphers.inc
index 71208b196d..a8b5fd655f 100644
--- a/changes/ciphers.inc
+++ b/changes/ciphers.inc
@@ -1,5 +1,5 @@
o Minor features (ciphersuite selection):
- Clients now advertise a list of ciphersuites closer to the ones
- preferred by Firefox. Closes ticket #15426.
+ preferred by Firefox. Closes ticket 15426.
diff --git a/changes/feature21269 b/changes/feature21269
index 56d5dcc4de..4ddbd128af 100644
--- a/changes/feature21269
+++ b/changes/feature21269
@@ -1,3 +1,3 @@
- o Minor Feature (client):
+ o Minor feature (client):
- Enable IPv6 traffic by default on the SocksPort. To disable this, a user
- will have to specify "NoIPv6Traffic". Closes #21269.
+ will have to specify "NoIPv6Traffic". Closes ticket 21269.