summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-06 08:45:29 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-17 08:41:52 -0500
commitc8b6392b4e2edbaa188ea71594cb2f985149bd88 (patch)
treeb72ea9d1b2b76e793d7d329fae15765d595a85c2 /changes
parenteef021e12d5ad2fbc86d7bf058eacc40ae6f1757 (diff)
downloadtor-c8b6392b4e2edbaa188ea71594cb2f985149bd88.tar.gz
tor-c8b6392b4e2edbaa188ea71594cb2f985149bd88.zip
Initialize publish/subscribe code when running as an NT service.
Fixes bug 32778; bugfix on 0.4.1.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug327783
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug32778 b/changes/bug32778
new file mode 100644
index 0000000000..ccb6104692
--- /dev/null
+++ b/changes/bug32778
@@ -0,0 +1,3 @@
+ o Minor bugfixes (windows service):
+ - Initialize publish/subscribe system when running as a windows service.
+ Fixes bug 32778; bugfix on 0.4.1.1-alpha.