summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-14 12:42:41 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-14 12:42:41 -0500
commitc2dc94d8ebcd5fdd1076abb41ff0ecee6c092f4f (patch)
tree8806c17bfc9af54185570382ea629853dd801c15 /changes
parentdec11793ba2fdaeb975e1566b68846431fb85110 (diff)
parentb6f099672b90cb606d89bfcb0cae01ea49e46b9c (diff)
downloadtor-c2dc94d8ebcd5fdd1076abb41ff0ecee6c092f4f.tar.gz
tor-c2dc94d8ebcd5fdd1076abb41ff0ecee6c092f4f.zip
Merge branch 'ticket32883'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug328835
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug32883 b/changes/bug32883
new file mode 100644
index 0000000000..6a15e0221b
--- /dev/null
+++ b/changes/bug32883
@@ -0,0 +1,5 @@
+ 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.