From 357d7f172a3b96334c92a2c585f7e60c6080371d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 2 Dec 2016 09:42:43 -0500 Subject: [PATCH] fix typo also reorder a stanza to put the more exciting bug first --- ChangeLog | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index c458fcc45..af706819e 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