]> Pileus Git - ~andy/fetchmail/blobdiff - NEWS
Remove unused code.
[~andy/fetchmail] / NEWS
diff --git a/NEWS b/NEWS
index 8c11951c268b8ac1bf2d5711a9d9cb5bfb3fc210..221bfcfbacc91a25c83f1915f781af1519ebf951 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -54,13 +54,28 @@ removed from a 6.4.0 or newer release.)
 
 --------------------------------------------------------------------------------
 
-fetchmail-6.3.19 (not yet released):
+fetchmail-6.3.20 (not yet released):
+
+# CHANGES
+* fetchmail no longer supports SSL v2, nor the corresponding SSL2 option to
+  --sslproto. SSLv2 is insecure and had been deprecated 15 years ago. fetchmail
+  will actively forbid SSLv2 negotiation by means of SSL_OP_NO_SSLv2.
+  To fix Debian Bug#622054.
+* 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.
+
+# TRANSLATION UPDATES
+  [ja]    Japanese (Takeshi Hamasaki)
+
+
+fetchmail-6.3.19 (released 2010-12-10, 25945 LoC):
 
 # ERRATUM NOTICE ISSUED
 * fetchmail 6.3.18 contains several bug fixes that were considered sufficiently
   grave to warrant the issue of an erratum notice, fetchmail-EN-2010-03.txt.
 
-# BUG FIXES:
+# BUG FIXES
 * When specifying multiple local multidrop lists, do not lose wildcard flag.
   (Affects "user foo is bar baz * is joe here")
 * In multidrop configurations, an asterisk can now appear anywhere in the list
@@ -75,11 +90,27 @@ fetchmail-6.3.19 (not yet released):
   Reported by Mihail Nechkin against FreeBSD port.
   Workaround for 6.3.18: build in a separate directory, i. e:
   mkdir build && cd build && ../configure --options-go-here
+* Send a NOOP only after a failed STARTTLS in IMAP. (Sunil Shetye)
+* Demote GSSAPI verbose/debug syslog to INFO severity. Requested by Carlos E. R.
+  and Derek Simkowiak via the fetchmail-users@ mailing list.
+* Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory even if the
+  server capabilities do not show support for upgradation to TLS.
+  To use this, configure --sslproto tls1. (Sunil Shetye)
+* IMAP: Understand empty strings as FETCH response, seen on Yahoo. Reported by
+  Yasin Malli to fetchmail-users@ 2010-12-10.
+  Note that fetchmail continues to expect literals as FETCH response for now.
 
-# DOCUMENTATION:
+# DOCUMENTATION
 * The manual page now links to IANA for GSSAPI service names.
 
-# KNOWN BUGS AND WORKAROUNDS:
+# TRANSLATION UPDATES
+  [cs]    Czech (Petr Pisar)
+  [fr]    French (Frédéric Marchal)
+  [de]    German
+  [it]    Italian (Vincenzo Campanella)
+  [pl]    Polish (Jakub Bogusz)
+
+# KNOWN BUGS AND WORKAROUNDS
   (this section floats upwards through the NEWS file so it stays with the
   current release information - however, it was stuck with 6.3.8 for a while)
 * fetchmail does not handle messages without Message-ID header well