]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for ticket #24844
authorNeel Chauhan <neel@neelc.org>
Sun, 17 May 2020 23:30:45 +0000 (16:30 -0700)
committerGeorge Kadianakis <desnacked@riseup.net>
Wed, 27 May 2020 12:16:39 +0000 (15:16 +0300)
changes/ticket24844 [new file with mode: 0644]

diff --git a/changes/ticket24844 b/changes/ticket24844
new file mode 100644 (file)
index 0000000..da55b4c
--- /dev/null
@@ -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.