diff options
-rw-r--r-- | website/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/website/index.html b/website/index.html index 1aadb0b9..58fd12b5 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-11-28</td> +<td align="right"><!-- update date -->2021-12-03</td> </tr> </table> </div> @@ -44,11 +44,11 @@ <div style="background-color:#c0ffc0;color:#000000;"> <h1>NEWS: FETCHMAIL 6.4.25 RELEASE CANDIDATE and 6.4.24 RELEASE</h1> - <p>On 2021-11-28, <a + <p>On 2021-12-03, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail - 6.4.25 release candidate #3 has been issued. A week earlier, release 6.4.24 - had been issued (click this link to download, or to see recent - changes).</a> + 6.4.25 release candidate #4 has been issued. + <br>On 2021-11-20, release 6.4.24 had been issued (click this link to + download, or to see recent changes).</a> It updates translations and the manual page, fixes a compilation issue when the rcfile* parser is re-built with Bison 3.8 or newer, and fixes a compatibility issue with the end-of-life OpenSSL 1.0.2 and the expiry of the @@ -57,7 +57,7 @@ <p>Note that you should use a supported OpenSSL version, currently 1.1.1 or 3.0.</p> <p>6.4.25 only: Experimental support for wolfSSL 5.0.0 was added, which is - under the GPLv2 or newer license.</p> + under the GPLv2 or newer license and requires a C99 or newer compiler.</p> <p>changes between release candidates #1 and #2: documentation updates around licensing and SSL, configure script fixes, translation updates, added a contributed systemd unit file and README.</p> |