]> Pileus Git - ~andy/fetchmail/commitdiff
Version bump.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 20 Dec 1999 04:24:55 +0000 (04:24 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 20 Dec 1999 04:24:55 +0000 (04:24 -0000)
svn path=/trunk/; revision=2669

Makefile.in
NEWS
fetchmail-FAQ.html
fetchmail.man

index dfe2148cf2b130271d94a0fdc3947fa89df06b45..03e77786801f04819dd2c3f46abe9d0f4d8a47c4 100644 (file)
@@ -4,7 +4,7 @@
 # So just uncomment all the lines marked QNX.
 
 PACKAGE = fetchmail
-VERSION = 5.2.0
+VERSION = 5.2.1
 
 SUBDIRS = @INTLSUB@ @POSUB@  
 
diff --git a/NEWS b/NEWS
index 5f9f3936543380e8592744bcc2abb0c75b3fa6e9..e1f3c6d964f01a609546d9e022ca8b45972af09c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,12 +9,17 @@ a Certifying Authority we recognize?).
 
 (The `lines' figures total .c, .h, .l, and .y files under version control.)
 
+fetchmail-5.2.0 (Sun Dec 19 23:08:53 EST 1999), 18330 lines:
 * Added FAQ item R10 on timeouts during messages.
 * Fixed indentation problem in fetchmailconf.
 * Federico Schwindt's patch to fix broken SSL configuration.
 * Fixes to use fetchmail with IPv6 enabled on glibc without inet6-apps 
   installed; thanks to Arkadiusz Mi¶kiewicz.
 * Interpret IMAP PREAUTH tag correctly (from Joerg Dorchain).
+* Upgraded to version 0.21 of smbutil.c.  FAQ item S2 now documents 
+  how to set a domain name.
+
+There are 282 people on fetchmail-friends and 479 on fetchmail-announce.
 
 fetchmail-5.2.0 (Tue Nov 30 14:24:25 EST 1999), 18302 lines:
 * fetchmailconf now complains and exits gracefully when not run under X.
index 8ac81bd0ea429a1633091f1135804bc050cc3120..461a44ea75eaa6bccd67064ee78605796c753dc1 100644 (file)
@@ -10,7 +10,7 @@
 <table width="100%" cellpadding=0><tr>
 <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a>
 <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a>
-<td width="30%" align=right>$Date: 1999/12/19 20:11:48 $
+<td width="30%" align=right>$Date: 1999/12/20 04:24:55 $
 </table>
 <HR>
 <H1>Frequently Asked Questions About Fetchmail</H1>
@@ -1206,7 +1206,9 @@ for details.  The solution is to upgrade your fetchmail.<p>
 
 Fetchmail now supports the proprietary NTLM mode used with M$ Exchange
 servers. To enable this, configure fetchmail with the --enable-NTLM
-option and recompile it.<P>
+option and recompile it.  Note: if you specify a user option value
+that looks like `user@domain', the part to the left of the @ will
+be passed as the username and the part to the right as the NTLM domain.<P>
 
 M$ Exchange violates the POP3 RFCs.  Its LIST command does not reveal
 the real sizes of mail in the pop mailbox, but the sizes of the
@@ -2508,7 +2510,7 @@ inactivity timeout.<p>
 <table width="100%" cellpadding=0><tr>
 <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a>
 <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a>
-<td width="30%" align=right>$Date: 1999/12/19 20:11:48 $
+<td width="30%" align=right>$Date: 1999/12/20 04:24:55 $
 </table>
 
 <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>
index e47c0e92eec5a77557d6f18a1c4170c0c4a3ae16..39e5831246469011e9b44978c69f5f5c71c2a8db 100644 (file)
@@ -699,7 +699,9 @@ Microsoft's NTLM authentication (used by Microsoft Exchange) is
 supported. If you compile in the support, \fIfetchmail\fR will try to
 perform an NTLM authentication (instead of sending over the
 password en clair) whenever the server returns AUTH=NTLM in its
-capability response.
+capability response.  Note: if you specify a user option value
+that looks like `user@domain', the part to the left of the @ will
+be passed as the username and the part to the right as the NTLM domain.
 .PP
 If you are using IPsec, the -T (--netsec) option can be used to pass
 an IP security request to be used when outgoing IP connections are