diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-11-08 19:48:15 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-11-08 19:48:15 +0100 |
commit | 93376320bd5954106e8dec63d6479582a075aae7 (patch) | |
tree | fa6a7d1dc352b2b690cebdb42ec168b73f6055f9 /NEWS | |
parent | f546e90b136a23955f2064e09a96f59d827386aa (diff) | |
download | fetchmail-93376320bd5954106e8dec63d6479582a075aae7.tar.gz fetchmail-93376320bd5954106e8dec63d6479582a075aae7.tar.bz2 fetchmail-93376320bd5954106e8dec63d6479582a075aae7.zip |
Mention Serbian translation update.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 46 |
1 files changed, 26 insertions, 20 deletions
@@ -64,6 +64,32 @@ removed from a 6.5.0 or newer release.) for end-of-life OpenSSL versions may be removed even from patchlevel releases. --------------------------------------------------------------------------------- +fetchmail-6.4.14 (not yet released): + +# TRANSLATION UPDATES were made by these fine people: +* sr: Мирослав Николић [Serbian] + +# KNOWN BUGS AND WORKAROUNDS + (This section floats upwards through the NEWS file so it stays with the + current release information) +* Fetchmail does not handle messages without Message-ID header well + (See sourceforge.net bug #780933) +* Fetchmail currently uses 31-bit signed integers in several places + where unsigned and/or wider types should have been used, for instance, + for mailbox sizes, and misreports sizes of 2 GibiB and beyond. + Fixing this requires C89 compatibility to be relinquished. +* BSMTP is mostly untested and errors can cause corrupt output. +* Fetchmail does not track pending deletes across crashes. +* The command line interface is sometimes a bit stubborn, for instance, + fetchmail -s doesn't work with a daemon running. +* Linux systems may return duplicates of an IP address in some circumstances if + no or no global IPv6 addresses are configured. + (No workaround. Ubuntu Bug#582585, Novell Bug#606980.) +* Kerberos 5 may be broken, particularly on Heimdal, and provide bogus error + messages. This will not be fixed, because the maintainer has no Kerberos 5 + server to test against. Use GSSAPI. + +--------------------------------------------------------------------------------- fetchmail-6.4.13 (released 2020-10-25, 27608 LoC): # BUG FIXES: @@ -92,26 +118,6 @@ fetchmail-6.4.13 (released 2020-10-25, 27608 LoC): * eo: Keith Bowes [Esperanto] * de: [German - by current maintainer] -# KNOWN BUGS AND WORKAROUNDS - (This section floats upwards through the NEWS file so it stays with the - current release information) -* Fetchmail does not handle messages without Message-ID header well - (See sourceforge.net bug #780933) -* Fetchmail currently uses 31-bit signed integers in several places - where unsigned and/or wider types should have been used, for instance, - for mailbox sizes, and misreports sizes of 2 GibiB and beyond. - Fixing this requires C89 compatibility to be relinquished. -* BSMTP is mostly untested and errors can cause corrupt output. -* Fetchmail does not track pending deletes across crashes. -* The command line interface is sometimes a bit stubborn, for instance, - fetchmail -s doesn't work with a daemon running. -* Linux systems may return duplicates of an IP address in some circumstances if - no or no global IPv6 addresses are configured. - (No workaround. Ubuntu Bug#582585, Novell Bug#606980.) -* Kerberos 5 may be broken, particularly on Heimdal, and provide bogus error - messages. This will not be fixed, because the maintainer has no Kerberos 5 - server to test against. Use GSSAPI. - --------------------------------------------------------------------------------- fetchmail-6.4.12 (released 2020-09-04, 27596 LoC): |