]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ChangeLog: add onion service versions to the Tor2web deprecation notice
authorteor <teor@torproject.org>
Tue, 18 Sep 2018 01:34:58 +0000 (11:34 +1000)
committerteor <teor@torproject.org>
Tue, 18 Sep 2018 01:36:49 +0000 (11:36 +1000)
Tor2web was never implemented for v3 onion services.

ChangeLog

index 2ae6b93731809e7e3ce5994bb6d00a1f1cda32e7..1dee157f16a82255c1068962b9284d98afcda01a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -398,11 +398,12 @@ Changes in version 0.3.5.1-alpha - 2018-09-18
     - Tor no longer attempts to run on Windows environments without the
       GetAdaptersAddresses() function. This function has existed since
       Windows XP, which is itself already older than we support.
-    - Remove Tor2web functionality. The Tor2webMode and
-      Tor2webRendezvousPoints options are now obsolete. (This feature
-      was never shipped in vanilla Tor and it was only possible to use
-      this feature by building the support at compile time.) Closes
-      ticket 26367.
+    - Remove Tor2web functionality for version 2 onion services. The
+      Tor2webMode and Tor2webRendezvousPoints options are now obsolete.
+      (This feature was never shipped in vanilla Tor and it was only
+      possible to use this feature by building the support at compile
+      time. Tor2webMode is not implemented for version 3 onion services.)
+      Closes ticket 26367.
 
 
 Changes in version 0.2.9.17 - 2018-09-10