summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-03-13 16:54:00 -0400
committerNick Mathewson <nickm@torproject.org>2020-03-13 16:54:00 -0400
commit51a2802a03cc4c115aca23b86a04d1de812a9dd1 (patch)
treee83afd4ce22685d333f50119ecbdf5870cfa9fd6 /ChangeLog
parent1b22b6e485a27df7ecdcb77ff1d8c406e5f750b4 (diff)
downloadtor-51a2802a03cc4c115aca23b86a04d1de812a9dd1.tar.gz
tor-51a2802a03cc4c115aca23b86a04d1de812a9dd1.zip
Fold a few more entries into the 0.4.3.3-alpha changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7024b2b1e6..4611263308 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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