diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-09 19:35:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-09 19:35:51 +0000 |
commit | 303cfe96ac9161995bc68a99111d82b00b4508ac (patch) | |
tree | fe2bac3d8e081cecec43d2584f207140d2004a02 /ChangeLog | |
parent | 69e0843f7cd51a742334d1d10aa88a074d3cb0db (diff) | |
download | tor-303cfe96ac9161995bc68a99111d82b00b4508ac.tar.gz tor-303cfe96ac9161995bc68a99111d82b00b4508ac.zip |
svn:r8675
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |