summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-12-02 09:42:43 -0500
committerRoger Dingledine <arma@torproject.org>2016-12-02 09:42:43 -0500
commit357d7f172a3b96334c92a2c585f7e60c6080371d (patch)
tree3d1f4229617bc6b9da52d3b4619feb74abc4f382
parent081fb705182ea326e93ab703b02881a13aff5172 (diff)
downloadtor-357d7f172a3b96334c92a2c585f7e60c6080371d.tar.gz
tor-357d7f172a3b96334c92a2c585f7e60c6080371d.zip
fix typo
also reorder a stanza to put the more exciting bug first
-rw-r--r--ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index c458fcc455..af706819e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,20 @@
Changes in version 0.2.8.10 - 2016-12-02
Tor 0.2.8.10 backports a fix for a bug that would sometimes make clients
- unusable after they left stanbdy mode. It also backports fixes for
+ unusable after they left standby mode. It also backports fixes for
a few portability issues and a small but problematic memory leak.
- o Major bugfixes (client performance, backport from 0.2.9.5-alpha):
- - Clients now respond to new application stream requests immediately
- when they arrive, rather than waiting up to one second before
- starting to handle them. Fixes part of bug 19969; bugfix
- on 0.2.8.1-alpha.
-
o Major bugfixes (client reliability, backport from 0.2.9.5-alpha):
- When Tor leaves standby because of a new application request, open
circuits as needed to serve that request. Previously, we would
potentially wait a very long time. Fixes part of bug 19969; bugfix
on 0.2.8.1-alpha.
+ o Major bugfixes (client performance, backport from 0.2.9.5-alpha):
+ - Clients now respond to new application stream requests immediately
+ when they arrive, rather than waiting up to one second before
+ starting to handle them. Fixes part of bug 19969; bugfix
+ on 0.2.8.1-alpha.
+
o Minor bugfixes (portability, backport from 0.2.9.6-rc):
- Work around a bug in the OSX 10.12 SDK that would prevent us from
successfully targeting earlier versions of OSX. Resolves