diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-23 10:44:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-23 10:44:22 -0400 |
commit | 81724d5a001575e3f25da665b8bdedf287ace765 (patch) | |
tree | c70cf7ca8c748d4e6cab9107cfed468b6599089a | |
parent | 53fc782e49a4548d100770f9a023e9b5cf46f87c (diff) | |
download | tor-81724d5a001575e3f25da665b8bdedf287ace765.tar.gz tor-81724d5a001575e3f25da665b8bdedf287ace765.zip |
some changelog work
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,5 +1,19 @@ Changes in version 0.2.7.3-rc - 2015-09-2? - XXXX write a blurb + + Tor 0.2.7.3-rc is the first release candidate in the 0.2.7 series. It + contains numerous usability fixes for Ed25519 keys, safeguards against + several misconfiguration problems, and numerous bugfixes and small + features. + + This is the most tested release of Tor to date. The unit tests cover + 39.40% of the code, and the integration tests (accessible with "make + test-full", requiring stem and chutney) raise the coverage to XXX. + + If this is your first time upgrading a relay to Tor 0.2.7, your Tor + relay will, by default, generate a new Ed25519 identity key. If you + would prefer to keep your Ed25519 identity key offline or encrypted + for improved security, you can do so by following the instructions at + XXX. o Major features (security, hidden services): - For an hidden service, it is now prohibited to use one single |