diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-08-21 11:55:05 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-08-21 15:33:20 +0200 |
commit | 5bd0b140ad34b3fb1cd9bdbe9cb6dd774f8ca412 (patch) | |
tree | c78d9634c31973b94d556395b4429a18bf64f90a | |
parent | 3bf6679d730dc37d83796156497ba01110f74aec (diff) | |
download | fetchmail-5bd0b140ad34b3fb1cd9bdbe9cb6dd774f8ca412.tar.gz fetchmail-5bd0b140ad34b3fb1cd9bdbe9cb6dd774f8ca412.tar.bz2 fetchmail-5bd0b140ad34b3fb1cd9bdbe9cb6dd774f8ca412.zip |
Mention rawlog.patch in NEWS.
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,6 +67,11 @@ fetchmail-6.3.21 (not yet released): messages end up in mbox, but adds line termination for storages (like Maildir) that do not require that the last line be LF- or CRLF-terminated. +# CONTRIB/ addition +* There is a patch against fetchnews's source, contrib/rawlog.patch, that can + log (and hexdump non-printing characters) raw socket data to a file. It proved + useful to debug Antoine's bug described above. + fetchmail-6.3.20 (released 2011-06-06, 26005 LoC): |