diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-03-29 23:08:21 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-03-29 23:08:21 +0000 |
commit | 1a795daa88db8de774f1db6f237f6c321e1415e0 (patch) | |
tree | d2168338a3af3cd95182798b58c69d444dc85270 | |
parent | 0012487b2cafa13efe0c3b3cb1c830970f550ade (diff) | |
download | fetchmail-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-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |