diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-05-07 20:07:43 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-05-07 20:08:29 +0200 |
commit | 5671c538fb5149f0ae475fc87e9deb62d1c3be83 (patch) | |
tree | b8dfe514d8b64ba755da38dd4807f974a422da93 /website | |
parent | 3df0768e30d1b198e59afed73f03775b500be487 (diff) | |
download | fetchmail-5671c538fb5149f0ae475fc87e9deb62d1c3be83.tar.gz fetchmail-5671c538fb5149f0ae475fc87e9deb62d1c3be83.tar.bz2 fetchmail-5671c538fb5149f0ae475fc87e9deb62d1c3be83.zip |
Get ready for 6.4.5 release.
Diffstat (limited to 'website')
-rw-r--r-- | website/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/website/index.html b/website/index.html index 63403688..89e260d7 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 -->2020-04-26</td> +<td align="right"><!-- update date -->2020-05-07</td> </tr> </table> </div> @@ -44,12 +44,12 @@ <div style="background-color:#c0ffc0;color:#000000;"> <h1>NEWS: FETCHMAIL 6.4.4 RELEASE</h1> - <p>On 2020-04-26, <a + <p>On 2020-05-07, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail - 6.4.4 has been released (click this link to download, or to see changes since 6.3.26) + 6.4.5 has been released (click this link to download, or to see changes since 6.3.26) </a>. Note that you should use OpenSSL 1.1.1 or newer to compile. OpenSSL 1.0.2 is EOL since Late 2019.</p> - <p>Since 6.4.3, the Japanese translation was updated, courtesy of Takeshi Hamasaki.</p> - <p>This is a RECOMMENDED update for all users and updates fetchmailconf. Fetchmail 6.3.x versions are discontinued and no longer supported.</p> + <p>Since 6.4.4, a SUSv2 incompatibility around the realpath() function was fixed, which was a regression around 6.4.0..6.4.1 that now expectes SUSv4 semantics for realpath(), counter to what README states.</p> + <p>Fetchmail 6.3.x versions are discontinued and no longer supported.</p> </div> <div style="background-color:#ffe0c0;color:#000000;font-size:85%"> <h1>SECURITY ALERTS</h1> |