diff options
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 63 |
1 files changed, 44 insertions, 19 deletions
diff --git a/website/index.html b/website/index.html index 8474b8f7..91c02eda 100644 --- a/website/index.html +++ b/website/index.html @@ -1,5 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link rel="stylesheet" href="sitestyle.css" type="text/css"> @@ -15,7 +14,7 @@ <table width="100%" cellpadding="0" summary="Canned page header"> <tr> <td>Fetchmail</td> -<td align="right"><!-- update date -->2021-08-03</td> +<td align="right"><!-- update date -->2024-01-31</td> </tr> </table> </div> @@ -43,21 +42,47 @@ <h1>Fetchmail</h1> <div style="background-color:#c0ffc0;color:#000000;"> - <h1>NEWS: FETCHMAIL 6.5.0-beta4 release</h1> - <p>On 2021-08-03, <a + <h1>NEWS: FETCHMAIL 6.4.38 RELEASE</h1> + <p>On 2024-01-31, <a + href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail + 6.4.38 has been released.</a> It updates translations, and tightens OpenSSL/wolfSSL version requirements in order to track their security fixes and deprecations. + <p>OpenSSL 3.0.9, 3.1.4, 3.2.0 and wolfSSL 5.6.2 (or newer on the respective + compatible branches) remain supported.</p> + <p>6.4.37 updated translations.</p> + <p>6.4.36 updated translations.</p> + <p>6.4.35 updated translations and bumped SSL/TLS library version requirements.</p> + <p>6.4.34 fixed a critical softbounce bug (courtesy of Horváth Zsolt) and updates translations. + <p>6.4.33 updated translations.</p> + <p>6.4.32 updated translations and finds both rst2html5 with and without .py suffix when rebuilding the distribution.</p> + <p>6.4.31 updated the configure script for --with-ssl properly identifying the right + OpenSSL on a system with multiple OpenSSL versions installed, and updates the + manual page and its HTML conversion process, and adds some error checking to the .netrc parser.</p> + <p>6.4.30 updated the Romanian translation (courtesy of Remus-Gabriel + Chelu).</p> + <p>6.4.29 updated the Vietnamese translation (courtesy of Trần Ngọc Quân).</p> + <p>6.4.28 updated the Spanish translation (courtesy of Cristian Othón Martínez + Vera) and added a fix to the manual page (courtesy of Jeremy Petch).</p> + <p>6.4.26 added a wolfSSL compatibility workaround and updated the Serbian translation (courtesy of Miroslav Nikolić).</p> + <p>6.4.25 (released 2021-12-10) updated translations and the manual page and several other documentation + files, adds preliminary wolfSSL 5.0 support on systems that provide a C99 + compiler, fixed up a 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. 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.beta9 release</h1> + <p>On 2023-01-06, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.5/">fetchmail - 6.5.0.beta4 has been released (click this link to download, or to see recent changes).</a> - It fixes the security bug CVE-2021-36386 also fixed in 6.4.20.</p> - <h1>NEWS: FETCHMAIL 6.4.20 RELEASE</h1> - <p>On 2021-07-28, <a - href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail - 6.4.20 has been released (click this link to download, or to see recent changes).</a> - It fixes security bug CVE-2021-36386, see the link under <a href="#security-alerts">SECURITY ALERTS</a> below for details. - </p> - <p>Note that you should use OpenSSL 1.1.1 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> + 6.5.0.beta9 has been released (click this link to download, or to see recent changes).</a> + It brings the 6.5.0 betas back in line with 6.4.35, and has a few changes + of its own, including C++17 compatibility, a new IMAP-only --moveto option + to preserve seen message in a separate folder, and fixes Received: lines for time zones + that have sub-minute offsets (usually TAI-based timezones).<br> + Note that lzip as compression is discontinued, fetchmail ships as .tar.xz.</p> </div> <div style="background-color:#ffe0c0;color:#000000;font-size:85%"> @@ -225,8 +250,8 @@ competition. <p><a href="https://sourceforge.net/projects/getlive/">GetLive</a>, a successor to the discontinued Gotmail. (Gotmail was a script to fetch mail from Hotmail, -written by Peter Hawkins, see <a -href="http://linux.cudeso.be/linuxdoc/gotmail.php">gotmail</a>.)</p> +written by Peter Hawkins, which used to live at the now defunct +http://linux.cudeso.be/linuxdoc/gotmail.php)</p> <p>There's a program called <a href="http://mailfilter.sourceforge.net/">mailfilter</a> which can be used |