From 303cfe96ac9161995bc68a99111d82b00b4508ac Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 9 Oct 2006 19:35:51 +0000 Subject: [PATCH] svn:r8675 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index d7d5ed63b3..56257e6d11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -112,6 +112,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)