aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-01-20 15:40:42 +1000
committerteor <teor@torproject.org>2020-01-20 15:40:42 +1000
commit0b82b5ee4248d8dce60556524b08419cec90d214 (patch)
tree60bc780c6dfeb5bf12572fb816ba78083b91c086 /changes
parent697527764921d95f2ef03f0c0418e2c0e88f5187 (diff)
parentc8b6392b4e2edbaa188ea71594cb2f985149bd88 (diff)
downloadtor-0b82b5ee4248d8dce60556524b08419cec90d214.tar.gz
tor-0b82b5ee4248d8dce60556524b08419cec90d214.zip
Merge remote-tracking branch 'tor-github/pr/1671'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug327783
-rw-r--r--changes/bug328835
2 files changed, 3 insertions, 5 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.
diff --git a/changes/bug32883 b/changes/bug32883
deleted file mode 100644
index 6a15e0221b..0000000000
--- a/changes/bug32883
+++ /dev/null
@@ -1,5 +0,0 @@
- o Code simplification and refactoring (windows services):
- - The windows service logic now uses the tor_api.h entry points, to
- avoid needless code duplication, and to prevent bugs related to
- the different entry points getting out of sync. Closes ticket
- 32883.