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.
ef='#n183'>183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291