]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: Add file for ticket 40476
authorDavid Goulet <dgoulet@torproject.org>
Thu, 30 Sep 2021 15:21:13 +0000 (11:21 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 19 Oct 2021 13:51:24 +0000 (09:51 -0400)
Closes #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/ticket40476 [new file with mode: 0644]

diff --git a/changes/ticket40476 b/changes/ticket40476
new file mode 100644 (file)
index 0000000..062e36f
--- /dev/null
@@ -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.