From: Neel Chauhan Date: Sun, 17 May 2020 23:30:45 +0000 (-0700) Subject: Add changes file for ticket #24844 X-Git-Tag: tor-0.4.5.0-alpha-dev~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6943d702c6287f7c92d2a34bdcd666c10878517;p=thirdparty%2Ftor.git Add changes file for ticket #24844 --- 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.