diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | website/index.html | 20 |
2 files changed, 14 insertions, 11 deletions
@@ -93,7 +93,7 @@ removed from a 6.5.0 or newer release.) translations had been sent out already. -------------------------------------------------------------------------------- -fetchmail-6.4.30 (not yet released) +fetchmail-6.4.30 (released 2022-04-26, 31666 LoC): # BREAKING CHANGES: * Bump wolfSSL minimum required version to 5.2.0 to pull in security fix. @@ -101,6 +101,9 @@ fetchmail-6.4.30 (not yet released) # CHANGES: * Using OpenSSL 1.* before 1.1.1n elicits a compile-time warning. * Using OpenSSL 3.* before 3.0.2 elicits a compile-time warning. +* configure.ac was tweaked in order to hopefully fix cross-compilation issues + report, and different patch suggested, by Fabrice Fontaine, + https://gitlab.com/fetchmail/fetchmail/-/merge_requests/42 # TRANSLATIONS: language translations were updated by this fine person: * ro: Remus-Gabriel Chelu [Romanian] diff --git a/website/index.html b/website/index.html index cc3c4806..45504307 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 -->2022-03-20</td> +<td align="right"><!-- update date -->2022-04-26</td> </tr> </table> </div> @@ -43,17 +43,17 @@ <h1>Fetchmail</h1> <div style="background-color:#c0ffc0;color:#000000;"> - <h1>NEWS: FETCHMAIL 6.4.29 RELEASE</h1> - <p>On 2022-03-20, <a + <h1>NEWS: FETCHMAIL 6.4.30 RELEASE</h1> + <p>On 2022-04-26, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail - 6.4.29 has been released.</a> - It updates the Vietnamese translation (courtesy of Trần Ngọc Quân).</p> - <p>6.4.28 updated the Spanish translation (courtesy of Cristian Othón Martínez - Vera).</p> - <p>OpenSSL 1.1.1 and 3.0 and wolfSSL 5.2.0 (or newer on the respective compatible branches) remain - supported.</p> - <p>6.4.27 updated the Romanian translation (courtesy of Remus-Gabriel + 6.4.30 has been released.</a> + It updates the Romanian translation (courtesy of Remus-Gabriel Chelu).</p> + <p>OpenSSL 1.1.1n and 3.0.2 and wolfSSL 5.2.0 (or newer on the respective compatible branches) remain + supported.</p> + <p>6.4.29 updated the Vietnamese translation (courtesy of Trần Ngọc Quân).</p> + <p>6.4.28 updated the Spanish translation (courtesy of Cristian Othón Martínez + Vera) and added a fix to the manual page (courtesy of Jeremy Petch).</p> <p>6.4.26 added a wolfSSL compatibility workaround and updated the Serbian translation (courtesy of Miroslav Nikolić).</p> <p>6.4.25 (released 2021-12-10) updated translations and the manual page and several other documentation files, adds preliminary wolfSSL 5.0 support on systems that provide a C99 |