aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-12-18 16:07:57 +0100
committerMatthias Andree <matthias.andree@gmx.de>2016-07-06 10:03:46 +0200
commit36c5075506895b66e783b76355013de66823fb3d (patch)
tree9296bc7cad0bd7fecaa90b1a0ce61bd85675c60f /NEWS
parent1ae9d7bf1499cb005a52030ab4ed51a37ec81b02 (diff)
downloadfetchmail-36c5075506895b66e783b76355013de66823fb3d.tar.gz
fetchmail-36c5075506895b66e783b76355013de66823fb3d.tar.bz2
fetchmail-36c5075506895b66e783b76355013de66823fb3d.zip
Accept more options with a running daemon.
(Cherry-picked from master's 1a92b2909610096a11d26f7a7317d32819354be3.)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e02a7f0c..bc1f75f3 100644
--- a/NEWS
+++ b/NEWS
@@ -98,6 +98,8 @@ fetchmail-6.4.0 (not yet released):
* Fetchmail now detects if the server hangs up prematurely during SSL_connect()
and reports this condition as such, and not just as SSL connection failure.
(OpenSSL 1.0.2 reported incompatible with pop3.live.com by Jerry Seibert).
+* A foreground fetchmail can now accept a few more options while another copy is
+ running in the background.
## FIXES
* Fix a typo in the FAQ. Submitted by David Lawyer, Debian Bug#706776.
@@ -134,10 +136,11 @@ fetchmail-6.4.0 (not yet released):
messages. This will not be fixed, because the maintainer has no Kerberos 5
server to test against. Use GSSAPI.
+--------------------------------------------------------------------------------
fetchmail-6.3.26 (released 2013-04-23, 26180 LoC):
- CRITICAL BUG FIX for setups using "mimedecode":
+# 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.