diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/index.html | 33 |
1 files changed, 12 insertions, 21 deletions
diff --git a/website/index.html b/website/index.html index 58fd12b5..0cbf94bf 100644 --- a/website/index.html +++ b/website/index.html @@ -15,7 +15,7 @@ <table width="100%" cellpadding="0" summary="Canned page header"> <tr> <td>Fetchmail</td> -<td align="right"><!-- update date -->2021-12-03</td> +<td align="right"><!-- update date -->2021-12-10</td> </tr> </table> </div> @@ -43,28 +43,19 @@ <h1>Fetchmail</h1> <div style="background-color:#c0ffc0;color:#000000;"> - <h1>NEWS: FETCHMAIL 6.4.25 RELEASE CANDIDATE and 6.4.24 RELEASE</h1> - <p>On 2021-12-03, <a + <h1>NEWS: FETCHMAIL 6.4.25 RELEASE CANDIDATE and 6.4.25 RELEASE</h1> + <p>On 2021-12-10, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail - 6.4.25 release candidate #4 has been issued. - <br>On 2021-11-20, release 6.4.24 had been issued (click this link to - download, or to see recent changes).</a> - It updates translations and the manual page, fixes a compilation issue - when the rcfile* parser is re-built with Bison 3.8 or newer, and fixes a - compatibility issue with the end-of-life OpenSSL 1.0.2 and the expiry of the - DST Root CA X3 certificate which impairs connectivity to Let's-Encrypt-certified - sites. Supported OpenSSL versions 1.1.1 and newer are unaffected.</p> + 6.4.25 has been released.</a> + It updates translations and the manual page and several other documentation + files, adds preliminary wolfSSL 5.0 support on systems that provide a C99 + compiler, fixes up the OpenSSL-1.0.2 specific fix for a compatibility issue + with the end-of-life OpenSSL 1.0.2 around the expiry of the DST Root CA X3 + certificate which impairs connectivity to Let's-Encrypt-certified sites. + Supported OpenSSL versions 1.1.1 and newer are unaffected.</p> <p>Note that you should use a supported OpenSSL version, currently 1.1.1 or - 3.0.</p> - <p>6.4.25 only: Experimental support for wolfSSL 5.0.0 was added, which is - under the GPLv2 or newer license and requires a C99 or newer compiler.</p> - <p>changes between release candidates #1 and #2: documentation updates - around licensing and SSL, configure script fixes, translation updates, - added a contributed systemd unit file and README.</p> - <p>Note that you are responsible for getting your OpenSSL 1.0.2 patched as - security issues become known. If your vendor does not do that any longer, - update to 1.1.1 or 3.0.0!</p> - <p>Also note that OpenSSL's licensing changed between 1.1.1 and 3.0.0, the + 3.0. wolfSSL 5.0 support is currently considered experimental.</p> + <p>Also note that OpenSSL's licensing changed between 1.1.1 and 3.0.0, the latter now uses the Apache License 2.0. See the file COPYING for details.</p> <h1>NEWS: FETCHMAIL 6.5.0-beta6 release</h1> |