commit c73cf237f0057bc0973454d907222f1d9b930183 Author: Nick Mathewson nickm@torproject.org Date: Fri Sep 7 10:20:14 2018 -0400
Draft 0.3.4.8 blurb --- ChangeLog | 16 +++++++++++++--- ReleaseNotes | 8 +++----- 2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog index b4f5082a7..1e5e4cc52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. - - BLURB BLURB + Tor 0.3.4.8 is the first stable release in its series; it includes + several compilation and portability fixes. + + 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 diff --git a/ReleaseNotes b/ReleaseNotes index 86bca957e..fc1d7bafd 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -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.
tor-commits@lists.torproject.org