diff options
-rw-r--r-- | Makefile.in | 3 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | fetchmail-FAQ.html | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index ec36a1c0..974a6b64 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=3.9.9 +VERS=4.0.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -217,6 +217,7 @@ all = $(docs) $(config) $(srcs) $(parser) $(headers) $(extra) $(scripts) \ MANIFEST: $(srcdir) Makefile.in @echo $(all) | tr "[ \t]" '\n' | sort | sed "s/\\./fetchmail-$(VERS)/" >MANIFEST + @wc -l MANIFEST FAQ: fetchmail.FAQ.html lynx -dump -nolist fetchmail.FAQ.html >FAQ @@ -29,7 +29,7 @@ fetchmail-4.0.0 () * Fixes for minor compilation glitches. * Progress messages now show total count as well as message number. -There are 248 people on the fetchmail-friends list. +There are 252 people on the fetchmail-friends list. pl 3.9.9 (Wed Jun 25 11:01:51 EDT 1997): * We can now process multiple To headers a la Microsoft Exchange Server. diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 8ea532b3..a3ef7eb2 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -9,7 +9,7 @@ <BODY> <H1>Frequently Asked Questions About Fetchmail</H1> -The current version of fetchmail is 3.9.9.<P> +The current version of fetchmail is 4.0.0.<P> Before reporting any bug, please read <a href="#G3">G3</a> for advice on how to include diagnostic information that will get your bug fixed @@ -1113,7 +1113,7 @@ biff n to solve the problem system-wide.<P> -$Id: fetchmail-FAQ.html,v 1.40 1997/06/25 22:42:43 esr Exp $<p> +$Id: fetchmail-FAQ.html,v 1.41 1997/07/01 13:09:20 esr Exp $<p> <HR> <ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |