aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 21 insertions, 19 deletions
diff --git a/NEWS b/NEWS
index 24011bf0..3248059b 100644
--- a/NEWS
+++ b/NEWS
@@ -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