diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-09 19:37:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-09 19:37:07 +0000 |
commit | bff9844b9f902d426d617b033c98db9cf180c099 (patch) | |
tree | fbcb80c52fef9e4e188540d0b789399faad02624 /ChangeLog | |
parent | 303cfe96ac9161995bc68a99111d82b00b4508ac (diff) | |
download | tor-bff9844b9f902d426d617b033c98db9cf180c099.tar.gz tor-bff9844b9f902d426d617b033c98db9cf180c099.zip |
r9114@directionless-main: nickm | 2006-10-06 15:46:41 -0400
Move a changelog item; add a TODO.
svn:r8676
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -112,9 +112,6 @@ 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) |