Reflow changelog.

This commit is contained in:
Nick Mathewson 2016-07-05 13:02:47 -04:00
parent d3c624bfd0
commit c174f060fa
1 changed files with 35 additions and 35 deletions

View File

@ -1,26 +1,16 @@
Changes in version 0.2.8.5-rc - 2016-07-0? Changes in version 0.2.8.5-rc - 2016-07-0?
Tor 0.2.8.5-rc is the second release candidate in the Tor 0.2.8 series. Tor 0.2.8.5-rc is the second release candidate in the Tor 0.2.8
If we find no new bugs or regressions here, the first stable 0.2.8 series. If we find no new bugs or regressions here, the first stable
release will be identical to it. It has a few small bugfixes against 0.2.8 release will be identical to it. It has a few small bugfixes
previous versions. against previous versions.
o Major bugfixes (heartbeat): o Major bugfixes (heartbeat):
- Fix regression that crashes Tor when disabling heartbeats. Fixes bug - Fix regression that crashes Tor when disabling heartbeats. Fixes
19454; bugfix on tor-0.2.8.1-alpha. Reported by "kubaku". bug 19454; bugfix on tor-0.2.8.1-alpha. Reported by "kubaku".
o Minor features (build): o Minor features (build):
- Tor now again builds with the recent OpenSSL 1.1 development branch - Tor now again builds with the recent OpenSSL 1.1 development
(tested against 1.1.0-pre6-dev). Closes ticket 19499. branch (tested against 1.1.0-pre6-dev). Closes ticket 19499.
o Fallback directory list:
- Add a comment to the generated list that explains how to comment-out
unsuitable fallbacks in a way that's compatible with the stem fallback
parser.
- Update fallback whitelist and blacklist based on relay operator
emails. Blacklist unsuitable fallbacks. Resolves ticket 19071.
Patch by teor.
- Update hard-coded fallback list to remove unsuitable fallbacks.
Resolves ticket 19071. Patch by teor.
o Minor bugfixes (build): o Minor bugfixes (build):
- When building manual pages, set the timezone to "UTC", so that the - When building manual pages, set the timezone to "UTC", so that the
@ -33,31 +23,41 @@ Changes in version 0.2.8.5-rc - 2016-07-0?
0.2.8.3-alpha. Patch by teor. 0.2.8.3-alpha. Patch by teor.
o Minor bugfixes (logging): o Minor bugfixes (logging):
- Reduce excessive logging when directories can't be found. - Reduce excessive logging when directories can't be found. Fixes
Fixes bug 18849; bugfix on 0.2.8.3-alpha and 0.2.8.1-alpha. bug 18849; bugfix on 0.2.8.3-alpha and 0.2.8.1-alpha. Patch
Patch by teor. by teor.
- When a fallback changes its fingerprint from the hard-coded - When a fallback changes its fingerprint from the hard-coded
fingerprint, log a less severe, more explanatory log message. fingerprint, log a less severe, more explanatory log message.
Fixes bug 18812; bugfix on 0.2.8.1-alpha. Patch by teor. Fixes bug 18812; bugfix on 0.2.8.1-alpha. Patch by teor.
o Minor bugfixes (sandboxing): o Minor bugfixes (sandboxing):
- When sandboxing is enabled, we could not write any stats to - When sandboxing is enabled, we could not write any stats to disk.
disk. check_or_create_data_subdir("stats"), which prepares the check_or_create_data_subdir("stats"), which prepares the private
private stats directory, calls check_private_dir(), which also stats directory, calls check_private_dir(), which also opens and
opens and not just stats() the directory. Therefore, we need to not just stats() the directory. Therefore, we need to also allow
also allow open() for the stats dir in our sandboxing setup. open() for the stats dir in our sandboxing setup. Fixes bug 19556;
Fixes bug 19556; bugfix on 0.2.5.1-alpha. bugfix on 0.2.5.1-alpha.
- Our sandboxing code would not allow us to write to stats/hidserv-stats, - Our sandboxing code would not allow us to write to stats/hidserv-
causing tor to abort while trying to write stats. This was previously stats, causing tor to abort while trying to write stats. This was
masked by bug 19556. Fixes bug 19557; bugfix on 0.2.6.1-alpha. previously masked by bug 19556. Fixes bug 19557; bugfix
on 0.2.6.1-alpha.
o Minor bugfixes (user interface): o Minor bugfixes (user interface):
- Remove a warning message "Service [scrubbed] not found after - Remove a warning message "Service [scrubbed] not found after
descriptor upload". This message appears when one uses HSPOST control descriptor upload". This message appears when one uses HSPOST
command to upload a service descriptor. Since there is only a descriptor control command to upload a service descriptor. Since there is
and no service, showing this message is pointless and confusing. only a descriptor and no service, showing this message is
Fixes bug 19464; bugfix on 0.2.7.2-alpha. pointless and confusing. Fixes bug 19464; bugfix on 0.2.7.2-alpha.
o Fallback directory list:
- Add a comment to the generated list that explains how to comment-
out unsuitable fallbacks in a way that's compatible with the stem
fallback parser.
- Update fallback whitelist and blacklist based on relay operator
emails. Blacklist unsuitable fallbacks. Resolves ticket 19071.
Patch by teor.
- Update hard-coded fallback list to remove unsuitable fallbacks.
Resolves ticket 19071. Patch by teor.
Changes in version 0.2.8.4-rc - 2016-06-15 Changes in version 0.2.8.4-rc - 2016-06-15