Commit 299730e0 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

point out another bug


svn:r9353
parent 37b5132a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -296,6 +296,9 @@ M - rewrite how libevent does select() on win32 so it's not so very slow.
  - Add an option (related to AvoidDiskWrites) to disable directory caching.

Minor items for 0.1.2.x as time permits:
  - getinfo ns/name/moria2 doesn't include a "v" line, even when some
    network-statuses I have show it. I suppose the fix should go in
    networkstatus_getinfo_helper_single() in routerlist.c.
  - Unify autoconf search code for libevent and openssl.  Make code
    suggest platform-appropriate "devel" / "dev" / whatever packages
    if we can link but we can't find the headers.