Fix a couple typos in the ChangeLog entries for 0.3.2.2-alpha.

This commit is contained in:
Isis Lovecruft 2017-10-02 19:38:49 +00:00
parent c61508f9aa
commit e2a2704f17
No known key found for this signature in database
GPG Key ID: B8938BC5E86C046F
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Changes in version 0.3.2.2-alpha - 2017-09-29 Changes in version 0.3.2.2-alpha - 2017-09-29
Tor-0.3.2.2-alpha is the second release in the 0.3.2 series. This Tor 0.3.2.2-alpha is the second release in the 0.3.2 series. This
release fixes several minor bugs in the new scheduler and next- release fixes several minor bugs in the new scheduler and next-
generation onion services; both features were newly added in the 0.3.2 generation onion services; both features were newly added in the 0.3.2
series. Other fixes in this alpha include several fixes for non-fatal series. Other fixes in this alpha include several fixes for non-fatal
@ -22,8 +22,8 @@ Changes in version 0.3.2.2-alpha - 2017-09-29
starts closing, and then if the scheduler runs before it finishes starts closing, and then if the scheduler runs before it finishes
closing, the scheduler will get stuck trying to flush its cells closing, the scheduler will get stuck trying to flush its cells
while the lower layers refuse to cooperate. Fix that race while the lower layers refuse to cooperate. Fix that race
condition by given the scheduler an escape method. Fixes bug condition by giving the scheduler an escape method. Fixes bug
23676; bugfix on 0.3.2.1-alpha 23676; bugfix on 0.3.2.1-alpha.
o Minor features (build, compilation): o Minor features (build, compilation):
- The "check-changes" feature is now part of the "make check" tests; - The "check-changes" feature is now part of the "make check" tests;
@ -128,7 +128,7 @@ Changes in version 0.3.2.2-alpha - 2017-09-29
o Minor bugfixes (scheduler): o Minor bugfixes (scheduler):
- When switching schedulers due to a consensus change, we didn't - When switching schedulers due to a consensus change, we didn't
give the new scheduler a chance to react to the consensus. Fix give the new scheduler a chance to react to the consensus. Fix
that. Fixes bug 23537; bugfix on 0.3.2.1-alpha that. Fixes bug 23537; bugfix on 0.3.2.1-alpha.
- Make the KISTSchedRunInterval option a non negative value. With - Make the KISTSchedRunInterval option a non negative value. With
this, the way to disable KIST through the consensus is to set it this, the way to disable KIST through the consensus is to set it
to 0. Fixes bug 23539; bugfix on 0.3.2.1-alpha. to 0. Fixes bug 23539; bugfix on 0.3.2.1-alpha.