From: George Kadianakis Date: Thu, 14 Jun 2018 12:53:31 +0000 (+0300) Subject: Add changes file. X-Git-Tag: tor-0.3.5.1-alpha~206^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f00b7a7faa443d224dcd46dd7511f42763e64584;p=thirdparty%2Ftor.git Add changes file. --- diff --git a/changes/bug25552 b/changes/bug25552 new file mode 100644 index 0000000000..8d0488a462 --- /dev/null +++ b/changes/bug25552 @@ -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.