]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix all warnings from lintchanges
authorNick Mathewson <nickm@torproject.org>
Fri, 3 Feb 2017 14:34:10 +0000 (09:34 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 3 Feb 2017 14:34:10 +0000 (09:34 -0500)
changes/21359
changes/bug21150
changes/bug21290
changes/bug21294
changes/change_separate_exit_and_relay.txt
changes/ciphers.inc
changes/feature21269

index cc9b377d5213223baa648463c79530f9d578fdb3..24113a03e6a2926b6805c8752bc745fa0ada1fb4 100644 (file)
@@ -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
index 6a8b4f93b00897e76cc7f3fa2b1fec30bdded923..a5235d509fc7e45b8b93e4e2460a2da320d4c51c 100644 (file)
@@ -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.
index 2a8e845d5ddae8901e34d37dcd71a0bf0f9112c2..6c899b809481370de858b9e8bcacd5b093bdc3b9 100644 (file)
@@ -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.
index 96da1c1438eec77fa29e6049798cb933c60eb3cb..32351d329c871a048effba36bcbd174cd3db20f3 100644 (file)
@@ -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.
index 28db1d20fe0a8cdca4a0480f4cf8fd9dbbb57eae..de7defcb413a0baa9adc0fc66e7eb47b8170682a 100644 (file)
@@ -1,2 +1,3 @@
-- Minor features:\r
-    - Allow separation of exit and relay traffic to different source IP addresses (Ticket #17975). Written by Michael Sonntag.\r
+  o Minor features (relay):\r
+    - Allow separation of exit and relay traffic to different source IP\r
+      addresses. Closes ticket 17975. Written by Michael Sonntag.\r
index 71208b196d2c0754e7891c0d77146280c3094e12..a8b5fd655f92003e339a1ff1ee1b95351f2426be 100644 (file)
@@ -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.
 
 
index 56d5dcc4defaeb5def8e3d3988d389d382a69010..4ddbd128af38a327e3871c50560a9dd3f1d4dfda 100644 (file)
@@ -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.