aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-09-18 11:34:58 +1000
committerteor <teor@torproject.org>2018-09-18 11:36:49 +1000
commit4e50db573a58ef8da4eb04be9378b3c5d514ce1c (patch)
tree683726472f979860b967a42bbbaaf49e286c4750
parent073953716b23a8f4bd9328d6f0e5fa851dd1559a (diff)
downloadtor-4e50db573a58ef8da4eb04be9378b3c5d514ce1c.tar.gz
tor-4e50db573a58ef8da4eb04be9378b3c5d514ce1c.zip
ChangeLog: add onion service versions to the Tor2web deprecation notice
Tor2web was never implemented for v3 onion services.
-rw-r--r--ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ae6b93731..1dee157f16 100644
--- 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