summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-07 16:36:06 -0500
committerNick Mathewson <nickm@torproject.org>2016-11-07 16:36:16 -0500
commit528d3e12ff853f69fe0e76156448519d4839a4b9 (patch)
treedf26ab4ea6460913b7eefbd7cb17a2fd095d55fa
parent0e383aff58c3385f2c9df34c294c3196d8da9f1f (diff)
downloadtor-528d3e12ff853f69fe0e76156448519d4839a4b9.tar.gz
tor-528d3e12ff853f69fe0e76156448519d4839a4b9.zip
Small changelog tweaks
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 83cc6ba541..d041841845 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
Changes in version 0.2.9.5-alpha - 2016-11-07
- Tor 0.2.9.5alpha fixes numerous bugs discovered in the previous alpha
+ Tor 0.2.9.5-alpha fixes numerous bugs discovered in the previous alpha
version. We believe one or two probably remain, and we encourage
everyone to test this release.
@@ -43,7 +43,7 @@ Changes in version 0.2.9.5-alpha - 2016-11-07
o Minor bugfixes (client directory scheduling):
- Treat "relay too busy to answer request" as a failed request and a
reason to back off on our retry frequency. This is safe now that
- exponential backups retry indefinitely, and avoids a bug where we
+ exponential backoffs retry indefinitely, and avoids a bug where we
would reset our download schedule erroneously. Fixes bug 20593;
bugfix on 0.2.9.1-alpha.
@@ -57,7 +57,7 @@ Changes in version 0.2.9.5-alpha - 2016-11-07
o Minor bugfixes (hidden services):
- When configuring hidden services, check every hidden service
directory's permissions. Previously, we only checked the last
- hidden service. Fixes bug 20529; bugfix on 13942 commit 85bfad1
+ hidden service. Fixes bug 20529; bugfix the work to fix 13942
in 0.2.6.2-alpha.
o Minor bugfixes (portability):