aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--NEWS8
2 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 0bb443b5..3590af45 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=1.3
+VERS=1.4
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
diff --git a/NEWS b/NEWS
index e8730c2c..9c3c639c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,13 +5,13 @@ Test RPOP feature against a server that has it.
Support IMAP4 extensions for secure challenge-response, once they're actually
standardized.
-Inflict pain on the person(s) responsible for removing LAST from POP3.
+Inflict severe pain on the person(s) responsible for removing LAST from POP3.
Release Notes:
-fetchmail-1.4 ():
+fetchmail-1.4 (Wed Oct 2 09:22:37 1996):
-* Man page improvements.
+* More man page improvements.
* Lexer changes to work around bison's "feature" of silently ignoring 0-value
tokens (caused options nokeep, norewrite, nofetchall, noskip to be no-ops).
@@ -34,6 +34,8 @@ fetchmail-1.2 (Sat Sep 28 15:40:50 EDT 1996):
* The great option massacre. Remove --stdout, --limit, --local, --mda.
We get a significant code and complexity shrinkage this way (a lot of the
configuration machinery goes away too). These things are your MDA's job.
+ (This also kills off the lose-mail-on-disk-full bug, which I've never
+ seen but two users reported.)
* Link APOP support by default.