commit 528d3e12ff853f69fe0e76156448519d4839a4b9 Author: Nick Mathewson nickm@torproject.org Date: Mon Nov 7 16:36:06 2016 -0500
Small changelog tweaks --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 83cc6ba..d041841 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):
tor-commits@lists.torproject.org