diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-26 13:45:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-26 13:45:48 -0400 |
commit | d7c55e67009fd4a0140aabaff55d9940f3c3eda4 (patch) | |
tree | b0a6d166d0fb05e99c9b6d48fb5df4aeb76d6809 | |
parent | a172303484aa23d420bdc1055c00c09830dce863 (diff) | |
download | tor-d7c55e67009fd4a0140aabaff55d9940f3c3eda4.tar.gz tor-d7c55e67009fd4a0140aabaff55d9940f3c3eda4.zip |
Pick a date, write a blurb
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | ReleaseNotes | 19 |
2 files changed, 34 insertions, 4 deletions
@@ -1,7 +1,22 @@ -Changes in version 0.3.0.6 - 2017-04-2? +Changes in version 0.3.0.6 - 2017-04-26 Tor 0.3.0.6 is the first stable release of the Tor 0.3.0 series. - XXXXX BLURB HERE. + With the 0.3.0 series, clients and relays now use Ed25519 keys to + authenticate their link connections to relays, rather than the old + RSA1024 keys that they used before. (Circuit crypto has been + Curve25519- authenticated since 0.2.4.8-alpha.) We have also replaced + the guard selection and replacement algorithm to behave more robustly + in the presence of unreliable networks, and to resist guard-capture + attacks. + + This series also includes numerous other small features and bugfixes, + along with more groundwork for the upcoming hidden-services revamp. + + Per our stable release policy, we plan to support the Tor 0.3.0 + release series will be supported for at least the next nine months, or + for three months after the release the first stable 0.3.1 series: + whichever is longer. If you need release with long-term support, + we recommend that you stay with the 0.2.9 series. Below are the changes since 0.3.0.5-rc. For a list of all changes since 0.2.9, see the ReleaseNotes file. diff --git a/ReleaseNotes b/ReleaseNotes index 3d8b9f82b0..7ac3761223 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -3,10 +3,25 @@ of Tor. If you want to see more detailed descriptions of the changes in each development snapshot, see the ChangeLog file. -Changes in version 0.3.0.6 - 2017-04-2? +Changes in version 0.3.0.6 - 2017-04-26 Tor 0.3.0.6 is the first stable release of the Tor 0.3.0 series. - XXXXX BLURB HERE. + With the 0.3.0 series, clients and relays now use Ed25519 keys to + authenticate their link connections to relays, rather than the old + RSA1024 keys that they used before. (Circuit crypto has been + Curve25519- authenticated since 0.2.4.8-alpha.) We have also replaced + the guard selection and replacement algorithm to behave more robustly + in the presence of unreliable networks, and to resist guard-capture + attacks. + + This series also includes numerous other small features and bugfixes, + along with more groundwork for the upcoming hidden-services revamp. + + Per our stable release policy, we plan to support the Tor 0.3.0 + release series will be supported for at least the next nine months, or + for three months after the release the first stable 0.3.1 series: + whichever is longer. If you need release with long-term support, + we recommend that you stay with the 0.2.9 series. Below are the changes since 0.2.9.10. For a list of only the changes since 0.3.0.5-rc, see the ChangeLog file. |