aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-09 16:20:53 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-09 16:20:53 +0000
commitf19cb0dca2d5319f0adcc97feb98d72e057b6187 (patch)
tree7f593e8db75d03016324614f75239312a63eced1
parentddf94181b5b0a7ceac8e2ad70bf721ab342e7a70 (diff)
downloadfetchmail-f19cb0dca2d5319f0adcc97feb98d72e057b6187.tar.gz
fetchmail-f19cb0dca2d5319f0adcc97feb98d72e057b6187.tar.bz2
fetchmail-f19cb0dca2d5319f0adcc97feb98d72e057b6187.zip
News update.
svn path=/trunk/; revision=265
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index bcff3c4f..e6521772 100644
--- a/NEWS
+++ b/NEWS
@@ -21,13 +21,17 @@ Inflict severe pain on the person(s) responsible for removing LAST from POP3.
fetchmail-1.8 ():
-* Fix buggy getopt specification of P and p options.
+features --
* 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).
+* Arrange for timeout of client after 5 minutes if connection to server is
+ dropped (thanks to Gaspar Sinai).
+
+bugs --
+
+* Fix buggy getopt specification of P and p options.
fetchmail-1.7 (Tue Oct 8 11:32:44 EDT 1996):