aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2011-05-26 01:46:19 +0200
committerMatthias Andree <matthias.andree@gmx.de>2011-05-26 02:00:30 +0200
commite80e15cd3454d028b862d43c94c73fee350d0ddf (patch)
tree8864aa884af97435bb5206245ba04da54216fcee /NEWS
parent1e13bb35731999c4668883acd404ede047793e1e (diff)
downloadfetchmail-e80e15cd3454d028b862d43c94c73fee350d0ddf.tar.gz
fetchmail-e80e15cd3454d028b862d43c94c73fee350d0ddf.tar.bz2
fetchmail-e80e15cd3454d028b862d43c94c73fee350d0ddf.zip
Update NEWS, mention STARTTLS timeout fix, ...
Swap bug fixes and changes. Mark Czech/French/German/Polish translations updated. Mark strlen() optimization as a change, rather than a bug fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS35
1 files changed, 24 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index bcf2537b..fe16c1d4 100644
--- a/NEWS
+++ b/NEWS
@@ -58,19 +58,15 @@ removed from a 6.4.0 or newer release.)
fetchmail-6.3.20 (not yet released):
-# 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.
-* fetchmail now supports an environment variable to suppress marking deleted
- messages as seen at the same time, FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN.
- See the manual page for details. Requested by Jonathan Buschmann.
-* 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.
+# 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.
+ 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
-* Call strlen() only once when removing CRLF from a line. (Sunil Shetye)
* 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
@@ -79,8 +75,25 @@ fetchmail-6.3.20 (not yet released):
there are too many old messages, the logs just get filled without any real
activity. (Sunil Shetye) (suggested by Yunfan Jiang)
+# 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.
+* fetchmail now supports an environment variable to suppress marking deleted
+ messages as seen at the same time, FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN.
+ See the manual page for details. Requested by Jonathan Buschmann.
+* 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
+ attempt to tune the time spans of keepalive mode.
+
# TRANSLATION UPDATES
+ [cs] Chech (Petr Pisar)
+ [fr] French (Frédéric Marchal)
+ [de] German (Matthias Andree)
[ja] Japanese (Takeshi Hamasaki)
+ [pl] Polish (Jakub Bogusz)
fetchmail-6.3.19 (released 2010-12-10, 25945 LoC):