]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
hs: Add changes file for HSDir v3 protocol feature
authorDavid Goulet <dgoulet@torproject.org>
Mon, 7 Nov 2016 18:49:27 +0000 (13:49 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Mon, 7 Nov 2016 18:49:27 +0000 (13:49 -0500)
Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/feature17238 [new file with mode: 0644]

diff --git a/changes/feature17238 b/changes/feature17238
new file mode 100644 (file)
index 0000000..eba9fb7
--- /dev/null
@@ -0,0 +1,6 @@
+  o Major features (onion service)
+    - Tor relays now support the HSDir version 3 protocol meaning they can
+      store and serve v3 descriptors. This is part of the next generation
+      onion service work detailled in proposal 224. The tor daemon also
+      contains all the necessary code to encode and decode a v3 descriptor but
+      it's currently only used by the directory subsystem. Closes #17238.