aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-03 12:34:21 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-03 12:34:21 -0400
commitdb976cd9277199664f7b55e2f9b105f6e96174c6 (patch)
tree40f5ee27c185b8e93181d5578d83dec4572ca5a1 /ChangeLog
parent5ae1a574dc11035fcea915948943c9a0a2082eae (diff)
downloadtor-db976cd9277199664f7b55e2f9b105f6e96174c6.tar.gz
tor-db976cd9277199664f7b55e2f9b105f6e96174c6.zip
Light edits on 0.4.2.2-alpha changelog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 8 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f1e09dd2f..bddac38254 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
Changes in version 0.4.2.2-alpha - 2019-10-0?
- This release fixes several bugs from the previous alpha release.
+ This release fixes several bugs from the previous alpha release, and
+ from earlier versions. It also includes a change in authorities, so
+ that they begin to reject the currently unsupported release series.
o Major features (directory authorities):
- Directory authorities now reject relays running all currently
@@ -14,7 +16,7 @@ Changes in version 0.4.2.2-alpha - 2019-10-0?
o Major bugfixes (torrc parsing):
- Stop ignoring torrc options after an %include directive, when the
included directory ends with a file that does not contain any
- config options. (But does contain comments or whitespace.) Fixes
+ config options (but does contain comments or whitespace). Fixes
bug 31408; bugfix on 0.3.1.1-alpha.
o Minor features (auto-formatting scripts):
@@ -24,19 +26,16 @@ Changes in version 0.4.2.2-alpha - 2019-10-0?
Closes ticket 31779.
o Minor features (continuous integration):
- - When building on Appveyor, pass the "-k" flag to make, so that we
- are informed of all compilation failures, not just the first one
- or two. Closes part of ticket 31372.
- - When building on Travis, pass the "-k" flag to make, so that we
- are informed of all compilation failures, not just the first one
- or two. Closes part of ticket 31372.
+ - When building on Appveyor and Travis, pass the "-k" flag to make,
+ so that we are informed of all compilation failures, not just the
+ first one or two. Closes ticket 31372.
o Minor features (geoip):
- Update geoip and geoip6 to the October 1 2019 Maxmind GeoLite2
Country database. Closes ticket 31931.
o Minor features (maintenance scripts):
- - Add a coccinelle script to detect bugs caused by incrementing or
+ - Add a Coccinelle script to detect bugs caused by incrementing or
decrementing a variable inside a call to log_debug(). Since
log_debug() is a macro whose arguments are conditionally
evaluated, it is usually an error to do this. One such bug was