]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fixup! hs: Change default version from 2 to 3
authorDavid Goulet <dgoulet@torproject.org>
Tue, 28 Aug 2018 19:58:28 +0000 (15:58 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 28 Aug 2018 19:58:28 +0000 (15:58 -0400)
changes/ticket27215 [new file with mode: 0644]

diff --git a/changes/ticket27215 b/changes/ticket27215
new file mode 100644 (file)
index 0000000..dcb6790
--- /dev/null
@@ -0,0 +1,9 @@
+  o Major feature (hidden service):
+    - For a newly created hidden service, the default version is now 3. Tor
+      still supports version 2 service but the operator now needs to
+      specifically set "HiddenServiceVersion 2" in order to create a new
+      service.
+
+      For existing services, tor now learns the version by reading the key
+      file so the HiddenServiceVersion is not mandatory in that case. Closes
+      ticket 27215.