diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-28 04:29:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-28 04:29:40 +0000 |
commit | dfc16e8a8fb8e2328d6391331fd2f6d58f2b92fb (patch) | |
tree | 1850f169a01a2856ef65a63ffc87ca9e14483ba8 /NEWS | |
parent | b48db48b0571aa8d79de05a2c91683aab9bc38b4 (diff) | |
download | fetchmail-dfc16e8a8fb8e2328d6391331fd2f6d58f2b92fb.tar.gz fetchmail-dfc16e8a8fb8e2328d6391331fd2f6d58f2b92fb.tar.bz2 fetchmail-dfc16e8a8fb8e2328d6391331fd2f6d58f2b92fb.zip |
Patchlevel machinery.
svn path=/trunk/; revision=405
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,9 +1,24 @@ Release Notes: +pl 1.9.3: +* Handle nested parens in RFC822 comments. +* More gcc -Wall cleanup. +* Improved installation docs. +* Don't query DNS on startup unless needed for Kerberos or multidrop mailboxes. + +pl 1.9.2: +* Fix initialization-time core dump when running as root +* Fix fatal error in MDA argument-list construction. + fetchmail-1.9 (Fri Oct 25 23:02:26 EDT 1996): +We've hit the century mark -- exactly 100 people on the fetchmail-friends list. + features -- +* FEATURE FREEZE IS NOW IN EFFECT! No new features until after 2.0. Thanks + to everybody who contributed ideas and criticism. + * It is now possible to specify multiple local recipients by giving a list of names following "to" or "is". Each local recipient is checked for in the To:, Cc: and Bcc: headers of each message; if a match is found, the message |