diff options
author | George Kadianakis <desnacked@riseup.net> | 2018-06-14 15:53:31 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-17 15:57:46 -0400 |
commit | f00b7a7faa443d224dcd46dd7511f42763e64584 (patch) | |
tree | 7987ba04b8600d982dd5e3c2d7dcdd887e7d5c28 /changes | |
parent | 1d2333405eed9ec616eaa3980db5c4b272bb5aa8 (diff) | |
download | tor-f00b7a7faa443d224dcd46dd7511f42763e64584.tar.gz tor-f00b7a7faa443d224dcd46dd7511f42763e64584.zip |
Add changes file.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25552 | 5 |
1 files changed, 5 insertions, 0 deletions
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. |