summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2017-11-21 15:09:38 -0500
committerRoger Dingledine <arma@torproject.org>2017-11-21 15:09:38 -0500
commit8ecb170c17e827407dfe469bd6757ff35bea4af7 (patch)
treeac0c4770bd03c9d3add0fafc7c0f525ae89eaf8a
parent0fc65a33f7de1e13ecea8bb832568c3f9cf20f44 (diff)
downloadtor-8ecb170c17e827407dfe469bd6757ff35bea4af7.tar.gz
tor-8ecb170c17e827407dfe469bd6757ff35bea4af7.zip
minor fixes to upcoming changelog
-rw-r--r--ChangeLog15
1 files changed, 7 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f9e6918ac..14f9635db3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
Changes in version 0.3.2.5-alpha - 2017-11-22
- Tor 0.3.2.4-alpha is the fifth alpha release in the 0.3.2.x series. It
+ Tor 0.3.2.5-alpha is the fifth alpha release in the 0.3.2.x series. It
fixes several stability and reliability bugs, including a fix for
intermittent bootstrapping failures that some people have been seeing
since the 0.3.0.x series.
@@ -29,7 +29,7 @@ Changes in version 0.3.2.5-alpha - 2017-11-22
- Improve the message we log when re-enabling circuit build timeouts
after having received a consensus. Closes ticket 20963.
- o Minor bugfixes (bootstrapping):
+ o Major bugfixes (bootstrapping):
- Fetch descriptors aggressively whenever we lack enough to build
circuits, regardless of how many descriptors we are missing.
Previously, we would delay launching the fetch when we had fewer
@@ -74,7 +74,7 @@ Changes in version 0.3.2.5-alpha - 2017-11-22
o Minor bugfixes (logging):
- Only log once if we notice that KIST support is gone. Fixes bug
- 24158; bugfix on 0.3.2
+ 24158; bugfix on 0.3.2.1-alpha.
- Suppress a log notice when relay descriptors arrive. We already
have a bootstrap progress for this so no need to log notice
everytime tor receives relay descriptors. Microdescriptors behave
@@ -92,11 +92,10 @@ Changes in version 0.3.2.5-alpha - 2017-11-22
waiting for the rendezvous circuit to complete. Keep the intro
circuit around longer instead of timing out and reopening new ones
constantly. Fixes bug 23681; bugfix on 0.2.4.8-alpha.
- - Fix the consensus parameter "hsdir-interval" to "hsdir_interval"
- so it matches the dir-spec.txt. Fixes bug 24262; bugfix
- on 0.3.1.1-alpha.
+ - Rename the consensus parameter "hsdir-interval" to "hsdir_interval"
+ so it matches dir-spec.txt. Fixes bug 24262; bugfix on 0.3.1.1-alpha.
- Silence a warning about failed v3 onion descriptor uploads that
- can happen naturally under certain edge-cases. Fixes part of bug
+ can happen naturally under certain edge cases. Fixes part of bug
23662; bugfix on 0.3.2.1-alpha.
o Minor bugfixes (tests):
@@ -105,7 +104,7 @@ Changes in version 0.3.2.5-alpha - 2017-11-22
- Fix a bug in our fuzzing mock replacement for crypto_pk_checksig(),
to correctly handle cases where a caller gives it an RSA key of
under 160 bits. (This is not actually a bug in Tor itself, but
- wrather in our fuzzing code.) Fixes bug 24247; bugfix on
+ rather in our fuzzing code.) Fixes bug 24247; bugfix on
0.3.0.3-alpha. Found by OSS-Fuzz as issue 4177.
o Documentation: