diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2023-01-06 22:12:47 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2023-01-06 22:12:47 +0100 |
commit | d29d6f089d06cf8e1dd9a1173144ae45b78e0c3f (patch) | |
tree | ad24763b05f32e255eeb016cdf5daa529b761ad8 | |
parent | 38935f5aabcc4461132eb7d468fefda5dd2eacb2 (diff) | |
download | fetchmail-d29d6f089d06cf8e1dd9a1173144ae45b78e0c3f.tar.gz fetchmail-d29d6f089d06cf8e1dd9a1173144ae45b78e0c3f.tar.bz2 fetchmail-d29d6f089d06cf8e1dd9a1173144ae45b78e0c3f.zip |
Announce 6.5.9.beta9.
-rw-r--r-- | website/index.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/website/index.html b/website/index.html index 95d8ade4..2c2d66a1 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 -->2023-01-04</td> +<td align="right"><!-- update date -->2023-01-06</td> </tr> </table> </div> @@ -42,6 +42,15 @@ <h1>Fetchmail</h1> <div style="background-color:#c0ffc0;color:#000000;"> + <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.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> <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 @@ -72,15 +81,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.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%"> |