Commit ca1e0888 authored by Tor CI Release's avatar Tor CI Release Committed by David Goulet
Browse files

release: ChangeLog and ReleaseNotes for 0.4.7.12

parent 90ec6a8d
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
Changes in version 0.4.7.12 - 2022-12-06
  This version contains a major change that is a new key for moria1. Also, new
  metrics are exported on the MetricsPort for the congestion control
  subsystem.
  o Directory authority changes (moria1):
    - Rotate the relay identity key and v3 identity key for moria1. They
      have been online for more than a decade and refreshing keys
      periodically is good practice. Advertise new ports too, to avoid
      confusion. Closes ticket 40722.
  o Minor feature (Congestion control metrics):
    - Add additional metricsport relay metrics for congestion control.
      Closes ticket 40724.
  o Minor features (fallbackdir):
    - Regenerate fallback directories generated on December 06, 2022.
  o Minor features (geoip data):
    - Update the geoip files to match the IPFire Location Database, as
      retrieved on 2022/12/06.
  o Minor bugfixes (cpuworker, relay):
    - Fix an off by one overload calculation on the number of CPUs being
      used by our thread pool. Fixes bug 40719; bugfix on 0.3.5.1-alpha.
Changes in version 0.4.7.11 - 2022-11-10
  This version contains several major fixes aimed at helping defend against
  network denial of service. It is also extending drastically the MetricsPort
+27 −0
Original line number Diff line number Diff line
@@ -2,6 +2,33 @@ This document summarizes new features and bugfixes in each stable
release of Tor. If you want to see more detailed descriptions of the
changes in each development snapshot, see the ChangeLog file.
Changes in version 0.4.7.12 - 2022-12-06
  This version contains a major change that is a new key for moria1. Also, new
  metrics are exported on the MetricsPort for the congestion control
  subsystem.
  o Directory authority changes (moria1):
    - Rotate the relay identity key and v3 identity key for moria1. They
      have been online for more than a decade and refreshing keys
      periodically is good practice. Advertise new ports too, to avoid
      confusion. Closes ticket 40722.
  o Minor feature (Congestion control metrics):
    - Add additional metricsport relay metrics for congestion control.
      Closes ticket 40724.
  o Minor features (fallbackdir):
    - Regenerate fallback directories generated on December 06, 2022.
  o Minor features (geoip data):
    - Update the geoip files to match the IPFire Location Database, as
      retrieved on 2022/12/06.
  o Minor bugfixes (cpuworker, relay):
    - Fix an off by one overload calculation on the number of CPUs being
      used by our thread pool. Fixes bug 40719; bugfix on 0.3.5.1-alpha.
Changes in version 0.4.7.11 - 2022-11-10
  This version contains several major fixes aimed at helping defend against
  network denial of service. It is also extending drastically the MetricsPort

changes/fallbackdirs-2022-12-06

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
  o Minor features (fallbackdir):
    - Regenerate fallback directories generated on December 06, 2022.

changes/geoip-2022-12-06

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Minor features (geoip data):
    - Update the geoip files to match the IPFire Location Database,
      as retrieved on 2022/12/06.

changes/ticket40719

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Minor bugfixes (cpuworker, relay):
    - Fix an off by one overload calculation on the number of CPUs being used by
      our thread pool. Fixes bug 40719; bugfix on 0.3.5.1-alpha.
Loading