Commit c103ce99 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Fix all warnings from lintchanges

parent 0f79fb51
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line

  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
+2 −2
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
    - 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.
+1 −1
Original line number Diff line number Diff line
@@ -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.
+2 −2
Original line number Diff line number Diff line
  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.
+3 −2
Original line number Diff line number Diff line
- 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.
Loading