aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2007-03-29 23:08:21 +0000
committerMatthias Andree <matthias.andree@gmx.de>2007-03-29 23:08:21 +0000
commit1a795daa88db8de774f1db6f237f6c321e1415e0 (patch)
treed2168338a3af3cd95182798b58c69d444dc85270
parent0012487b2cafa13efe0c3b3cb1c830970f550ade (diff)
downloadfetchmail-1a795daa88db8de774f1db6f237f6c321e1415e0.tar.gz
fetchmail-1a795daa88db8de774f1db6f237f6c321e1415e0.tar.bz2
fetchmail-1a795daa88db8de774f1db6f237f6c321e1415e0.zip
Fix charset in recent bugfix log.
svn path=/branches/BRANCH_6-3/; revision=5073
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b31673bf..bc09b0a9 100644
--- a/NEWS
+++ b/NEWS
@@ -75,7 +75,7 @@ fetchmail 6.3.8 (not yet released):
* If SOCKS support was compiled in, add 'socks' to the feature_options Python
list emitted in --configdump. Reported by Rob MacGregor.
* Do not crash with a null pointer dereference when opening the BSMTP file
- fails. Improve error checking and reporting. Reported by Reto Schüttel,
+ fails. Improve error checking and reporting. Reported by Reto Schüttel,
Debian Bug#416625. Fix based on a patch by Nico Golde.
* Make BSMTP output actually work, it would persistently fail with SOCKET error
after writing the first header.