Draft 0.3.4.8 blurb

This commit is contained in:
Nick Mathewson 2018-09-07 10:20:14 -04:00
parent 0b50ca565d
commit c73cf237f0
2 changed files with 15 additions and 7 deletions

View File

@ -1,7 +1,17 @@
Changes in version 0.3.4.8 - 2018-09-10
Tor 0.3.4.8 is the first stable release in its series.
Tor 0.3.4.8 is the first stable release in its series; it includes
several compilation and portability fixes.
BLURB BLURB
The Tor 0.3.4 series includes several improvements for running Tor in
low-power and embedded environments, which should help performance in
general. We've begun work on better modularity, and included preliminary
changes on the directory authority side to accommodate a new bandwidth
measurement system. We've also integrated more continuous-integration
systems into our development process, and made corresponding changes to
Tor's testing infrastructure.
Below are the changes since 0.3.4.7-rc. For a complete list of changes
since 0.3.3.6, see the ReleaseNotes file.
o Minor features (compatibility):
- Tell OpenSSL to maintain backward compatibility with previous

View File

@ -110,11 +110,6 @@ Changes in version 0.3.4.8 - 2018-09-10
to fail: previously, they were ignored. Fixes bug 26258; bugfix
on 0.3.3.4-alpha.
o Minor feature (directory authorities):
- Stop warning about incomplete bw lines before the first complete
bw line has been found, so that additional header lines can be
ignored. Fixes bug 25960; bugfix on 0.2.2.1-alpha
o Minor features (accounting):
- When Tor becomes dormant, it now uses a scheduled event to wake up
at the right time. Previously, we would use the per-second timer
@ -215,6 +210,9 @@ Changes in version 0.3.4.8 - 2018-09-10
net/listeners/extor respectively. Closes ticket 26647.
o Minor features (directory authorities):
- Stop warning about incomplete bw lines before the first complete
bw line has been found, so that additional header lines can be
ignored. Fixes bug 25960; bugfix on 0.2.2.1-alpha
- Authorities no longer vote to make the subprotocol version
"LinkAuth=1" a requirement: it is unsupportable with NSS, and
hasn't been needed since Tor 0.3.0.1-alpha. Closes ticket 27286.