Fold a few more entries into the 0.4.3.3-alpha changelog

This commit is contained in:
Nick Mathewson
2020-03-13 16:54:00 -04:00
parent 1b22b6e485
commit 51a2802a03
4 changed files with 15 additions and 11 deletions
+15
View File
@@ -17,6 +17,12 @@ Changes in version 0.4.3.3-alpha - 2020-03-??
value. This should make it easier to tell what's going wrong when
a configuration file doesn't parse. Closes ticket 33460.
o Minor bugfix (relay, configuration):
- Warn if the ContactInfo field is not set, and tell the relay
operator that not having a ContactInfo field set might cause their
relay to get rejected in the future. Fixes bug 33361; bugfix
on 0.1.1.10-alpha.
o Minor bugfixes (coding best practices checks):
- Allow the "practracker" script to read unicode files when using
Python 2. We made the script use unicode literals in 0.4.3.1-alpha,
@@ -41,6 +47,15 @@ Changes in version 0.4.3.3-alpha - 2020-03-??
- Document the __OwningControllerProcess torrc option and specify
its polling interval. Resolves issue 32971.
o Testing (Travis CI):
- Remove a redundant distcheck job. Closes ticket 33194.
- Sort the Travis jobs in order of speed: putting the slowest jobs
first takes full advantage of Travis job concurrency. Closes
ticket 33194.
- 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.
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
-4
View File
@@ -1,4 +0,0 @@
o Testing:
- Remove a redundant distcheck job. Closes ticket 33194.
- Sort the Travis jobs in order of speed. Putting the slowest jobs first
takes full advantage of Travis job concurrency. Closes ticket 33194.
-4
View File
@@ -1,4 +0,0 @@
o Testing:
- 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.
-3
View File
@@ -1,3 +0,0 @@
o Minor bugfix (relay, configuration):
- Now warn if the ContactInfo field is not set and mention that the relay
might get rejected if so. Fixes bug 33361; bugfix on 0.1.1.10-alpha.