diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-05-09 03:18:42 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-05-09 03:18:42 +0200 |
commit | 8476bffcb54f81d028bcd86e2a9090161738a980 (patch) | |
tree | a1d2fc7f04bfb1492e57e864016a8d69049129a3 /NEWS | |
parent | 3a5789cd5d442012a870e84b851f3f246c8b264b (diff) | |
download | fetchmail-8476bffcb54f81d028bcd86e2a9090161738a980.tar.gz fetchmail-8476bffcb54f81d028bcd86e2a9090161738a980.tar.bz2 fetchmail-8476bffcb54f81d028bcd86e2a9090161738a980.zip |
Omit warning of insecure connection if --sslfingerprint matches.
Fixes Debian Bug#580796 reported by Roland Stigge.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 38 |
1 files changed, 24 insertions, 14 deletions
@@ -52,6 +52,28 @@ removed from a 6.4.0 or newer release.) -------------------------------------------------------------------------------- +fetchmail-6.3.18 (not yet released): + +# BUG FIXES +* Fetchmail would warn about insecure SSL/TLS connections even if a matching + --sslfingerprint was specified. This is an omission from a SSL usability + change made in 6.3.17. Fixes Debian Bug#580796 reported by Roland Stigge. + +# 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 + (See sourceforge.net bug #780933) +* BSMTP is mostly untested and errors can cause corrupt output. +* Sun Workshop 6 (SPARC) is known to miscompile the configuration file lexer in + 64-bit mode. Either compile 32-bit code or use GCC to compile 64-bit + fetchmail. Note that fetchmail doesn't take advantage of 64-bit code, + so compiling 32-bit SPARC code should not cause any difficulties. +* fetchmail does not track pending deletes over crashes +* the command line interface is sometimes a bit stubborn, for instance, + fetchmail -s doesn't work with a daemon running + + fetchmail-6.3.17 (released 2010-05-06, 25767 LoC): # SECURITY FIX @@ -92,6 +114,8 @@ fetchmail-6.3.17 (released 2010-05-06, 25767 LoC): * Several fixes for compiler (GCC, Intel C++, CLang) and autotools warnings * Memory allocation failures will now cause abnormal program abort (SIGABRT), no longer an exit with unspecified code. +* Print a warning if certificate verification failed and the user did not + specify --sslcertck. # DOCUMENTATION * Fix table of global option to read "set softbounce" where there used to be a @@ -112,20 +136,6 @@ fetchmail-6.3.17 (released 2010-05-06, 25767 LoC): [sk] Slovak (Marcel Telka) [vi] Vietnamese (Clytie Siddall) -# 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 - (See sourceforge.net bug #780933) -* BSMTP is mostly untested and errors can cause corrupt output. -* Sun Workshop 6 (SPARC) is known to miscompile the configuration file lexer in - 64-bit mode. Either compile 32-bit code or use GCC to compile 64-bit - fetchmail. Note that fetchmail doesn't take advantage of 64-bit code, - so compiling 32-bit SPARC code should not cause any difficulties. -* fetchmail does not track pending deletes over crashes -* the command line interface is sometimes a bit stubborn, for instance, - fetchmail -s doesn't work with a daemon running - fetchmail-6.3.16 (released 2010-04-06, 25574 LoC): |