Commit 6b85ff95 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Tweak blurb, re-sort changelog

parent 859ae852
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -85,6 +85,14 @@ Changes in version 0.3.3.2-alpha - 2018-02-09
      hop's identity was set when the circuit failed. Fixes bug 24927;
      bugfix on 0.2.4.4-alpha.
  o Minor bugfixes (logging):
    - Don't treat inability to store a cached consensus object as a bug:
      it can happen normally when we are out of disk space. Fixes bug
      24859; bugfix on 0.3.1.1-alpha.
    - Fix a (mostly harmless) race condition when invoking
      LOG_PROTOCOL_WARN message from a subthread while the options are
      changing. Fixes bug 23954; bugfix on 0.1.1.9-alpha.
  o Minor bugfixes (onion services):
    - Remove a BUG() statement which can be triggered in normal
      circumstances where a client fetches a descriptor that has a lower
@@ -94,14 +102,6 @@ Changes in version 0.3.3.2-alpha - 2018-02-09
      rendezvous points if tor is a single onion service. Fixes bug
      25116; bugfix on 0.2.9.6-rc;
  o Minor bugfixes (logging):
    - Don't treat inability to store a cached consensus object as a bug:
      it can happen normally when we are out of disk space. Fixes bug
      24859; bugfix on 0.3.1.1-alpha.
    - Fix a (mostly harmless) race condition when invoking
      LOG_PROTOCOL_WARN message from a subthread while the options are
      changing. Fixes bug 23954; bugfix on 0.1.1.9-alpha.
  o Minor bugfixes (performance):
    - Avoid calling protocol_list_supports_protocol() from inside tight
      loops when running with cached routerinfo_t objects. Instead,