diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-29 19:33:44 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-29 20:18:43 +0200 |
commit | 8b8531115686c22d37d7552a3793a8de47748571 (patch) | |
tree | e501e7a79cd64f41c356a8246af6a8f7fc4e26d8 | |
parent | 0daa2ef07099774913ebf22d63bed00ee4d78158 (diff) | |
download | fetchmail-8b8531115686c22d37d7552a3793a8de47748571.tar.gz fetchmail-8b8531115686c22d37d7552a3793a8de47748571.tar.bz2 fetchmail-8b8531115686c22d37d7552a3793a8de47748571.zip |
Get 6.3.20 change documentation fit for release.
-rw-r--r-- | NEWS | 27 |
1 files changed, 15 insertions, 12 deletions
@@ -56,41 +56,44 @@ removed from a 6.4.0 or newer release.) -------------------------------------------------------------------------------- -fetchmail-6.3.20 (not yet released): +fetchmail-6.3.20 (not yet released, 26005 LoC): # SECURITY BUG FIXES -* Fetchmail runs the IMAP STARTTLS or POP3 STLS negotiation with the set timeout - (default five minutes) now. This was reported missing, from fetchmail freezes - beyond a week, by Thomas Jarosch. +* STARTTLS: Fetchmail runs the IMAP STARTTLS or POP3 STLS negotiation with the + set timeout (default five minutes) now. This was reported missing, with + observed fetchmail freezes beyond a week, by Thomas Jarosch. SSL-wrapped connections were unaffected by this timeout, so users of older versions can force ssl-wrapped connections -- if supported by the server -- with the --ssl command line or ssl rcfile option. # BUG FIXES -* Do not search for UNSEEN messages in ranges. Usually, there are very few new - messages and most of the range searches result in nothing. Instead, split the - long response to make the IMAP driver think that there are multiple lines of - response. (Sunil Shetye) +* IMAP: Do not search for UNSEEN messages in ranges. Usually, there are very few + new messages and most of the range searches result in nothing. Instead, split + the long response to make the IMAP driver think that there are multiple lines + of response. (Sunil Shetye) * Do not print "skipping message" for old messages even in verbose mode. If there are too many old messages, the logs just get filled without any real activity. (Sunil Shetye) (suggested by Yunfan Jiang) +* Build: fetchmail now always uses its own MD5 implementation rather than trying + to find a system library with matched header. The library and header variants + found on systems are too diverse, and the code size saving is not worth any + more wasted user or programmer time. # CHANGES -* fetchmail now always uses its own MD5 implementation. The library and header - variants are too diverse, and we've been bitten before -- and configure - complains noisily on Cyrus-SASL's RFC1321 md5.h. * Call strlen() only once when removing CRLF from a line. (Sunil Shetye) * fetchmail sets Internet domain sockets to "keepalive" mode now. Note that there is no portable way to configure actual timeouts for this mode, and some - systems only support a system-wide timeout setting. Thus, fetchmail does not + systems only support a system-wide timeout setting. fetchmail does not attempt to tune the time spans of keepalive mode. # TRANSLATION UPDATES [cs] Chech (Petr Pisar) + [nl] Dutch (Erwin Poeze) [fr] French (Frédéric Marchal) [de] German (Matthias Andree) [ja] Japanese (Takeshi Hamasaki) [pl] Polish (Jakub Bogusz) + [sk] Slovak (Marcel Telka) fetchmail-6.3.19 (released 2010-12-10, 25945 LoC): |