diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 03:04:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 03:04:16 +0000 |
commit | 64e5fe0021bb87060fe06581dca2dff7801f698e (patch) | |
tree | c3f9ce2d7cd99afa833e7a1c805dbb5b93c5e5c9 | |
parent | 02bb76bcf3949e36dbbc41ae1b828077dd4c179d (diff) | |
download | fetchmail-64e5fe0021bb87060fe06581dca2dff7801f698e.tar.gz fetchmail-64e5fe0021bb87060fe06581dca2dff7801f698e.tar.bz2 fetchmail-64e5fe0021bb87060fe06581dca2dff7801f698e.zip |
Most of the way to systematic use or error().
svn path=/trunk/; revision=641
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,12 @@ + 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. + Release Notes: ------------------------------------------------------------------------------ @@ -13,6 +22,9 @@ features -- * True stdio buffering of sockets at last, thanks to Cameron McPherson. This should be good for a significant throughput increase. +* Almost all error messages now go through the error() subroutine. This is a + first step towards allowing a daemon-mode fetchmail to use syslog. + bugs -- * Fixed a FreeBSD compilation glitch involving SIGCLD (thanks to |