summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-10-17 14:06:20 -0400
committerNick Mathewson <nickm@torproject.org>2016-10-17 14:06:20 -0400
commiteae0c00ddaa8ee29c345b08773db28dd29005e42 (patch)
tree9a525888b6fd088112f6d73d0cdbc7492f899bbc /ChangeLog
parentedcad379cf7d74de141547b44d4fe17f14e76605 (diff)
downloadtor-eae0c00ddaa8ee29c345b08773db28dd29005e42.tar.gz
tor-eae0c00ddaa8ee29c345b08773db28dd29005e42.zip
changelog typo fixes from Rubiate
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 068ef68123..5bf4ebd04c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,7 @@ Changes in version 0.2.9.4-alpha - 2016-10-17
- Tor directory authorities now vote on a set of recommended
subprotocol versions, and on a set of required subprotocol
versions. Clients and relays that lack support for a _required_
- suprotocol version will not start; those that lack support for a
+ subprotocol version will not start; those that lack support for a
_recommended_ subprotocol version will warn the user to upgrade.
Closes ticket 19958; implements part of proposal 264.
- Tor now uses "subprotocol versions" to indicate compatibility.
@@ -59,7 +59,7 @@ Changes in version 0.2.9.4-alpha - 2016-10-17
on 0.2.4.7-alpha.
o Minor bugfixes (address discovery):
- - Stop reordering IP addresses returned by the OS. This makes is
+ - Stop reordering IP addresses returned by the OS. This makes it
more likely that Tor will guess the same relay IP address every
time. Fixes issue 20163; bugfix on 0.2.7.1-alpha, ticket 17027.
Reported by René Mayrhofer, patch by "cypherpunks".