diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-03-10 07:38:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-03-10 07:38:42 +0000 |
commit | 97b61b9889b3b201a32345bcf69c31f9ae472b74 (patch) | |
tree | d80350f9a5e703da32574d9c830c05005407cb82 /doc | |
parent | 4ca75ecc496989027006dc981083b94bac0cf4a1 (diff) | |
download | tor-97b61b9889b3b201a32345bcf69c31f9ae472b74.tar tor-97b61b9889b3b201a32345bcf69c31f9ae472b74.tar.gz |
r12519@Kushana: nickm | 2007-03-10 00:57:01 -0500
Remove a redundant check for event.h; add some comments, and reformat.
svn:r9790
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -84,10 +84,11 @@ Things we'd like to do in 0.2.0.x: - Implement TLS shutdown properly when possible. - Maybe move NT services into their own module. - Autoconf cleanups and improvements: - - Remove redundant event.h check. + o Remove redundant event.h check. + - Check for zlib with the same machinery as for libevent and openssl. - Make the "no longer strictly accurate" message accurate. - Tell the user what -dev package to install based on OS. - - Detect correct version of library. + - Detect correct version of libraries. o Run autoupdate - Refactor networkstatus generation: - Use networkstatus_getinfo_helper_single() as base of |