Merge branch 'maint-0.2.8' into maint-0.2.9
[tor/appveyor.git] / changes / bug23081
blob76c4e30971bca1e598f70af0af7ca7f5610298ce
1   o Minor bugfixes (Windows service):
2     - When running as a Windows service, set the ID of the main thread
3       correctly. Failure to do so made us fail to send log messages
4       to the controller in 0.2.1.16-rc, slowed down controller
5       event delivery in 0.2.7.3-rc and later, and crash with an assertion
6       failure in 0.3.1.1-alpha. Fixes bug 23081; bugfix on 0.2.1.6-alpha.
7       Patch and diagnosis from "Vort".