aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-09-21 14:45:49 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-09-21 14:45:49 +0000
commitb241ca1caa45016599ec9c8da7d1dc129693e474 (patch)
tree7a8cbad8e76da87ccc1f498f82e4ace0c37c0399
parent47a2800e5ee03c056418013f6e8255a5581fca7f (diff)
downloadfetchmail-b241ca1caa45016599ec9c8da7d1dc129693e474.tar.gz
fetchmail-b241ca1caa45016599ec9c8da7d1dc129693e474.tar.bz2
fetchmail-b241ca1caa45016599ec9c8da7d1dc129693e474.zip
update.
svn path=/trunk/; revision=4312
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 482bf51f..5f3540e2 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,6 @@ Fix Berlios Bug #4725 (doesn't build on Darwin, incomplete types in
sink.c - timeval missing; trying to shuffle fetchmail.h before
sys/resource.h). (possibly fixed in SVN r4296)
-Fix Yves Boisjoly's AUTH NTLM problem without breaking AUTH MSN.
-
Fix Jim Correia's MacOS X arpa/nameser.h|res_search vs. HEADER|-lresolv
Review Solaris gettext stuff.
@@ -20,3 +18,8 @@ complete CAN_MONITOR replacement
put all getaddrinfo compat cruft into an easy-to-use m4 macro for
autoconf and Makefile.am snippet for automake, so people can just use it
without further hassle.
+
+clean up options.c, instead of LA_* options, use the corresponding short
+option letter where possible. Saves some LA_* values.
+
+pkg-config for OpenSSL? -ldl problem