diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-30 18:27:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-30 18:27:14 +0000 |
commit | 28b12aba4ad1b56c1acfea4e20c1a81b91221d45 (patch) | |
tree | a9f7706d3dc84c6157ec5226e9a9d4306fcc36e1 /NEWS | |
parent | ff4d046f39e3ed641bc5d9925f61d48010c56bfb (diff) | |
download | fetchmail-28b12aba4ad1b56c1acfea4e20c1a81b91221d45.tar.gz fetchmail-28b12aba4ad1b56c1acfea4e20c1a81b91221d45.tar.bz2 fetchmail-28b12aba4ad1b56c1acfea4e20c1a81b91221d45.zip |
Dave Bodenstab's error changes.
svn path=/trunk/; revision=705
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -1,18 +1,20 @@ To Do: -* The `reading message N ..(M bytes)' messages ideally should go through - error(), but since they are built piecemeal, they go to stderr. What - would be needed is an error() variant that didn't write a message until - it got a trailing \n -- otherwise, if a syslog option were added, these - messages would wind up as separate syslog calls (probably not the desired - result). - * Chris LewisMoss reports that he gets a parse error when the last line of his .fetchmailrc is a comment. Release Notes: ------------------------------------------------------------------------------ +fetchmail-2.7 () + +features -- + +* New --syslog option by Dave Bodenstab. + +bugs -- + +------------------------------------------------------------------------------ fetchmail-2.6 (Fri Dec 27 12:42:56 EST 1996) features -- |