Minor changelog edits.

This commit is contained in:
Nick Mathewson 2020-03-10 10:23:54 -04:00
parent ce33e5d2b0
commit f9d306513f

View File

@ -18,10 +18,10 @@ Changes in version 0.4.3.3-alpha - 2020-03-??
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.
- 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,
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
@ -37,8 +37,8 @@ Changes in version 0.4.3.3-alpha - 2020-03-??
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.
- Document the __OwningControllerProcess torrc option and specify
its polling interval. Resolves issue 32971.
Changes in version 0.4.3.2-alpha - 2020-02-10