]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file.
authorGeorge Kadianakis <desnacked@riseup.net>
Thu, 14 Jun 2018 12:53:31 +0000 (15:53 +0300)
committerNick Mathewson <nickm@torproject.org>
Tue, 17 Jul 2018 19:57:46 +0000 (15:57 -0400)
changes/bug25552 [new file with mode: 0644]

diff --git a/changes/bug25552 b/changes/bug25552
new file mode 100644 (file)
index 0000000..8d0488a
--- /dev/null
@@ -0,0 +1,5 @@
+  o Major feature (onion services):
+    - Improve revision counter generation in next-gen onion services. Onion
+      services can now scale by hosting multiple instances on different hosts
+      without synchronization between them, which was previously impossible
+      because descriptors would get rejected by HSDirs. Addresses ticket 25552.