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

Resolve lintChanges warnings.

parent 6cc3397e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
  o Minor features (build):
    - Tor now again builds with the recent OpenSSL 1.1 development branch
      (tested against 1.1.0-pre4 and 1.1.0-pre5-dev).
    - Tor now builds again with the recent OpenSSL 1.1 development branch
      (tested against 1.1.0-pre4 and 1.1.0-pre5-dev). Closes ticket 18286.

+2 −2
Original line number Diff line number Diff line
  o Minor bugfixes (statistics):
    - Include consensus downloads via IPv6 in directory-request statistics.
      Fixes bug 18480; bugfix on 4741aa4 in 0.2.3.14-alpha.
    - We now include consensus downloads via IPv6 in our directory-request statistics.
      Fixes 18460; bugfix on 0.2.3.14-alpha.
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
    - Turn all TestingClientBootstrap* into non-testing torrc options. This
      changes simply renames them by removing "Testing" in front of them and
      they do not require TestingTorNetwork to be enabled anymore. Fixes
      #18481; bugfix on tor-0.2.8.1-alpha.
      bug 18481; bugfix on 0.2.8.1-alpha.
+1 −1
Original line number Diff line number Diff line
  o Minor logging changes:
  o Minor features (logging):
    - Stop blasting twelve lines per second from periodic_event_dispatch()
      at loglevel debug. Resolves ticket 18729; fix on 0.2.8.1-alpha.
+1 −1
Original line number Diff line number Diff line
  o Minor bugfix (bootstrap):
    - Consistently use the consensus download schedule for
      authority certificates.
      Resolves ticket 18816; fix on fddb814fe in 0.2.4.13-alpha.
      Fixes bug 18816; bugfix on 0.2.4.13-alpha.
Loading