summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-28 16:00:45 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-28 16:00:45 -0400
commitb1d32a92239ae1727e22b592ac1908b616ba869a (patch)
treebe8490bf4d8c7ca20ec32f107909089e791143b3 /changes
parent219f6ea51640cca6abcca8d913188724212d107e (diff)
parent4e2dcda092f5c211b371a749e74fa4fcf2e05424 (diff)
downloadtor-b1d32a92239ae1727e22b592ac1908b616ba869a.tar.gz
tor-b1d32a92239ae1727e22b592ac1908b616ba869a.zip
Merge remote-tracking branch 'dgoulet/ticket27215_035_01'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket272159
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket27215 b/changes/ticket27215
new file mode 100644
index 0000000000..dcb67900ea
--- /dev/null
+++ b/changes/ticket27215
@@ -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.