aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-11-08 18:34:27 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-11-08 18:34:27 +0000
commit52f3bf729a4f715d94366b01e7e8b4ae0aec9e06 (patch)
tree56c96f3d8816694000392254310700a1fd618975 /NEWS
parent6790784b205159b45db2ff4434a5635c813b87b2 (diff)
downloadfetchmail-52f3bf729a4f715d94366b01e7e8b4ae0aec9e06.tar.gz
fetchmail-52f3bf729a4f715d94366b01e7e8b4ae0aec9e06.tar.bz2
fetchmail-52f3bf729a4f715d94366b01e7e8b4ae0aec9e06.zip
Avoid UIDL core dump.
svn path=/trunk/; revision=3547
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9de54f91..8f0541d7 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@
(The `lines' figures total .c, .h, .l, and .y files under version control.)
* Changed the logging logic along lines suggested by Jan Klaverstijn,
-* fetchmauilconf looks first in the directory it's running from to find
+* fetchmailconf looks first in the directory it's running from to find
fetchmail.
* Make sure we vet a success status correctly from open_smtp_sink()
and open_bsmtp_sink().
@@ -18,6 +18,8 @@
* NextStep and OpenStep port patch from Eric Sunshine.
* Block signals during SockConnect() so we don't get a socket descriptor
leak if we're hit by an alarm signal during connect(2).
+* Set queryname even when server is inactive; avoids a core-dump bug in
+ the fetchids code.
fetchmail-5.9.4 (Wed Oct 3 07:47:45 EDT 2001), 21104 lines: