diff options
-rw-r--r-- | COPYING | 3 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,9 @@ The code in the fetchmail distribution is Copyright 1997 by Eric S. Raymond. Portions are also copyrighted by Carl Harris, 1993 and 1995. Copyright retained for the purpose of protecting free redistribution of source. +The MD5 support is copyright by RSA Data Security, Inc. See the header +comment of the md5.c module for license terms. + NO-VIRUS CLAUSE The intent of this license is to protect free redistribution and reuse of the @@ -19,6 +19,7 @@ fetchmail-4.1.3 () * Autoconfigure cortrectly for systems that lack inet_aton(). * Better failure reporting on SMTP connect failures. +* Autoconfigure the MD5 support for 64-bit machines. fetchmail-4.1.2 (Wed Sep 3 18:44:58 EDT 1997) * Fixed a bonehead bug in RCPT TO name generation introduced in 4.1.1. |