diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2014-05-20 22:01:15 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2014-05-20 22:01:15 +0200 |
commit | f287ff471c7e08c3e94ad915540468f1b480c55d (patch) | |
tree | 6d634f86c81631b709f8a4b9bc2f1baafdc1279a /NEWS | |
parent | a00631910a613139423a9e1b59dd194a1b4b63af (diff) | |
download | fetchmail-f287ff471c7e08c3e94ad915540468f1b480c55d.tar.gz fetchmail-f287ff471c7e08c3e94ad915540468f1b480c55d.tar.bz2 fetchmail-f287ff471c7e08c3e94ad915540468f1b480c55d.zip |
Do not translate header tags such as "Subject:".
Reported by Gonzalo Pérez de Olaguer Córdoba, Debian Bug#744907.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 40 |
1 files changed, 21 insertions, 19 deletions
@@ -58,28 +58,13 @@ removed from a 6.4.0 or newer release.) fetchmail-6.3.27 (not yet released, if ever): -# FIXES -* Fix a typo in the FAQ. Submitted by David Lawyer, Debian Bug#706776. - - -fetchmail-6.3.26 (released 2013-04-23, 26180 LoC): - # NOTE THAT FETCHMAIL IS NO LONGER PUBLISHED THROUGH IBIBLIO. * They have stopped accepting submissions and consider themselves an archive. -# CRITICAL BUG FIX for setups using "mimedecode": -* The mimedecode feature failed to ship the last line of the body if it was - encoded as quoted-printable and had a MIME soft line break in the very last - line. Reported by Lars Hecking in June 2011. - - Bug introduced on 1998-03-20 when the mimedecode support was added by ESR - before release 4.4.1 through code contributed by Henrik Storner. - Workaround for older releases: do not use mimedecode feature. - - Earlier versions of this NEWS file claimed this bug fixed in fetchmail-6.3.23, - but it was not. - - Fixes Launchpad Bug#1171818. +## FIXES +* Fix a typo in the FAQ. Submitted by David Lawyer, Debian Bug#706776. +* Do not translate header tags such as "Subject:". Reported by Gonzalo Pérez de + Olaguer Córdoba, Debian Bug#744907. # KNOWN BUGS AND WORKAROUNDS (This section floats upwards through the NEWS file so it stays with the @@ -102,6 +87,23 @@ fetchmail-6.3.26 (released 2013-04-23, 26180 LoC): server to test against. Use GSSAPI. +fetchmail-6.3.26 (released 2013-04-23, 26180 LoC): + + CRITICAL BUG FIX for setups using "mimedecode": +* The mimedecode feature failed to ship the last line of the body if it was + encoded as quoted-printable and had a MIME soft line break in the very last + line. Reported by Lars Hecking in June 2011. + + Bug introduced on 1998-03-20 when the mimedecode support was added by ESR + before release 4.4.1 through code contributed by Henrik Storner. + Workaround for older releases: do not use mimedecode feature. + + Earlier versions of this NEWS file claimed this bug fixed in fetchmail-6.3.23, + but it was not. + + Fixes Launchpad Bug#1171818. + + fetchmail-6.3.25 (released 2013-03-18, 26149 LoC): # BUG FIXES |