diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 16:03:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 16:03:23 +0000 |
commit | 1413fd46bcbd4a05c3e46113fbd7ae11b3d4a40a (patch) | |
tree | d31255f0c1f6d1820d79a512ed178a8e8abdad37 /NEWS | |
parent | df4a9dc9bea6d5ebe6d6c409af795f665c115787 (diff) | |
download | fetchmail-1413fd46bcbd4a05c3e46113fbd7ae11b3d4a40a.tar.gz fetchmail-1413fd46bcbd4a05c3e46113fbd7ae11b3d4a40a.tar.bz2 fetchmail-1413fd46bcbd4a05c3e46113fbd7ae11b3d4a40a.zip |
Arrange for timeout by client if server connection is dropped.
svn path=/trunk/; revision=260
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -19,6 +19,16 @@ Inflict severe pain on the person(s) responsible for removing LAST from POP3. Release Notes: +fetchmail-1.8 (): + +* Fix buggy getopt specification of P and p options. + +* Use kill(0, pid) to make lock handling a bit smarter (thanks to Johann + Vromans for the suggestion). + +* Arrange for timeout of client if connection to server is dropped + (thanks to Gasper Sinai). + fetchmail-1.7 (Tue Oct 8 11:32:44 EDT 1996): features -- |