Explorar o código

r9114@directionless-main: nickm | 2006-10-06 15:46:41 -0400
Move a changelog item; add a TODO.


svn:r8676

Nick Mathewson %!s(int64=19) %!d(string=hai) anos
pai
achega
bff9844b9f
Modificáronse 2 ficheiros con 1 adicións e 3 borrados
  1. 0 3
      ChangeLog
  2. 1 0
      doc/TODO

+ 0 - 3
ChangeLog

@@ -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)

+ 1 - 0
doc/TODO

@@ -29,6 +29,7 @@ N - Bug 326: make eventdns thrash less.
 N - Test guard unreachable logic; make sure that we actually attempt to
     connect to guards that we think are unreachable from time to time.
     Make sure that we don't freak out when the network is down.
+N - Stop recommending exits as guards?
 N - Clients stop dumping old descriptors if the network-statuses
     claim they're still valid.
 P - Figure out why dll's compiled in mingw don't work right in Winxp.