summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-06 15:29:33 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-06 15:29:33 +0000
commit09a2ec0192338fff8e75d03558e3ed8150d9444e (patch)
tree94aec6ebe167f60d8ce50ecc0a7d12fd191c3b75 /ChangeLog
parent1d4bd3990fafc62ab52dc123923d6952dd160e98 (diff)
downloadtor-09a2ec0192338fff8e75d03558e3ed8150d9444e.tar.gz
tor-09a2ec0192338fff8e75d03558e3ed8150d9444e.zip
r9107@Kushana: nickm | 2006-10-06 02:14:02 -0400
When eventdns is enabled, we can allow machines with thread-unsafe resolver functions to build multithreaded anyway. svn:r8608
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae49719207..6542975746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -88,6 +88,9 @@ Changes in version 0.1.2.2-alpha - 2006-10-??
- Just because your DirPort is open doesn't mean people should be
able to remotely teach you about hidden service descriptors. Now
only accept rendezvous posts if you've got HSAuthoritativeDir set.
+ - When eventdns is enabled, allow multithreaded builds on NetBSD and
+ OpenBSD. (We had previously disabled threads on these platforms
+ because they didn't have working thread-safe resolver functions)
o Major bugfixes, other:
- Avoiding crashing on race condition in dns.c: