diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,8 +4,8 @@ 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. + messages would wind up as separate syslog calls (probably not the desired + result). Release Notes: @@ -26,6 +26,9 @@ features -- through the error() subroutine. This is a first step towards allowing a daemon-mode fetchmail to use syslog. +* SIGUSR1 is now used for wakeup rather than SIGHUP. This eliminates any + possible confusion about fetchmail's behavior at logout time. + bugs -- * Fixed a FreeBSD compilation glitch involving SIGCLD (thanks to |