summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-08-17 14:44:16 -0400
committerNick Mathewson <nickm@torproject.org>2011-08-17 14:44:16 -0400
commit52e36feda153e70cd08d624df73035b7e59a95ef (patch)
treed17dcb723409e64fc3b1e0ae91c04e33763daff8 /changes
parentd2cd67c83fff5097d214c8c86169054a5558b902 (diff)
downloadtor-52e36feda153e70cd08d624df73035b7e59a95ef.tar.gz
tor-52e36feda153e70cd08d624df73035b7e59a95ef.zip
Call evthread_use_windows_threads when running with IOCP on windows
Diffstat (limited to 'changes')
-rw-r--r--changes/le-win-threads3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/le-win-threads b/changes/le-win-threads
new file mode 100644
index 0000000000..5be44a2b55
--- /dev/null
+++ b/changes/le-win-threads
@@ -0,0 +1,3 @@
+ o Major bugfixes (IOCP):
+ - When using IOCP on windows, we need to enable Libevent windows threading
+ support. Bugfix on 0.2.3.1-alpha.