summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-19 23:03:36 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-19 23:03:36 +0000
commit5b8fd1d7f9b14a14cc5eb38ed2e3b02884be8a06 (patch)
treea74fa0351d3589f2aa2648e7b128e6983cb56b37 /ChangeLog
parent4443934702da0aee0a553bc8b0639fe192b103fd (diff)
downloadtor-5b8fd1d7f9b14a14cc5eb38ed2e3b02884be8a06.tar.gz
tor-5b8fd1d7f9b14a14cc5eb38ed2e3b02884be8a06.zip
svn:r8757
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66e547e346..99a0a99172 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -129,6 +129,9 @@ Changes in version 0.1.2.2-alpha - 2006-10-07
- 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:
- Don't crash on race condition in dns.c: tor_assert(!resolve->expire)