aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-03-10 10:21:08 -0400
committerNick Mathewson <nickm@torproject.org>2020-03-10 10:21:08 -0400
commitce33e5d2b0ab1383c18bfb96450560b72f27e1d7 (patch)
tree1cf9987c1d3dc9429f42cdf553b24abc2b664b8b /ChangeLog
parent72550c18c82fe7bafaf01a539fc9ef0f0dbf5e75 (diff)
downloadtor-ce33e5d2b0ab1383c18bfb96450560b72f27e1d7.tar.gz
tor-ce33e5d2b0ab1383c18bfb96450560b72f27e1d7.zip
Start a changelog for 0.4.3.3-alpha
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5dc9f692a..dc1df791ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+Changes in version 0.4.3.3-alpha - 2020-03-??
+ blurb here.
+
+ 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
+ other authorities will always be answered regardless of the
+ bandwidth situation. Fixes bug 33029; bugfix on 0.1.2.5-alpha.
+
+ o Minor features (diagnostic):
+ - Improve assertions and add some memory-poisoning code to try to
+ track down possible causes of a rare crash (32564) in the EWMA
+ code. Closes ticket 33290.
+
+ 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
+ a configuration file doesn't parse. Closes ticket 33460.
+
+ o Minor bugfixes (coding best practices checks):
+ - Allow the "practracker" coding best practices checking script to
+ read unicode files, when using Python 2. We made the script use
+ unicode literals in 0.4.3.1-alpha, but didn't change the codec for
+ opening files. Fixes bug 33374; bugfix on 0.4.3.1-alpha.
+
+ o Minor bugfixes (continuous integration):
+ - Remove the buggy and unused mirroring job. Fixes bug 33213; bugfix
+ on 0.3.2.2-alpha.
+
+ o Minor bugfixes (onion service v3, client):
+ - Remove a BUG() that is causing a stacktrace for a situation that
+ very rarely happens but still can. Fixes bug 28992; bugfix
+ on 0.3.2.1-alpha.
+
+ o Documentation (manpage):
+ - Alphabetize the Server and Directory server sections of the tor
+ manpage. Also split Statistics options into their own section of
+ the manpage. Closes ticket 33188. Work by Swati Thacker as part of
+ Google Season of Docs.
+ - Document __OwningControllerProcess torrc option and specify
+ polling interval. Resolves issue 32971.
+
+
Changes in version 0.4.3.2-alpha - 2020-02-10
This is the second stable alpha release in the Tor 0.4.3.x series. It
fixes several bugs present in the previous alpha release. Anybody