aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-02 13:28:52 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-02 13:28:52 +0000
commit122471c0c8e2fd1f282d02b271ec40062d321da8 (patch)
tree6bae7db2a3ebfb34688ade561d7f0877f12460de /NEWS
parent032cd13d1a97a39023f78cd0dc292f8944b35ac9 (diff)
downloadfetchmail-122471c0c8e2fd1f282d02b271ec40062d321da8.tar.gz
fetchmail-122471c0c8e2fd1f282d02b271ec40062d321da8.tar.bz2
fetchmail-122471c0c8e2fd1f282d02b271ec40062d321da8.zip
Ready to release 1.4
svn path=/trunk/; revision=199
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
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.