Commit 2022d974 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Fold ticket40314 into ChangeLog.

parent fcd42982
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
Changes in version 0.4.6.1-alpha - 2021-03-??
Changes in version 0.4.6.1-alpha - 2021-03-18
  Tor 0.4.6.1-alpha is the first alpha release in the 0.4.6.x series. It
  improves client circuit performance, adds missing features, and
  improves some of our DoS handling and statistics reporting. It also
  includes numerous smaller bugfixes.
  Below are the changes since 0.4.5.7. (Note that this release DOES
  include the fixes for the security bugs already fixed in 0.4.5.7.)
  o Major features (control port, onion services):
    - Add controller support for creating version 3 onion services with
      client authorization. Previously, only v2 onion services could be
@@ -101,6 +104,11 @@ Changes in version 0.4.6.1-alpha - 2021-03-??
      versions of python. Closes ticket 40213. Patch from
      Samanta Navarro.
  o Minor features (vote document):
    - Add a "stats" line to directory authority votes, to report various
      statistics that authorities computed about the relays. This will
      help us diagnose the network better. Closes ticket 40314.
  o Minor bugfixes (build):
    - Mini-report in the configure script now shows whether or not lzma
      and zstd have been used, not just if enable flag passed in. Fixes

changes/ticket40314

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor feature (Vote document):
    - Add the "stats" line in a directory authority vote in order to report
      various statistics that the authority has computed for the relays. This
      will help us diagnose better the network. Close ticket 40314.