summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2020-05-27 15:17:55 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2020-05-27 15:17:55 +0300
commit8d8a9d7f1d9cc779036441cfa9639f35c20e37c9 (patch)
treefa798e0c6ad15a1419061af4f99fe2456f4963bb /changes
parent43f4324e29855bced51cb9c8f126bfb35e93fb2c (diff)
parentf6943d702c6287f7c92d2a34bdcd666c10878517 (diff)
downloadtor-8d8a9d7f1d9cc779036441cfa9639f35c20e37c9.tar.gz
tor-8d8a9d7f1d9cc779036441cfa9639f35c20e37c9.zip
Merge branch 'tor-github/pr/1898'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket248444
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket24844 b/changes/ticket24844
new file mode 100644
index 0000000000..da55b4cf67
--- /dev/null
+++ b/changes/ticket24844
@@ -0,0 +1,4 @@
+ o Minor features (v3 onion servies):
+ - Add v3 onion service status to the dumpstats() call which is
+ triggered by a SIGUSR1 signal. Previously, we only did v2
+ onion services. Closes ticket 24844. Patch by Neel Chauhan.