aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-03-17 14:22:36 -0400
committerNick Mathewson <nickm@torproject.org>2020-03-17 14:22:36 -0400
commit4d1d8bde955cc0c1c42dcb0073954893323735ce (patch)
treee4ab544fca329ab9f53cd2c09748278524cea4cf /ChangeLog
parent7e010cac39af14951a9f0aa17658eef49afd9db5 (diff)
downloadtor-4d1d8bde955cc0c1c42dcb0073954893323735ce.tar.gz
tor-4d1d8bde955cc0c1c42dcb0073954893323735ce.zip
Fold new items into 0.4.3.3-alpha changelog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4611263308..03778422f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
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