Commit 638e5f97 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Fix warnings from lintChanges

parent 98be93d6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line

  o Major features (relay, Ed25519):
    - Significant improvements to the usability of relay-side Ed25519
      key management. Log messages are better, and the code can
+3 −2
Original line number Diff line number Diff line
  o Major bugfix
  o Major features (security, hidden services):
    - For an hidden service, it is now prohibited to use one single
      EntryNodes to avoid a very easy guard discovery attack. For more
      details, see the ticket description here:
      https://trac.torproject.org/projects/tor/ticket/14917. Fixes #14917.
      https://trac.torproject.org/projects/tor/ticket/14917. Fixes ticket 14917.
+3 −3
Original line number Diff line number Diff line
  o Hidden service directory enhancement
    - Relays need to have the Fast flag to ge the HSDir flag. As this is
  o Minor features (Hidden service directory)
    - Relays need to have the Fast flag to get the HSDir flag. As this is
      being written, we'll go from 2745 HSDirs down to 2342, a ~14% drop.
      Fixes #15983.
      Fixes ticket 15963.
+1 −1
Original line number Diff line number Diff line
  o Minor bugfix (open file limit):
    - Fix set_max_file_descriptors() to set by default the max open file
      limit to the current limit in case setrlimit() fails so we at least
      have a usable value; Fixes #16274; bugfix on tor-0.2.0.10-alpha~71;
      have a usable value; Fixes bug 16274; bugfix on tor-0.2.0.10-alpha.
      Patch by dgoulet.
+2 −1
Original line number Diff line number Diff line
  o Hidden Service Enhancement
  o Minor features (hidden service)
    Client now uses an introduction point failure cache to know when to
    fetch or keep a descriptor in their cache.

@@ -10,3 +10,4 @@
    discard the descriptor and fetch a new one.

    See rendcache.c for a detailed explanation of the cache's behavior.
    Closes ticket 16389.
 No newline at end of file
Loading