]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Call them relays in the changelog, not servers. tor-0.2.8.1-alpha
authorNick Mathewson <nickm@torproject.org>
Thu, 4 Feb 2016 18:39:38 +0000 (13:39 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 4 Feb 2016 18:39:38 +0000 (13:39 -0500)
ChangeLog

index c3c03298f6d07fa12558594a1cef2beb8801584e..8706fc1ba33810cc689c5f835fde02172c544861 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -333,8 +333,8 @@ Changes in version 0.2.8.1-alpha - 2016-02-0?
       issue 17392.
 
   o Removed features:
-    - Remove client-side support for connecting to Tor servers running
-      versions of Tor before 0.2.3.6-alpha. These servers didn't support
+    - Remove client-side support for connecting to Tor relays running
+      versions of Tor before 0.2.3.6-alpha. These relays didn't support
       the v3 TLS handshake protocol, and are no longer allowed on the
       Tor network. Implements the client side of ticket 11150. Based on
       patches by Tom van der Woerdt.