Commit 4d1d8bde authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Fold new items into 0.4.3.3-alpha changelog.

parent 7e010cac
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
Changes in version 0.4.3.3-alpha - 2020-03-??
  blurb here.
  o Major bugfixes (circuit padding, memory leak):
    - Avoid a remotely triggered memory leak in the case that a circuit
      padding machine is somehow negotiated twice on the same circuit.
      Fixes bug 33619; bugfix on 0.4.0.1-alpha. Found by Tobias Pulls.
      This is also tracked as TROVE-2020-004.
  o Major bugfixes (directory authority):
    - Directory authorities will now send a 503 (not enough bandwidth)
      code to clients when under bandwidth pressure. Known relays and
@@ -12,6 +18,11 @@ Changes in version 0.4.3.3-alpha - 2020-03-??
      track down possible causes of a rare crash (32564) in the EWMA
      code. Closes ticket 33290.
  o Minor features (directory authorities):
    - Directory authorities now reject descriptors from relays running
      Tor versions from the 0.2.9 and 0.4.0 series. The 0.3.5 series is
      still allowed. Resolves ticket 32672. Patch by Neel Chauhan.
  o Minor features (usability):
    - Include more information when failing to parse a configuration
      value. This should make it easier to tell what's going wrong when
@@ -33,6 +44,12 @@ Changes in version 0.4.3.3-alpha - 2020-03-??
    - Remove the buggy and unused mirroring job. Fixes bug 33213; bugfix
      on 0.3.2.2-alpha.
  o Minor bugfixes (hidden services v3):
    - Fix an assertion failure that could result from a corrupted
      ADD_ONION control port command. Found by Saibato. Fixes bug 33137;
      bugfix on 0.3.3.1-alpha. This issue is also tracked
      as TROVE-2020-003.
  o Minor bugfixes (onion service v3, client):
    - Remove a BUG() warning that would cause a stack trace if an onion
      service descriptor was freed while we were waiting for a
@@ -55,6 +72,8 @@ Changes in version 0.4.3.3-alpha - 2020-03-??
    - Stop allowing the Chutney IPv6 Travis job to fail. This job was
      previously configured to fast_finish (which requires
      allow_failure), to speed up the build. Closes ticket 33195.
    - When a Travis chutney job fails, use chutney's new "diagnostics.sh"
      tool to produce detailed diagnostic output. Closes ticket 32792.
Changes in version 0.4.3.2-alpha - 2020-02-10

changes/ticket32672

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor features (directory authorities):
    - Directory authorities now reject descriptors from relays running Tor
      versions from the 0.2.9 and 0.4.0 series, but still allow the 0.3.5
      series. Resolves ticket 32672. Patch by Neel Chauhan.

changes/ticket32792

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Testing:
    - When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool
      to produce detailed diagnostic output. Closes ticket 32792.

changes/ticket33619

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Major bugfixes (circuit padding, memory leaks):
    - Avoid a remotely triggered memory leak in the case that a circuit
      padding machine is somehow negotiated twice on the same circuit. Fixes
      bug 33619; bugfix on 0.4.0.1-alpha.  Found by Tobias Pulls.  This is
      also tracked as TROVE-2020-004.

changes/trove_2020_003

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (onion services v3):
  - Fix assertion failure that could result from a corrupted ADD_ONION control
    port command. Found by Saibato. Fixes bug 33137; bugfix on
    0.3.3.1-alpha. This issue is also being tracked as TROVE-2020-003.