aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-10-30 19:39:56 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-10-30 19:39:56 +0000
commitd7d53f439806e684c893cbe977a121b81cc8ad28 (patch)
treef4ee2df2548bf6de52601a759e8dc5683628755f /NEWS
parent3f9c96674b47120d42e48b17d8de9939fe70ed88 (diff)
downloadfetchmail-d7d53f439806e684c893cbe977a121b81cc8ad28.tar.gz
fetchmail-d7d53f439806e684c893cbe977a121b81cc8ad28.tar.bz2
fetchmail-d7d53f439806e684c893cbe977a121b81cc8ad28.zip
Do not break some other process's lockfile in "-q" mode, but wait for
the other process's exit. svn path=/trunk/; revision=4377
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b5203875..f9da8853 100644
--- a/NEWS
+++ b/NEWS
@@ -252,6 +252,8 @@ fetchmail 6.3.0 (not yet released officially):
* Exit with error if the lock file cannot be read. Matthias Andree
* Exit with error if the lock file cannot be created exclusively, this got
broken in a 6.2.6-pre, 6.2.5.2 and older were fine. Matthias Andree
+* Do not break some other process's lockfile in "-q" mode, but wait for the
+ other process's exit. Matthias Andree
# INTERNAL CHANGES
* Switched to automake. Matthias Andree.