diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-04-02 10:47:58 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-04-02 10:47:58 +0000 |
commit | 54833b53da596625b194c40732f67aa9dd0ece54 (patch) | |
tree | 27cbc572fe209c07f761fa1d6deb0bbdfb9fdc10 /NEWS | |
parent | 884266c5f0f1d53c15fa2e9d98132c0749c576ff (diff) | |
download | fetchmail-54833b53da596625b194c40732f67aa9dd0ece54.tar.gz fetchmail-54833b53da596625b194c40732f67aa9dd0ece54.tar.bz2 fetchmail-54833b53da596625b194c40732f67aa9dd0ece54.zip |
Add pidfile option, requested by Héctor García.
svn path=/branches/BRANCH_6-3/; revision=4770
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -36,6 +36,12 @@ fetchmail 6.3.4 (not yet released): * lexer: add %option noyywrap to avoid link errors about missing yywrap(). * a few more type fixes for report/snprintf, patch by Miloslav Trmac. +# CHANGES: +* pidfile: there is a new command-line (--pidfile PATH) and global option for + the rcfile (set pidfile [=] "/path/to/pidfile") option to allow overriding + the default location of the PID file. + Requested by Héctor García, Debian maintainer. + fetchmail 6.3.3 (released 2006-03-30): # KNOWN BUGS: |