diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-14 12:42:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-14 12:42:41 -0500 |
commit | c2dc94d8ebcd5fdd1076abb41ff0ecee6c092f4f (patch) | |
tree | 8806c17bfc9af54185570382ea629853dd801c15 /changes | |
parent | dec11793ba2fdaeb975e1566b68846431fb85110 (diff) | |
parent | b6f099672b90cb606d89bfcb0cae01ea49e46b9c (diff) | |
download | tor-c2dc94d8ebcd5fdd1076abb41ff0ecee6c092f4f.tar.gz tor-c2dc94d8ebcd5fdd1076abb41ff0ecee6c092f4f.zip |
Merge branch 'ticket32883'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug32883 | 5 |
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. |