Start a changelog for 0.4.3.3-alpha

This commit is contained in:
Nick Mathewson
2020-03-10 10:21:08 -04:00
parent 72550c18c8
commit ce33e5d2b0
9 changed files with 43 additions and 32 deletions
-5
View File
@@ -1,5 +0,0 @@
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.
-3
View File
@@ -1,3 +0,0 @@
o Documentation (manpage):
- Document __OwningControllerProcess torrc option and specify polling
interval. Resolves issue 32971.
-3
View File
@@ -1,3 +0,0 @@
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.
-5
View File
@@ -1,5 +0,0 @@
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.
-5
View File
@@ -1,5 +0,0 @@
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.
-3
View File
@@ -1,3 +0,0 @@
o Minor bugfixes (continuous integration):
- Remove the buggy and unused mirroring job. Fixes bug 33213;
bugfix on 0.3.2.2-alpha.
-4
View File
@@ -1,4 +0,0 @@
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.
-4
View File
@@ -1,4 +0,0 @@
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.