diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/index.html | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/website/index.html b/website/index.html index cc7a1645..169285ec 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-15</td> +<td align="right"><!-- update date -->2022-10-16</td> </tr> </table> </div> @@ -42,6 +42,15 @@ <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 href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail @@ -71,12 +80,6 @@ <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.beta7 release</h1> - <p>On 2022-02-28, <a - href="https://sourceforge.net/projects/fetchmail/files/branch_6.5/">fetchmail - 6.5.0.beta7 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.22...6.4.27 developments, - adds a --forceidle option and enhances rcfile parser error reporting.</p> </div> <div style="background-color:#ffe0c0;color:#000000;font-size:85%"> |