diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-10-31 13:10:37 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-10-31 13:10:37 +0100 |
commit | 86533e670a6cbccffe7aad147c04a37301bd5a61 (patch) | |
tree | 5a143dc5137d483e39e3022fff324549cd4cced3 /website | |
parent | ce6c06dc5d45a3d415c099a213d7d8427b7fd975 (diff) | |
download | fetchmail-86533e670a6cbccffe7aad147c04a37301bd5a61.tar.gz fetchmail-86533e670a6cbccffe7aad147c04a37301bd5a61.tar.bz2 fetchmail-86533e670a6cbccffe7aad147c04a37301bd5a61.zip |
website: announce 6.4.23 release.
Diffstat (limited to 'website')
-rw-r--r-- | website/index.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/website/index.html b/website/index.html index 226df405..b02fee1a 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-09-13</td> +<td align="right"><!-- update date -->2021-10-31</td> </tr> </table> </div> @@ -43,15 +43,13 @@ <h1>Fetchmail</h1> <div style="background-color:#c0ffc0;color:#000000;"> - <h1>NEWS: FETCHMAIL 6.4.22 RELEASE</h1> - <p>On 2021-09-13, <a + <h1>NEWS: FETCHMAIL 6.4.23 RELEASE</h1> + <p>On 2021-10-31, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail - 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.</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> + 6.4.23 has been released (click this link to download, or to see recent changes).</a> + It updates the Japanese and Serbian translations, and improves an error message + around STARTTLS with IMAP, plugin and auth ssh. + <p>Note that you should use OpenSSL 1.1.1 or 3.0.0 or newer to compile.</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> |