diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-08-27 19:33:42 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-08-27 19:59:38 +0200 |
commit | 5f976705db6e1e6de874203826fe4a19d02cda5c (patch) | |
tree | 7fe80dcb9cebfd82f0ceed26df5ac0f92b2814da /website | |
parent | c7c6055bdb7ca6eca2e8f83e332ee1394246ef5b (diff) | |
download | fetchmail-5f976705db6e1e6de874203826fe4a19d02cda5c.tar.gz fetchmail-5f976705db6e1e6de874203826fe4a19d02cda5c.tar.bz2 fetchmail-5f976705db6e1e6de874203826fe4a19d02cda5c.zip |
Get ready for 6.4.22.rc2.
Diffstat (limited to 'website')
-rw-r--r-- | website/index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/website/index.html b/website/index.html index bf7d9d61..2cc3cdd5 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-26</td> +<td align="right"><!-- update date -->2021-08-27</td> </tr> </table> </div> @@ -43,13 +43,15 @@ <h1>Fetchmail</h1> <div style="background-color:#c0ffc0;color:#000000;"> - <h1>NEWS: FETCHMAIL 6.4.22.rc1 RELEASE CANDIDATE</h1> - <p>On 2021-08-26, <a + <h1>NEWS: FETCHMAIL 6.4.22.rc2 RELEASE CANDIDATE</h1> + <p>On 2021-08-27, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail - 6.4.22.rc1 has been released (click this link to download, or to see recent changes).</a> + 6.4.22.rc2 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. + 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. </p> <h1>NEWS: FETCHMAIL 6.4.21 RELEASE</h1> <p>On 2021-08-09, <a |