aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-03-05 22:24:08 +0100
committerMatthias Andree <matthias.andree@gmx.de>2010-03-05 22:24:08 +0100
commitbf62e6236f6c82871e493b65d56c1fe7680f74ad (patch)
treeeeaef60fb345c8b3686a518d528319ac70c94f8e /NEWS
parent80fadd29b0f30114d0e2a2870889b482ba6920a2 (diff)
downloadfetchmail-bf62e6236f6c82871e493b65d56c1fe7680f74ad.tar.gz
fetchmail-bf62e6236f6c82871e493b65d56c1fe7680f74ad.tar.bz2
fetchmail-bf62e6236f6c82871e493b65d56c1fe7680f74ad.zip
Credit Sunil with the --nosoftbounce patch.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fbb15ed8..3b698e7f 100644
--- a/NEWS
+++ b/NEWS
@@ -65,7 +65,7 @@ fetchmail 6.3.15 (not yet released):
were no longer on a line of their own. Reported by Melchior Franz.
* Check seteuid() return value and abort running MDA if switch fails.
* Set global flags in a consistent manner. Make --nosoftbounce work. Reported by
- N.J. Mann.
+ N.J. Mann. (Sunil Shetye)
* Properly import h_errno declarations, even on systems where h_errno isn't a
macro. (Adds ./configure check, fixes Cygwin dllimport warnings.)