diff options
-rw-r--r-- | website/index.html | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/website/index.html b/website/index.html index 169285ec..9d016927 100644 --- a/website/index.html +++ b/website/index.html @@ -14,7 +14,7 @@ <table width="100%" cellpadding="0" summary="Canned page header"> <tr> <td>Fetchmail</td> -<td align="right"><!-- update date -->2022-10-16</td> +<td align="right"><!-- update date -->2023-01-04</td> </tr> </table> </div> @@ -42,22 +42,14 @@ <h1>Fetchmail</h1> <div style="background-color:#c0ffc0;color:#000000;"> - <h1>NEWS: FETCHMAIL 6.5.0.beta8 release</h1> - <p>On 2022-10-16, <a - href="https://sourceforge.net/projects/fetchmail/files/branch_6.5/">fetchmail - 6.5.0.beta8 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 the 6.4.28...6.4.34 developments including the critical softbounce fix, - makes the code C99 and also valid C++, renames --auth ssh to --auth - implicit, refines netrc parsing and documents the format (may change - before 6.5.0 release!). Note that lzip as compression is discontinued, - fetchmail ships as .tar.xz.</p> - <h1>NEWS: FETCHMAIL 6.4.34 RELEASE</h1> - <p>On 2022-10-15, <a + <h1>NEWS: FETCHMAIL 6.4.35 RELEASE</h1> + <p>On 2023-01-04, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail - 6.4.34 has been released.</a> It fixes a critical softbounce bug (courtesy of Horváth Zsolt) and updates translations. - <p>OpenSSL 1.1.1q and 3.0.5 and wolfSSL 5.5.1 (or newer on the respective + 6.4.35 has been released.</a> It updates translations and bumps SSL/TLS library version requirements.</p> + <p>OpenSSL 1.1.1q and 3.0.7 and wolfSSL 5.5.1 (or newer on the respective compatible branches - note that OpenSSL 1.1.1q and 3.0.6 were withdrawn) remain supported.</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 @@ -80,6 +72,15 @@ <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.beta8 release</h1> + <p>On 2022-10-16, <a + href="https://sourceforge.net/projects/fetchmail/files/branch_6.5/">fetchmail + 6.5.0.beta8 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 the 6.4.28...6.4.34 developments including the critical softbounce fix, + makes the code C99 and also valid C++, renames --auth ssh to --auth + implicit, refines netrc parsing and documents the format (may change + before 6.5.0 release!). Note that lzip as compression is discontinued, + fetchmail ships as .tar.xz.</p> </div> <div style="background-color:#ffe0c0;color:#000000;font-size:85%"> |