aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-27 23:10:58 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-27 23:10:58 +0000
commitc695e65ac35c3c37560a67eb746b046d727eea2e (patch)
tree7f9af537c5f9ef4a689e7ac51e23df5a467621a6
parent7adcc89ee21835e070e82f4724a3f8c29ce85dcf (diff)
downloadfetchmail-c695e65ac35c3c37560a67eb746b046d727eea2e.tar.gz
fetchmail-c695e65ac35c3c37560a67eb746b046d727eea2e.tar.bz2
fetchmail-c695e65ac35c3c37560a67eb746b046d727eea2e.zip
Add detailed bug and feature list for 2.1.
svn path=/trunk/; revision=577
-rw-r--r--NEWS34
1 files changed, 26 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index f8009874..3ed6357a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,34 @@
Release Notes:
-pl 2.0.1 ():
-* Include Nalin Dahyabhai's patch for MIT Kerberos support.
-* Deduce the envelope To address from single-addressee mail through sendmail.
+fetchmail-2.1 ():
+
+features --
+
+* Added FAQ file.
+
+* Try to pass envelope From to the listener so that logging and procmail
+ processing works right. If that fails, fall back on calling-user.
+
+* Added `set logfile = ' option to rc syntax.
+
+* We now use X-Envelope-To headers and parse the Received lines. If
+ X-Envelope-To is found, OK; otherwise we look for a `Received for' line;
+ either is treated as a true envelope address. If neither of these are
+ found we go to the To/Cc/Bcc header addresses.
+
+* Added `*' as a wildcard option for multidrop to ... here. This will allow
+ names to be local names to be passed through from a multi-drop box on
+ a mailserver
+
* Added an `aka' option to allow users to declare mailserver aliases at start
of run, so DNS does less work. During a run, cache host matches on the
aka list so no potential alias has to be DNS-checked more than once.
-* Try to use envelope From. If that fails, fall back on calling-user.
-* Added `logfile' keyword to rc syntax.
-* We now use X-Envelope-To headers.
-* Added `*' as a wildcard option for multidrop to ... here
-* Added FAQ file
+
+bugs --
+
+* Nalin Dahyabhai's fix patch for MIT Kerberos support.
+
+* Fixed a fencepost error in the APOP code that was causing a core dump.
fetchmail-2.0 (Mon Nov 18 00:32:17 EST 1996):