diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:37:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:37:46 +0000 |
commit | fde28f60a7cc6f1cac487b0365e2a2be1fb59f49 (patch) | |
tree | 691cea2ead6a4d5319d5fd0af2a5d156e3edb474 /NEWS | |
parent | 87ad588dd2a76dde9de03681f4c4ec63d789abe2 (diff) | |
download | fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.tar.gz fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.tar.bz2 fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.zip |
Added `set daemon'.
svn path=/trunk/; revision=930
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -39,26 +39,37 @@ timeouts really broken? We must find a way to test this.) Release Notes: ------------------------------------------------------------------------------ +fetchmail-3.9 () + +features -- + +* It is now possible to set a default poll interval with `set daemon'. + +There are 249 people on the fetchmail-friends list. + +------------------------------------------------------------------------------ fetchmail-3.8 (Fri Mar 7 17:34:02 EST 1997) features -- * More FAQ material on using `localdomains'. -* compilation hacks for ISC 4.0 (thanks, Larry Jones!). +* Compilation hacks for ISC 4.0 (thanks, Larry Jones!). bugs -- -* enabled ETRN and RPOP command-line options. +* Enabled ETRN and RPOP command-line options. -* yet another attempt to fix the error.c compilation problems under +* Yet another attempt to fix the error.c compilation problems under Solaris and NEXTSTEP. -* handle \( and \) correctly in RFC822 comments, thanks to Gareth McCaughan. +* Handle \( and \) correctly in RFC822 comments, thanks to Gareth McCaughan. * Fixed off-by-one error fingered by Brian Jones that prevented `localdomains' from working. +There are 248 people on the fetchmail-friends list. + ------------------------------------------------------------------------------ fetchmail-3.7 (Fri Feb 21 17:38:40 EST 1997) |