소스 검색

svn:r8757

Nick Mathewson 19 년 전
부모
커밋
5b8fd1d7f9
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      ChangeLog

+ 3 - 0
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)