diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-09-13 22:46:03 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-09-13 23:00:47 +0200 |
commit | 84f2d310e2a3e62c9bb68010a251e1d89a26bc48 (patch) | |
tree | 5b50d023c567986a6ce7b6e3c5ee948e33b24c1d /website | |
parent | 8eed56c21ca5bbdf3c00aaf74d807bcad8713ba9 (diff) | |
download | fetchmail-84f2d310e2a3e62c9bb68010a251e1d89a26bc48.tar.gz fetchmail-84f2d310e2a3e62c9bb68010a251e1d89a26bc48.tar.bz2 fetchmail-84f2d310e2a3e62c9bb68010a251e1d89a26bc48.zip |
Get ready for 6.4.22.
Diffstat (limited to 'website')
-rw-r--r-- | website/index.html | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/website/index.html b/website/index.html index 37382f84..226df405 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-08-29</td> +<td align="right"><!-- update date -->2021-09-13</td> </tr> </table> </div> @@ -43,29 +43,18 @@ <h1>Fetchmail</h1> <div style="background-color:#c0ffc0;color:#000000;"> - <h1>NEWS: FETCHMAIL 6.4.22.rc3 RELEASE CANDIDATE</h1> - <p>On 2021-08-29, <a + <h1>NEWS: FETCHMAIL 6.4.22 RELEASE</h1> + <p>On 2021-09-13, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail - 6.4.22.rc3 has been released (click this link to download, or to see recent changes).</a> + 6.4.22 has been released (click this link to download, or to see recent changes).</a> It fixes STARTTLS and other protocol-based vulnerabilities, CVE-2021-39272, see the link under <a href="#security-alerts">SECURITY - ALERTS</a> for details.<br>rc2 also fixes a severe IMAP procotol regression - newly introduced in 6.4.22.rc1 that made fetchmail unable to download - e-mail via IMAP in many circumstances, and updates two translations. - <br>rc3 fixes another IMAP protocol regression and updates three more translations. - </p> - <h1>NEWS: FETCHMAIL 6.4.21 RELEASE</h1> - <p>On 2021-08-09, <a - href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail - 6.4.21 has been released (click this link to download, or to see recent changes).</a> - It fixes a regression introduced with 6.4.20's fix for security bug - CVE-2021-36386, see the link under <a href="#security-alerts">SECURITY - ALERTS</a> below for details. The security announcement there has been updated. - </p> - <p>Note that you should use OpenSSL 1.1.1 or newer to compile. + ALERTS</a> for details.</p> + <p>Note that you should use OpenSSL 1.1.1 or 3.0.0 or newer to compile. OpenSSL 1.0.2 has been in end-of-life status since Late 2019.</p> - <p>Note also that fetchmail 6.3.x versions are discontinued and no longer - supported (the youngest 6.3.26 was released in 2013).</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-beta5 release</h1> <p>On 2021-08-09, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.5/">fetchmail |