summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-10-19 10:35:40 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-10-19 10:35:40 -0400
commit2a705e81a33879aad658ad2c824aeaa8e7f03eed (patch)
tree1cd05817ea3e9b54b9145620a23d1fe55cab8eb8 /changes
parent9ac1ed525f6d21338d675f2898987a13d82f4b78 (diff)
parent326f954f10dc99fbebb10bb6962a44a3eeff424c (diff)
downloadtor-2a705e81a33879aad658ad2c824aeaa8e7f03eed.tar.gz
tor-2a705e81a33879aad658ad2c824aeaa8e7f03eed.zip
Merge branch 'maint-0.4.6'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket404768
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket40476 b/changes/ticket40476
new file mode 100644
index 0000000000..062e36f9bc
--- /dev/null
+++ b/changes/ticket40476
@@ -0,0 +1,8 @@
+ o Major feature (onion service v2):
+ - Tor does NOT allow anymore to create v2 services, to connect as a client
+ to a v2 service and for a relay to be a v2 HSDir or introduction point.
+ This effectively disable onion service version 2 tor wide. Closes 40476.
+ - The control port command HSFETCH and HSPOST don't allow version 2 as well.
+ It is also not possible to create a v2 service with ADD_ONION.
+ - See https://blog.torproject.org/v2-deprecation-timeline for details on
+ how to transition from v2 to v3.