]> Pileus Git - ~andy/fetchmail/blob - NEWS
Convert most references from berlios.de to sourceforge.net.
[~andy/fetchmail] / NEWS
1 Fetchmail Release Notes
2 =======================
3
4 This file is in Unicode charset with UTF-8 encoding.
5 All dates are in Universal Time unless otherwise noted.
6
7 (The `lines' figures total .c, .h, .l, and .y files under version control.
8 Abbreviations in parentheses are the maintainers who committed the respective
9 change.  MA = Matthias Andree, ESR = Eric S. Raymond, RF = Rob Funk.)
10
11 # ADVANCE WARNING OF FEATURES TO BE REMOVED OR CHANGED IN FUTURE VERSIONS
12 (There are no plans to remove features from a 6.3.X release, but they may be
13 removed from a 6.4.0 or newer release.)
14 * The MX and host alias DNS lookups that fetchmail performs in multidrop mode
15   are based on assumptions that are rarely met in practice, somewhat defective,
16   deprecated and may be removed from a future fetchmail version.
17   They have never supported IPv6 (including IPv6-mapped IPv4).
18   Non-DNS based alias keywords such as "aka" will remain in fetchmail.
19 * The monitor and interface options may be removed from a future fetchmail
20   version as they are not reasonably portable across operating systems.
21 * POP2 is obsolete, support will be removed from a future fetchmail version.
22 * IMAP2 and IMAP4 (not IMAP4r1) are obsolete, support may be removed from a
23   future fetchmail version.
24 * RPOP is obsolete, support will be removed from a future fetchmail release.
25 * --sslcertck will become a default setting in a future fetchmail version.
26 * The multidrop To/Cc guessing code along with the fragile duplicate suppressor
27   is deprecated and may be removed from a future release.
28 * The "envelope Received" option may be removed from a future release, because
29   the Received header was never meant to be machine-readable, the format varies
30   widely, and various other differences in behavior make parsing Received an
31   unreliable undertaking. The envelope option as such will remain though, in
32   order to support Delivered-To, X-Envelope-To, X-Original-To and similar.
33   See also <http://home.pages.de/~mandree/mail/multidrop>.
34 * The --enable-fallback (fall back to MDA if MTA unavailable) will be removed
35   from a future fetchmail release, because it makes fetchmail's behavior
36   inconsistent and confusing.
37 * The "protocol auto" default inside fetchmail may be removed from a future
38   fetchmail release. Explicit configuration of the protocol is recommended.
39 * Kerberos IV support may be removed from a future fetchmail release.
40 * Kerberos 5 support may be removed from a future fetchmail release.
41 * The --principal option may be removed from a future fetchmail release.
42 * SIGHUP wakeup support may be removed from a future fetchmail release and
43   cause fetchmail to terminate - it was broken for many years.
44 * Support for operating systems that are not sufficiently POSIX compliant may be
45   removed or operation on such systems may be suboptimal for future releases.
46   This means that fetchmail may only continue to work on C99 and POSIX 2001
47   based systems.
48 * The maintainer may migrate fetchmail to C++ with STL or C#, and impose further
49   requirements (dependencies), such as Boost or other class libraries.
50 * The softbounce option default will change to "false" in the next release.
51 * The --bsmtp - mode of operation may be removed in a future release.
52 * Given that OpenSSL is severely underdocumented, and needs license exceptions,
53   fetchmail may switch to a different SSL library.
54 * SSLv2 support will be removed from a future fetchmail release. It has been
55   obsolete for more than a decade.
56
57 --------------------------------------------------------------------------------
58
59 fetchmail-6.3.27 (not yet released, if ever):
60
61 # NOTE THAT FETCHMAIL IS NO LONGER PUBLISHED THROUGH IBIBLIO.
62 * They have stopped accepting submissions and consider themselves an archive.
63
64 ## FIXES
65 * Fix a typo in the FAQ. Submitted by David Lawyer, Debian Bug#706776.
66 * Do not translate header tags such as "Subject:".  Reported by Gonzalo Pérez de
67   Olaguer Córdoba, Debian Bug#744907.
68 * Convert most links from berlios.de to sourceforge.net.
69
70 # KNOWN BUGS AND WORKAROUNDS
71   (This section floats upwards through the NEWS file so it stays with the
72   current release information)
73 * Fetchmail does not handle messages without Message-ID header well
74   (See sourceforge.net bug #780933)
75 * BSMTP is mostly untested and errors can cause corrupt output.
76 * Sun Workshop 6 (SPARC) is known to miscompile the configuration file lexer in
77   64-bit mode.  Either compile 32-bit code or use GCC to compile 64-bit
78   fetchmail.  Note that fetchmail doesn't take advantage of 64-bit code,
79   so compiling 32-bit SPARC code should not cause any difficulties.
80 * Fetchmail does not track pending deletes across crashes.
81 * The command line interface is sometimes a bit stubborn, for instance,
82   fetchmail -s doesn't work with a daemon running.
83 * Linux systems may return duplicates of an IP address in some circumstances if
84   no or no global IPv6 addresses are configured.
85   (No workaround. Ubuntu Bug#582585, Novell Bug#606980.)
86 * Kerberos 5 may be broken, particularly on Heimdal, and provide bogus error
87   messages. This will not be fixed, because the maintainer has no Kerberos 5
88   server to test against. Use GSSAPI.
89
90
91 fetchmail-6.3.26 (released 2013-04-23, 26180 LoC):
92
93  CRITICAL BUG FIX for setups using "mimedecode":
94 * The mimedecode feature failed to ship the last line of the body if it was
95   encoded as quoted-printable and had a MIME soft line break in the very last
96   line.  Reported by Lars Hecking in June 2011.
97
98   Bug introduced on 1998-03-20 when the mimedecode support was added by ESR
99   before release 4.4.1 through code contributed by Henrik Storner.
100   Workaround for older releases: do not use mimedecode feature.
101
102   Earlier versions of this NEWS file claimed this bug fixed in fetchmail-6.3.23,
103   but it was not.
104
105   Fixes Launchpad Bug#1171818.
106
107
108 fetchmail-6.3.25 (released 2013-03-18, 26149 LoC):
109
110 # BUG FIXES
111 * Fix a memory leak in out-of-memory error condition while handling plugins.
112   Report and patch by John Beck (found with Parfait static code analyzer).
113 * Fix a NULL pointer dereference in out-of-memory error condition while handling
114   plugins.
115   Report and patch by John Beck (found with Parfait static code analyzer).
116
117 # CHANGES
118 * Improved reporting when SSL/TLS X.509 certificate validation has failed,
119   working around a not-so-recent swapping of two OpenSSL error codes, and
120   a practical impossibility to distinguish broken certification chains from
121   missing trust anchors (root certificates).
122 * OpenSSL decoded errors are now reported through report(), rather than dumped
123   to stderr, so that they should show up in logfiles and/or syslog.
124 * The fetchmail manual page no longer claims that MD5 were the default OpenSSL
125   hash format (for use with --sslfingerprint). Reported by Jakob Wilk,
126   PARTIAL fix for Debian Bug#700266.
127 * The fetchmail manual page now refers the user to --softbounce from the
128   SMTP/ESMTP ERROR HANDLING section.  Reported by Anton Shterenlikht.
129
130 # WORKAROUNDS
131 * Older systems that provide the older RFC-2553 implementation of getaddrinfo,
132   rather than the current RFC-3493, and systems that do not provide this
133   getaddrinfo() interface at all and thus use the replacement functions from
134   libesmtp/getaddrinfo.?, might return EAI_NODATA when a host is registered in
135   DNS as MX or similar, but without A or AAAA records.  Handle this situation
136   when checking for multidrop aliases and treat EAI_NODATA the same as
137   EAI_NONAME, i. e. name cannot be resolved.
138
139   The proper fix, however, is to upgrade the operating system.
140
141 # TRANSLATION UPDATES
142 [cs] Czech, by Petr Pisar
143 [da] Danish, by Joe Hansen
144 [de] German
145 [eo] Esperanto, by Sian Mountbatten and Felipe Castro
146 [fr] French, by Frédéric Marchal
147 [ja] Japanese, by Takeshi Hamasaki
148 [pl] Polish, by Jakub Bogusz
149 [sv] Swedish, by Göran Uddeborg
150 [vi] Vietnamese, by Trần Ngọc Quân
151
152
153 fetchmail-6.3.24 (released 2012-12-23, 26108 LoC):
154
155 # CRITICAL AND REGRESSION FIXES
156 * Plug a memory leak in OpenSSL's certificate verification callback.
157   This would affect fetchmail configurations running with SSL in daemon mode
158   more than one-shot runs.
159   Reported by Erik Thiele, and pinned by Dominik Heeg,
160   fixes Debian Bug #688015.
161   This bug was introduced into fetchmail 6.3.0 (committed 2005-10-29)
162   when support for subjectAltName was added through a patch by Roland
163   Stigge, submitted as Debian Bug#201113.
164
165 * The --logfile option now works again outside daemon mode, reported by Heinz
166   Diehl. The documentation that I had been reading was inconsistent with the
167   code, and only parts of the manual page claimed that --logfile was only
168   effective in daemon mode.
169
170
171 fetchmail-6.3.23 (released 2012-12-10, 26106 LoC):
172
173 # REGRESSION FIXES
174 * Fix compilation with OpenSSL implementations before 0.9.8m that lack
175   SSL_CTX_clear_options. Patch by Earl Chew.
176   Note that the use of older OpenSSL versions with fetchmail is unsupported and
177   *not* recommended.
178
179 # BUG FIXES
180 * Fix combination of --plugin and -f -. Patch by Alexander Zangerl,
181   to fix Debian Bug#671294.
182 * Clean up logfile vs. syslog handling, and in case logfile overrides
183   syslog, send a message to the latter stating where logging goes.
184
185 # CHANGES
186 * The build process can now be made a bit more silent and concise through
187   ./configure --enable-silent-rules, or by adding "V=0" to the make command.
188
189 # WORKAROUNDS
190 * Make Maillennium POP3 workarounds less specific, to encompass
191   Maillennium POP3/UNIBOX (Maillennium V05.00c++). Reported by Eddie
192   via fetchmail-users mailing list, 2012-10-13.
193
194 # TRANSLATION UPDATES
195 [cs] Czech, by Petr Pisar
196 [da] Danish, by Joe Hansen
197 [de] German
198 [fr] French, Frédéric Marchal
199 [ja] Japanese, Takeshi Hamasaki
200 [pl] Polish, by Jakub Bogusz
201 [sv] Swedish, by Göran Uddeborg
202 [vi] Vietnamese, Trần Ngọc Quân
203
204
205 fetchmail-6.3.22 (released 2012-08-29, 26077 LoC):
206
207 # SECURITY FIXES
208 * for CVE-2012-3482:
209   NTLM: fetchmail mistook an error message that the server sent in response to
210   an NTLM request for protocol exchange, tried to decode it, and crashed while
211   reading from a bad memory location.
212   Also, with a carefully crafted NTLM challenge packet sent from the server, it
213   would be possible that fetchmail conveyed confidential data not meant for the
214   server through the NTLM response packet.
215   Fix: Detect base64 decoding errors, validate the NTLM challenge, and abort
216   NTLM authentication in case of error.
217   See fetchmail-SA-2012-02.txt for further details.
218   Reported by J. Porter Clark.
219
220 * for CVE-2011-3389:
221   SSL/TLS (wrapped and STARTTLS): fetchmail used to disable a countermeasure 
222   against a certain kind of attack against cipher block chaining initialization 
223   vectors (SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS).
224   Whether this creates an exploitable situation, depends on the server and the 
225   negotiated ciphers.
226   As a precaution, fetchmail 6.3.22 enables the countermeasure, by clearing 
227   SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS.
228
229   NOTE that this can cause connections to certain non-conforming servers to 
230   fail, in which case you can set the environment variable 
231   FETCHMAIL_DISABLE_CBC_IV_COUNTERMEASURE to any non-empty value when starting
232   fetchmail to re-instate the compatibility option at the expense of security.
233
234   Reported by Apple Product Security.
235
236   For technical details, refer to <http://www.openssl.org/~bodo/tls-cbc.txt>.
237   See fetchmail-SA-2012-01.txt for further details.
238
239 # BUG FIX
240 * The Server certificate: message in verbose mode now appears on stdout like the
241   remainder of the output. Reported by Henry Jensen, to fix Debian Bug #639807.
242
243 * The GSSAPI-related autoconf code now matches gssapi.c better, and uses
244   a different check to look for GSS_C_NT_HOSTBASED_SERVICE.
245   This fixes the GSSAPI-enabled build on NetBSD 6 Beta.
246
247 # CHANGES
248 * On systems where SSLv2_client_method isn't defined in OpenSSL (such as
249   newer Debian, and Ubuntu starting with 11.10 oneiric ocelot), don't
250   reference it (to fix the build) and if configured, print a run-time error 
251   that the OS does not support SSLv2. Fixes Debian Bug #622054, 
252   but note that that bug report has a more thorough patch that does away with
253   SSLv2 altogether.
254
255 * The security and errata notices fetchmail-{EN,SA}-20??-??.txt are now
256   under the more relaxed CC BY-ND 3.0 license (the noncommercial clause
257   was dropped). The Creative Commons address was updated.
258
259 * The Python-related Makefile.am parts were simplified to avoid an automake
260   1.11.X bug around noinst_PYTHON, Automake Bug #10995.
261
262 * Configuring fetchmail without SSL now triggers a configure warning,
263   and asks the user to consider running configure --with-ssl.
264
265 # WORKAROUND
266 * Some servers, notably Zimbra, return A1234 987 FETCH () in response to
267   a header request, in the face of message corruption.  fetchmail now treats
268   these as temporary errors. Report and Patch by Mikulas Patocka, Red Hat.
269
270 * Some servers, notably Microsoft Exchange, return "A0009 OK FETCH completed."
271   without any header in response to a header request for meeting reminder
272   messages (with a "meeting.ics" attachment). fetchmail now treats these as
273   transient errors.  Report by John Connett, Patch by Sunil Shetye.
274
275 # TRANSLATION UPDATES
276 * [cs]    Czech, by Petr Pisar
277 * [de]    German
278 * [fr]    French, by Frédéric Marchal
279 * [ja]    Japanese, by Takeshi Hamasaki
280 * [pl]    Polish, by Jakub Bogusz
281 * [sv]    Swedish, by Göran Uddeborg --- NEW TRANSLATION - Thank you!
282 * [vi]    Vietnamese, by Trần Ngọc Quân
283
284
285 fetchmail-6.3.21 (released 2011-08-21, 26011 LoC):
286
287 # CRITICAL BUG FIX
288 * The IMAP client no longer inserts NUL bytes into the last line of a message
289   when it is not closed with a LF or CRLF sequence. Reported by Antoine Levitt.
290   As a side effect of the fix, and in order to avoid a full rewrite, fetchmail
291   will now CRLF-terminate the last line fetched through IMAP, even if it is
292   originally not terminated by LF or CRLF. This bears no relevance if your
293   messages end up in mbox, but adds line termination for storages (like Maildir)
294   that do not require that the last line be LF- or CRLF-terminated.
295
296 # CONTRIB/ addition
297 * There is a patch against fetchnews's source, contrib/rawlog.patch, that can
298   log (and hexdump non-printing characters) raw socket data to a file. It proved
299   useful to debug Antoine's bug described above.
300
301
302 fetchmail-6.3.20 (released 2011-06-06, 26005 LoC):
303
304 # SECURITY BUG FIXES
305 * CVE-2011-1947:
306   STARTTLS: Fetchmail runs the IMAP STARTTLS or POP3 STLS negotiation with the
307   set timeout (default five minutes) now. This was reported missing, with
308   observed fetchmail freezes beyond a week, by Thomas Jarosch.
309      SSL-wrapped connections were unaffected by this timeout, so users of older
310   versions can force ssl-wrapped connections -- if supported by the server --
311   with the --ssl command line or ssl rcfile option.
312   See fetchmail-SA-2011-01.txt for further details.
313
314 # BUG FIXES
315 * IMAP: Do not search for UNSEEN messages in ranges. Usually, there are very few
316   new messages and most of the range searches result in nothing. Instead, split
317   the long response to make the IMAP driver think that there are multiple lines
318   of response. (Sunil Shetye)
319 * Do not print "skipping message" for old messages even in verbose mode. If
320   there are too many old messages, the logs just get filled without any real
321   activity. (Sunil Shetye) (suggested by Yunfan Jiang)
322 * Build: fetchmail now always uses its own MD5 implementation rather than trying
323   to find a system library with matched header. The library and header variants
324   found on systems are too diverse, and the code size saving is not worth any
325   more wasted user or programmer time.
326
327 # CHANGES
328 * Call strlen() only once when removing CRLF from a line. (Sunil Shetye)
329 * fetchmail sets Internet domain sockets to "keepalive" mode now. Note that
330   there is no portable way to configure actual timeouts for this mode, and some
331   systems only support a system-wide timeout setting. fetchmail does not
332   attempt to tune the time spans of keepalive mode.
333
334 # TRANSLATION UPDATES
335   [cs]    Chech (Petr Pisar)
336   [nl]    Dutch (Erwin Poeze)
337   [fr]    French (Frédéric Marchal)
338   [de]    German (Matthias Andree)
339   [ja]    Japanese (Takeshi Hamasaki)
340   [pl]    Polish (Jakub Bogusz)
341   [sk]    Slovak (Marcel Telka)
342
343
344 fetchmail-6.3.19 (released 2010-12-10, 25945 LoC):
345
346 # ERRATUM NOTICE ISSUED
347 * fetchmail 6.3.18 contains several bug fixes that were considered sufficiently
348   grave to warrant the issue of an erratum notice, fetchmail-EN-2010-03.txt.
349
350 # BUG FIXES
351 * When specifying multiple local multidrop lists, do not lose wildcard flag.
352   (Affects "user foo is bar baz * is joe here")
353 * In multidrop configurations, an asterisk can now appear anywhere in the list
354   of local users, not just at the end.
355 * In multidrop mode, header parsing is now more verbose in -vv mode, so that it
356   becomes possible to see which header is used.
357 * Make --antispam work from command line (these used to work in rcfiles).
358   Reported by Kees Bakker, BerliOS Bug #17599. (Sunil Shetye)
359 * Smoke test XHTML 1.1 validation, and if it fails, skip validating HTML
360   documents.  Skip validating Mailbox-Names-UTF7.html. Several systems have
361   broken XHTML 1.1 DTD installations that jeopardize the build.
362   Reported by Mihail Nechkin against FreeBSD port.
363   Workaround for 6.3.18: build in a separate directory, i. e:
364   mkdir build && cd build && ../configure --options-go-here
365 * Send a NOOP only after a failed STARTTLS in IMAP. (Sunil Shetye)
366 * Demote GSSAPI verbose/debug syslog to INFO severity. Requested by Carlos E. R.
367   and Derek Simkowiak via the fetchmail-users@ mailing list.
368 * Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory even if the
369   server capabilities do not show support for upgradation to TLS.
370   To use this, configure --sslproto tls1. (Sunil Shetye)
371 * IMAP: Understand empty strings as FETCH response, seen on Yahoo. Reported by
372   Yasin Malli to fetchmail-users@ 2010-12-10.
373   Note that fetchmail continues to expect literals as FETCH response for now.
374
375 # DOCUMENTATION
376 * The manual page now links to IANA for GSSAPI service names.
377
378 # TRANSLATION UPDATES
379   [cs]    Czech (Petr Pisar)
380   [fr]    French (Frédéric Marchal)
381   [de]    German
382   [it]    Italian (Vincenzo Campanella)
383   [pl]    Polish (Jakub Bogusz)
384
385
386 fetchmail-6.3.18 (released 2010-10-09, 25936 LoC):
387
388 # SECURITY IMPROVEMENTS TO DEFANG X.509 CERTIFICATE ABUSE
389 * Fetchmail now only accepts wildcard certificate common names and subject
390   alternative names if they start with "*.". Previous versions would accept
391   wildcards even if no period followed immediately.
392 * Fetchmail now disallows wildcards in certificates to match domain literals
393   (such as 10.9.8.7), or wildcards in domain literals ("*.168.23.23").
394   The test is overly picky and triggers if the pattern (after skipping the
395   initial wildcard "*") or domain consists solely of digits and dots, and thus
396   matches more than needed.
397 * Fetchmail now disallows wildcarding top-level domains.
398
399 # CRITICAL BUG FIXES AND REGRESSION FIXES
400 * Fetchmail 6.3.15, 6.3.16, and 6.3.17 would pick up libmd5 to obtain MD5*
401   functions, as an effect of an undocumented Solaris MD5 fix.
402   This caused all MD5-related functions to malfunction if, for instance,
403   libmd5.so was installed on other operating systems as part of libwww on
404   machines where long isn't 32-bits, i. e. usually on 64-bit computers.
405   Fixes Gentoo Bug #319283, reported, including libwww hint, by Karl Hakimian.
406   Side effect: fetchmail will now use -lmd on Solaris rather than -lmd5.
407 * Fetchmail 6.3.17 warned about insecure SSL/TLS connections even if a matching
408   --sslfingerprint was specified. This is an omission from an SSL usability
409   change made in 6.3.17.
410   Fixes Debian Bug#580796 reported by Roland Stigge.
411 * Fetchmail will now apply timeouts to the authentication stage.
412   This stage encompasses STARTTLS/STLS negotiation in IMAP/POP3.
413   Reported missing by Thomas Jarosch.
414 * Fetchmail now cancels GSSAPI authentication properly when encountering GSS
415   errors, such as no or unsuitable credentials.
416   It now sends an asterisk on a line by its own, as required in SASL.
417     This fixes protocol synchronization issues that cause Authentication
418   failures, often observed with kerberized MS Exchange servers.
419   Fixes Debian Bug #568455 reported by Patrick Rynhart, and Alan Murrell, to the
420   fetchmail-users list. Fix verified by Thomas Voigtmann and Patrick Rynhart.
421
422 # BUG FIXES
423 * Fetchmail will no longer print connection attempts and errors for one host
424   in "silent" and "normal" logging modes, unless all connections fail. This
425   should reduce irritation around refused-connection logging if services are
426   only on an IPv4 socket if the host also supports IPv6. Often observed as
427   connections refused to ::1/25 when the subsequent connection to 127.0.0.1/25
428   then - silently - succeeds.  Fetchmail, unless in verbose mode, will collect
429   all connect errors and only report them if all of them fail.
430 * Fetchmail will not try GSSAPI authentication automatically, unless it has GSS
431   credentials. However, if GSSAPI authentication is requested explicitly,
432   fetchmail will always try it.
433 * Fetchmail now parses response to "FETCH n:m RFC822.SIZE" and "FETCH n
434   RFC822.HEADER" in a more flexible manner. (Sunil Shetye)
435 * The manual page clearly states that --principal is for Kerberos 4 only, not
436   for Kerberos 5 or GSSAPI. Found by Thomas Voigtmann.
437
438 # CHANGES
439 * When encountering incorrect headers, fetchmail will refer to the bad-header
440   option in the manpage.
441   Fixes BerliOS Bug #17272, change suggested by Björn Voigt.
442 * Fetchmail now decodes and reports GSSAPI status codes upon errors.
443 * Fetchmail now autoprobes NTLM also for POP3.
444 * The Fetchmail FAQ has a new item #R15 on authentication failures.
445
446 # INTERNAL CHANGES
447 * The common NTLM authentication code was factored out from pop3.c and imap.c.
448
449 # TRANSLATION UPDATES
450   [zh_CN] Chinese/simplified (Ji Zheng-Yu)
451   [cs]    Czech (Petr Pisar)
452   [nl]    Dutch (Erwin Poeze)
453   [fr]    French (Frédéric Marchal)
454   [de]    German
455   [it]    Italian (Vincenzo Campanella)
456   [ja]    Japanese (Takeshi Hamasaki)
457   [pl]    Polish (Jakub Bogusz)
458   [sk]    Slovak (Marcel Telka)
459
460
461 fetchmail-6.3.17 (released 2010-05-06, 25767 LoC):
462
463 # SECURITY FIX
464 * CVE-2010-1167: Fetchmail before release 6.3.17 did not properly sanitize
465   external input (mail headers and UID). When a multi-character locale (such as
466   UTF-8) was in use, this could cause memory exhaustion and thus a denial of
467   service, because fetchmail's report.c functions assumed that non-success of
468   [v]snprintf was due to insufficient buffer size allocation. It would then
469   repeatedly reallocate a larger buffer and fail formatting again.
470   See fetchmail-SA-2010-02.txt.
471
472 # FEATURES
473 * Fetchmail now supports a --sslcertfile <file> option to specify a "CA bundle"
474   file (a file that contains trusted CA certificates). Since these bundled CA
475   files do not require c_rehash to be run, they are easier to use and immune to
476   OpenSSL library updates that affect the hash function.
477 * Fetchmail now supports a FETCHMAIL_INCLUDE_DEFAULT_X509_CA_CERTS
478   environment variable to force loading the default SSL CA certificate
479   locations even if --sslcertfile or --sslcertpath is used.
480   If neither option is in effect, fetchmail loads the default locations.
481
482 # REGRESSION FIX
483 * Fix string handling in rcfile scanner, which caused fetchmail to misparse a
484   run control file in certain circumstances.  Fixes BerliOS bug #14257.
485   Patch by Michael Banack.  This fixes a regression introduced before 6.3.0.
486
487 # BUG FIXES
488 * Plug memory leak when using a "defaults" entry in the run control file.
489 * Do not print SSL certificate mismatches unless verbose or --sslcertck is
490   enabled.
491 * Do not lose "set invisible" in fetchmailconf. (Michael Barnack)
492
493 # CHANGES
494 * Usability: SSL certificate chains are fully printed in -v -v mode, and there
495   are now helpful pointers to --sslcertpath and c_rehash for "unable to get
496   local issuer certificate" and self-signed certificates -- these usually hint
497   to missing root signing CAs in the certs directory.
498 * Several fixes for compiler (GCC, Intel C++, CLang) and autotools warnings
499 * Memory allocation failures will now cause abnormal program abort (SIGABRT),
500   no longer an exit with unspecified code.
501 * Print a warning if certificate verification failed and the user did not
502   specify --sslcertck.
503
504 # DOCUMENTATION
505 * Fix table of global option to read "set softbounce" where there used to be a
506   2nd copy of "set spambounce".  Patch by Michael Banack, BerliOS Bug #17067.
507 * In the --sslcertpath description, mention that OpenSSL upgrade (and a 0.9.X
508   to 1.0.0 upgrade in particular) may require running c_rehash.
509
510 # TRANSLATION UPDATES
511   [zh_CN] Chinese/simplified (Ji Zheng-Yu)
512   [cs]    Czech (Petr Pisar)
513   [nl]    Dutch (Erwin Poeze)
514   [fr]    French (Frédéric Marchal)
515   [de]    German
516   [id]    Indonesian (Andhika Padmawan)
517   [it]    Italian (Vincenzo Campanella)
518   [ja]    Japanese (Takeshi Hamasaki)
519   [pl]    Polish (Jakub Bogusz)
520   [sk]    Slovak (Marcel Telka)
521   [vi]    Vietnamese (Clytie Siddall)
522
523
524 fetchmail-6.3.16 (released 2010-04-06, 25574 LoC):
525
526 # BUG FIX
527 * Fix --interface option, broken in 6.3.15. Reported by Vladmimir Stavrinov.
528   Fixes Debian Bug #576717.
529
530 # CHANGE
531 * Call OpenSSL_add_all_algorithms(). This is needed to support non-mandatory
532   and non-standard algorithms in certificates.
533   Sjoerd Simons, to fix Debian Bug #576430.
534   OpenSSL 0.9.8* does not load - for instance - the SHA256 digest by default.
535   Reported as OpenSSL RT#2224.
536
537
538 fetchmail-6.3.15 (released 2010-03-28, 25572 LoC):
539
540 # FEATURE
541 * Fetchmail now supports a bad-header command line or rcfile option that takes
542   exactly one argument, accept or reject (default).  This specifies how messages
543   with bad headers retrieved from the current server are to be treated.
544
545 # BUG FIXES
546 * In the rcfile, recognize "local" as abbreviation for "localdomains", as
547   documented. The short form has not ever worked since this feature was added in
548   January 1997. Reported by Frédéric Marchal.
549 * Do not close stdout when using mda and "bsmtp -" at the same time.
550 * Log operating system errors when BSMTP writes fail.
551 * Fix verbose mode progress formatting regression from 6.3.10; SMTP trace lines
552   were no longer on a line of their own. Reported by Melchior Franz.
553 * Check seteuid() return value and abort running MDA if switch fails.
554 * Set global flags in a consistent manner. Make --nosoftbounce and
555   --nobounce work from command line (these used to work in rcfiles).
556   Reported and fix confirmed working by N.J. Mann. (Sunil Shetye)
557 * Properly import h_errno declarations, even on systems where h_errno isn't a
558   macro. (Adds ./configure check, fixes Cygwin dllimport warnings.)
559
560 # CHANGES
561 * The repository has been converted and moved from the Subversion (SVN) format
562   kindly hosted by Graham Wilson over the past years to Git format hosted on
563   Gitorious.org.  My deepest thanks to Graham Wilson for this service that
564   kept us going when BerliOS's Subversion service was faulty in its early days.
565 * This opportunity was used to convert BRANCH_6-2 and BRANCH_1-9-9 to
566   GnuPG-signed tags, as a sign that these are now closed.
567 * The outdated SVN trunk is now called "oldtrunk" in Git just to save the work
568   for future reference. All development in the past few years was on BRANCH_6-3.
569 * master was branched from BRANCH_6-3.  BRANCH_6-3 is now obsolete (and in fact
570   was also converted to a tag to record where the conversion from SVN to Git
571   took place).
572 * "make check" now skips HTML validation if xmllint or XHTML DTD are missing.
573
574 # DOCUMENTATION
575 * Web site and documentation were adjusted to reflect the SVN->Git move.
576 * The fetchmail manual page is now much clearer on the user id switching
577   (seteuid) when using --mda while running as the super user.
578
579 # TRANSLATION UPDATES, by language name
580 * [zh_CN] Chinese (Simplified), by Ji Zheng-Yu
581 * [cs]    Czech, by Petr Pisar
582 * [nl]    Dutch, by Erwin Poeze
583 * [fr]    French, by Frédéric Marchal
584 * [de]    German
585 * [id]    Indonesian, by Andhika Padmawan
586 * [it]    Italian, by Vincenzo Campanella
587 * [ja]    Japanese, by Takeshi Hamasaki
588 * [pl]    Polish, by Jakub Bogusz
589 * [vi]    Vietnamese, by Clytie Siddall
590
591
592 fetchmail 6.3.14 (released 2010-02-05, 25487 LoC):
593
594 # SECURITY FIXES
595 * CVE-2010-0562: SSL/TLS certificate information is now also reported properly
596   on computers that consider the "char" type signed. Fixes malloc() buffer
597   overrun.  Workaround for older versions: do not use verbose mode.
598   See fetchmail-SA-2010-01.txt for details, including a minimal patch.
599
600 # BUG FIXES
601 * The IMAP client no longer skips messages from several IMAP servers including
602   Dovecot if fetchmail's "idle" is in use.  Causes were that fetchmail (a)
603   ignored some untagged responses when it should not (b) relied on EXISTS
604   messages in response to EXPUNGE, which aren't mandated by RFC-3501 (the IMAP
605   standard) and aren't sent by Dovecot either.
606     Fix by Sunil Shetye (the fix also consolidates IMAP response handling,
607   improving overall robustness of the IMAP client), bug report and testing by
608   Matt Doran, with further hints from Timo Sirainen.
609 * The SMTP client now recovers from errors (such as servers dropping the
610   connection after errors) when sending an RSET command.
611     Fix by Sunil Shetye. Report by James Moe.
612 * The IMAP client now uses "SEARCH UNSEEN" rather than "SEARCH UNSEEN NOT
613   DELETED" again on IMAP2, to fix a regression in fetchmail 6.2.5 reported by
614   Will Stringer in June 2004. (Sunil Shetye)
615 * The IMAP client now uses "SEARCH UNSEEN UNDELETED" on IMAP4 and IMAP4r1
616   servers (Sunil Shetye).
617 * Workaround: The IMAP client now falls back to "FETCH n:m FLAGS" if the server
618   does not support "SEARCH". (Sunil Shetye)
619 * The IMAP client now requests message numbers in batches of 1,000 to avoid
620   problems if there are more than 1860 unseen messages. (Sunil Shetye)
621     Note that this wasn't security relevant because fetchmail would only read up
622   to the maximum buffer size and leave the remainder of the string unread, going
623   out of synch afterwards.
624 * Stricter validation of IMAP responses containing byte or message counts.
625
626 # CHANGES
627 * Only include gssapi.h if we're not including gssapi/gssapi.h, to fix a FreeBSD
628   compiler warning about gssapi.h being obsolete.
629
630 # DOCUMENTATION
631 * The README.SSL document was revised for grammar, spelling, and clarity.
632   Courtesy of Robert Mullin.
633
634 # TRANSLATION UPDATES
635 * [it]    Italian, by Vincenzo Campanella
636
637
638
639 fetchmail 6.3.13 (released 2009-10-30, 25333 LoC):
640
641 # REGRESSION FIXES
642 * The multiline SMTP error fix in release 6.3.12 caused fetchmail to lose
643   message codes 400..599 and treat all of these as temporary error. This would
644   cause messages to be left on the server even if softbounce was turned off.
645   Reported by Thomas Jarosch.
646
647 # TRANSLATION UPDATES
648 * [cs]    Czech, by Petr Pisar
649 * [zh_CN] Chinese (simplified), by Ji ZhengYu
650 * [nl]    Dutch, by Erwin Poeze
651 * [id]    Indonesian, by Andhika Padmawan
652 * [ja]    Japanese, by Takeshi Hamasaki
653 * [pl]    Polish, by Jakub Bogusz
654 * [es]    Spanish (Castilian), by Franciso Molinero
655 * [vi]    Vietnamese, by Clytie Siddall
656
657
658 fetchmail 6.3.12 (released 2009-10-05):
659
660 # REGRESSION FIXES
661 * The CVE-2009-2666 fix in fetchmail release 6.3.11 caused a free() of
662   unallocated memory on SSL connections, which caused crashes or program aborts
663   on some systems (depending on how initialization and free() of unallocated
664   memory is handled in compiler and libc).
665   Workaround for older versions: run in verbose mode.
666   Patch courtesy of Thomas Heinz, fixes Gentoo Bug #280760.
667   This regression affected only the 6.3.11 release, but not the patch that was
668   part of the security announcement fetchmail-SA-2009-01.
669
670 # BUG FIXES
671 * Fix error reporting for GSSAPI on Heimdal (h5l) Kerberos.
672 * Look for MD5_Init in libcrypto rather than libssl, fixes Gentoo Kerberos
673   builds; fixes upstream parts of Gentoo Bugs #231400 and #185652, and fixes
674   BerliOS Bug #16134.
675 * Report multiline SMTP errors properly, reported by Earl Chew; fixes Debian Bug
676   #529899, reported by Akihiro Terasaki.
677   Note: This fix introduced a regression, fixed in 6.3.13.
678 * Replace control characters in SMTP replies by '?'.
679 * Fetchmailconf: Fix descriptions for smtpaddress and smtpname options;
680   smtpaddress is for RCPT TO, not MAIL FROM. Found by Gerard Seibert.
681
682 # TRANSLATION UPDATES AND ADDITIONS (ordered by language name):
683 * [ca]    Catalan (Ernest Adrogué Calveras)
684 * [zh_CN] Chinese/Simplified (Ji ZhengYu)
685 * [cs]    Czech (Petr Pisar)
686 * [ja]    Japanese (Takeshi Hamasaki)
687 * [pl]    Polish (Jakub Bogusz)
688 * [es]    Spanish/Castilian (Francisco Molinero)
689 * [vi]    Vietnamese (Clytie Siddall)
690
691
692 fetchmail 6.3.11 (released 2009-08-06):
693
694 # SECURITY BUGFIXES
695 * CVE-2009-2666: SSL NUL prefix impersonation attack through NULs in a
696   part of a X.509 certificate's CommonName and subjectAltName fields. These
697   fields use opaque strings with a separate length field, so that the NUL
698   character isn't a special character inside the certificate. Fetchmail, being
699   written in the C language, used to treat these strings as C strings
700   nonetheless, so that the domain comparison would end at the first embedded NUL
701   character, rather than at the real end of the string.
702     Fetchmail will now abort certificate verification as failed if NULs are
703   encountered inside either of these fields regardless of their position, and
704   drop the connection even if --sslcertck is not used, because NUL is not a
705   valid character in legitimate DNS names.
706   See fetchmail-SA-2009-01.txt for details, including a minimal patch.
707
708 # BUGFIXES
709 * Remove the spurious message "message delimiter found while scanning headers".
710   RFC-5322 syntax states that the delimiter is part of the body, and the body is
711   optional.
712 * Convert all non-printable characters in certificate Subject/Issuer
713   Common Name or Subject Alternative Name fields to ANSI-C hex escapes (\xnn,
714   where nn are hex digits).
715   Note that this change introduces a regression, fixed in 6.3.12.
716   See the 6.3.12 documentation above for details and a workaround.
717
718 # TRANSLATION UPDATES AND ADDITIONS (ordered by language name):
719 * [zh_CN] Chinese/Simplified (Ji ZhengYu)
720 * [es]    Spanish/Castilian (Francisco Molinero)
721
722
723 fetchmail 6.3.10 (released 2009-07-02):
724
725 # INCOMPATIBLE BUGFIXES AND CHANGES
726 * Fetchmail no longer drops permanently undelivered messages by default, to
727   match historic documentation.  It does this by adding a new "softbounce"
728   option, see below.
729   Fixes Debian Bug#471283, demotes Debian Bug#494418 to wishlist.
730 * There is a new "softbounce" global option that prevents the deletion of
731   messages that have not been forwarded. It defaults to "true" for fetchmail
732   6.3.X in order to match historic documentation. This may change its default
733   in the next major release.
734
735 # BUGFIXES
736 * Fix misuse of canonical autoconf target as _TARGET when it should have been
737   _HOST. Report and patch courtesy of Diego E. "Flameeyes" Pettenò.
738   Details: http://blog.flameeyes.eu/2009/01/01/the-canonical-target
739 * Do not lose PS_MAXFETCH (13) exit status when hitting maxpoll. Reported by
740   Michelle Konzack, Debian Bug#508667.
741 * Do not overlap source and destination fields in snprintf() in interface.c.
742   Courtesy of Nico Golde, Debian.
743 * When a pre- or post-connect command fails, now report the exit status or
744   termination signal properly through sys/wait.h macros.
745 * When acquiring a body, understand NIL ("no such data item"), as returned by
746   some MS Exchange versions. Fixes BerliOS Bug #11980 by KB Sriram.
747 * Make progress tickers (-v/--showdots) consistent, and update documentation 
748   accordingly ("." for each 1024 octets read, "#" for a header written, and "*" 
749   for each body line written.)
750   The conditions under which these had been printed were inconsistent,
751   illogical, and documentation hadn't matched real behaviour for long.
752 * For NTLM authentication, use dynamically allocated buffers.
753   Fixes Debian Bug#449179, reported by Stepan Golosunov.
754 * Non-delivery notice ("bounce mail") now mentions the original reason again,
755   before the address list. This fixes a regression introduced in 6.3.0.
756 * Several compiler warnings were fixed.
757 * The minimum recommended SMTP (RFC-5321) timeouts are enforced to leave
758   sufficient time for the listener to respond. Some synchronous listeners,
759   particularly when used with spam filtering and other policy enforcement
760   services, take extended amounts of time to process messages after the sender,
761   recipient, or data block and EOM line. This can cause fetchmail to not wait
762   long enough for the "250 Ok" and make fetchmail believe the message wasn't
763   properly delivered when in fact it was; fetchmail would then retry the
764   download next time and never make progress.
765   Fixes Berlios Bug #10972, reported by Viktor Binzberger.
766 * The ESMTP/LMTP client will now apply an application-specific timeout while
767   waiting for the EHLO/LHLO response, rather than wait for the server or TCP
768   connection timeout.
769 * Treat 530 errors as temporary, so as not to delete messages on configuration
770   errors. Partially taken from Petr Cerny's patch in Novell Bugzilla #246829.
771   The 501 part of said patch was not added, as the maintainer is not convinced
772   501 is a temporary condition, and softbounce takes care of this anyways.
773
774 # CHANGES
775 * Make the comparison of the SSL fingerprints case insensitive, to
776   ease its use. Suggested by Daniel Richard G.
777 * Proper precedence ordering for the syslog and logfile options. If the logfile
778   option is effective (i. e. we're in daemon mode and nodetach isn't used),
779   reset the syslog option. If logfile is ineffective (we're not in daemon mode,
780   or nodetach is set), syslog takes precedence.
781 * The sleeping at/awakened at messages appear in logfiles and syslog only if
782   verbose mode is enabled.  On the console, they will still appear without
783   verbose mode.  Fixes Debian Bug#282259.
784 * fetchmail only requests IPv6 addresses via name service if at least one is
785   configured on the local host, likewise for IPv4.  (AI_ADDRCONFIG flag to
786   getaddrinfo()) Extended version of Redhat's patch.
787 * If the server name contains "yahoo.com", offers the "ID" capability, and we're
788   polling via IMAP, send an ID ("guid" "1") transaction first, ignoring its
789   result. This appears needed to be able to log into Yahoo's Zimbra servers, but
790   there are open issues (such as being only able to download one message and
791   server certificate mismatches).
792
793 # CHANGES TO CONTRIB
794 * Fix bashism in contrib/fetchsetup. Fixes Debian Bug#530081.
795
796 # DOCUMENTATION
797 * Some parts of the the manual page were revised for clarity, accuracy, and
798   updated recommendations (particularly SSL/TLS) and formatting conventions from
799   man-pages(7).
800 * The README and README.SSL documents were updated.
801 * A document, README.SSL-SERVER, was added to describe server-side requirements
802   for proper SSL and/or TLS service offerings. These are not specific to
803   fetchmail.
804 * Documentation on how to make "NOMAIL" (exit code 1) not treated an error has
805   been added to the EXIT CODES section of the manpage and to the FAQ as item C8.
806   The suggested solution uses a tiny POSIX shell script fragment.
807   Fixes Debian Bug #530749, filed by Reuben Thomas.
808
809 # TRANSLATION UPDATES AND ADDITIONS (ordered by language name):
810 * [cs]    Czech (Petr Pisar)
811 * [en_GB] English/British
812 * [de]    German
813 * [id]    Indonesian (Andhika Padmawan)
814 * [it]    Italian (Vincenzo Campanella)
815 * [ja]    Japanese (Takeshi Hamasaki)
816 * [pl]    Polish (Jakub Bogusz)
817 * [ru]    Russian (Pavel Maryanov), fixing Debian Bug #531925
818 * [es]    Spanish/Castilian (Francisco Molinero)
819 * [zh_CN] Chinese/Simplified (Ji ZhengYu)
820
821
822 fetchmail 6.3.9 (released 2008-11-16):
823
824 # SECURITY AND CRITICAL BUG FIXES:
825 * CVE-2007-4565: Denial of service: When fetchmail tries to inject a warning
826   message it created itself, and the message is refused by the SMTP listener,
827   fetchmail dereferences a NULL pointer and crashes. Report & fix by Earl Chew.
828   Note while this is theoretically a remote denial of service attack vector,
829   fetchmail by default talks SMTP to the localhost, so the overall risk is
830   rather low.
831   This bug was apparently introduced on 1998-11-27 when the bouncemail facility
832   was modularized. The bug then made its appearance in fetchmail release 4.6.8.
833   See also fetchmail-SA-2007-02.txt.
834 * CVE-2008-2711: Denial of service: When fetchmail logs data blobs
835   (for instance, a To: header in -v -v verbose mode) in excess of 2048
836   bytes, it will crash, because it hands an uninitialized argument
837   pointer (not the format string though) to vsnprintf and reads a
838   random memory location (it calls va_arg() too often without
839   resetting it with va_start()). Based on a patch (BerliOS patch #2492)
840   by Petr Uzel, fixes Novell Bug #354291.
841   Note 6.3.9-rc1 did not completely fix this issue, so it was redrawn a few 
842   hours after its release.
843   See also fetchmail-SA-2008-01.txt.
844 * When expunging, mark the right messages as seen to avoid message loss in "keep
845   flush" configurations.  Workaround for previous versions: "expunge 0".
846   Report and patch by Alexander Cherepanov - thanks a lot, Berlios Bug #11797,
847   "imap_mark_seen doesn't consider expunged messages".
848 * SSL fix: close memory leak when SSL connection fails; fetchmail used to forget
849   calling SSL_free() on the SSL context, leaking in excess of 500 kB RAM on a
850   x86_64 system per failed SSL connection attempt.
851   Bug reported and patch provided by Seiichi Ikarashi, Fujitsu.
852
853 # BUG FIXES:
854 * The configure script will additionally check for 'dn_skipname', to fix build
855   failures with µClibc. The new check still recognizes the resolver libraries on
856   Ubuntu 7.04, openSUSE 10.2, Solaris 8, NetBSD 4.0_BETA2 and FreeBSD 6.2.
857   Fixes Gentoo bug #134187.
858   NOTE: this is a bit of a hack, since we twist the HAVE_RES_SEARCH result, but
859   res_search() and dn_skipname() are only used together and scheduled for
860   removal in future versions, so this is probably fine.
861 * No longer complain about invalid sslproto "" when POP3 CAPA probe fails.
862   Fixes Debian Bug#421446 (Holger Leskien), Novell Bug #247233 (Jon Nelson),
863   Red Hat Bug#503881.
864   Thanks to Matthias Strauß for a configuration to reproduce the issue.
865 * Allow .fetchmailrc and .fetchids to be symlinks, as the manpage does not
866   document they aren't allowed - fixes Debian Bug #452907 (Roger Leigh).
867   TOCTOU race persists.
868 * fetchmailconf quotes mailbox (folder) names when writing the configuration.
869   Fixes BerliOS Bug #13207 (reported + fix suggested by Terry Brown).
870 * Only print "Deleting fetchids file" if there actually is one.
871   Fixes Debian Bug#374514, reported by Dan Jacobson.
872 * SSL fix: check and report if SSL_set_fd fails.
873
874 # CHANGES:
875 * autoconf 2.60 is now required to build fetchmail; it uses
876   AC_USE_SYSTEM_EXTENSIONS to replace AC_AIX, AC_MINIX, and the like.
877 * Removed dead FETCHMAIL_DEBUG code from fetchmail.h that was disabled by 
878   default with no switches in configure to enable it. However, the macro would 
879   have been prone to a symlink attack. Found by Nico Golde.
880 * Removed dead FORCE_STUFFING code from socket.c that was disabled by default
881   with no switches in configure to enable it.
882 * Include the typedef for int16 in the #ifndef _AIX in smbencrypt.c (Peter
883   O'Gorman)
884 * Correct check for u_int32_t in configure.ac (seems to be typedef'ed in
885   namser.h on some platforms.) (Peter O'Gorman)
886 * In configure.ac change all CPFLAGS to CPPFLAGS, CEFLAGS to CFLAGS and LDEFLAGS
887   to LDFLAGS otherwise the results of some tests (additional -L and -I flags) do
888   not get used for later tests causing incorrect configure results. Makefile.am
889   was also changed to reflect this. (Peter O'Gorman)
890 * m4/gethostbyname_r.m4 does AC_TRY_COMPILE, which unfortunately can pass even
891   if there is no gethostbyname_r. Changed to AC_TRY_LINK. (Peter O'Gorman)
892 * Revise getnameinfo check to ensure NULL is defined and the result is properly
893   evaluated, to avoid bogus results on for instance FreeBSD and redefinitions of
894   NI_* at compile time. (Matthias Andree).
895 * __attribute__ ((unused)) is a gccism, removed from libesmtp/gethostbyname.c.
896   (Peter O'Gorman)
897 * In KAME/getnameinfo.c it's best to use the correct argument to inet_ntoa.
898   (Peter O'Gorman)
899 * In verbose mode, log if --check mode is enabled.
900 * Add sslcommonname option (rcfile and commandline) as a way to work around
901   misconfigured upstream SSL servers that use the wrong certificate name. It
902   specifies which CommonName fetchmail expects and logs. (Daniel Richard G.)
903 * Changed CRLF to LF line endings in contrib/delete-later (reporter: Petr Uzel)
904 * SSL change: enable all workarounds with SSL_CTX_set_options(ctx,SSL_OP_ALL)
905 * All translations have been re-enabled, in an attempt to rekindle translator or
906   user interest.
907
908 # DOCUMENTATION:
909 * Add fetchmail-SA-2007-02.txt and fetchmail-SA-2008-01.txt.
910 * Re-add two lines to the manual page that had accidentally become comments 
911   to nroff. One was part of the --sslproto documentation, and one in the 
912   "Awakening the background daemon" section.
913 * The manual page no longer asserts that .fetchids were for exclusive POP3 use, 
914   since it is planned to use the file with IMAP4 later.
915 * Add grammar fixes from Dan Jacobson to fetchmail.man. Debian Bug #461642.
916 * The manual page now mentions that user descriptions need to come before user
917   options. Reported by Francensco Pontortì, to fix Debian Bug #467010.
918 * The manual page no longer hints that multi-user declarations per server were
919   only useful in daemon mode running as root, to avoid hinting people to doing
920   that.
921 * Several manual page rcfile examples now include "ssl".
922 * The manual page hints that option arguments beginning with numbers can be
923   enclosed in quotes.
924 * The manual page now mentions that the --logfile must already exist before
925   fetchmail is run.
926 * The FAQ now recommends (#I9) not to use Google Mail for their disregard to the
927   protocols they claim to support.
928 * Documentation and program output now /consistently/ claim that the rcfile must
929   not have more than 0700 (u=rwx,g=,o=) permissions, but fetchmail will still
930   silently accept additional g=x permissions for compatibility with previous
931   6.2.X and 6.3.X versions.
932   Inconsistency (program 0710, manpage 0600) reported by Petr Uzel.
933 * The --logfile documentation is now clearer about requiring detached daemon 
934   mode.
935
936 # TRANSLATION UPDATES AND ADDITIONS (ordered by language name):
937 * [sq]    Albanian (Besnik Bleta)
938 * [zh_CN] Chinese, simplified (Ji Zheng-Yu)
939 * [cs]    Czech (Petr Pisar)
940 * [da]    Danish (Byrial Ole Jensen) - outdated, but newer than in 6.3.8
941 * [nl]    Dutch (Tony Vroon, Benno Schulenberg)
942 * [en_GB] English, British
943 * [fi]    Finnish (Lauri Nurmi)
944 * [de]    German
945 * [id]    Indonesian (Andhika Padmawan)
946 * [ja]    Japanese (Takeshi Hamasaki)
947 * [pl]    Polish (Jakub Bogusz)
948 * [ru]    Russian (Pavel Maryanov)
949 * [es]    Spanish (Javier Fernández-Sanguino Peña, Matthias Andree)
950 * [tr]    Turkish (Engin Gündüz) - outdated, but newer than in 6.3.8
951 * [vi]    Vietnamese (Clytie Siddall)
952
953
954
955 fetchmail 6.3.8 (released 2007-04-06):
956
957 # SECURITY STRENGTHENING:
958 * Make the APOP challenge parser more distrustful and have it reject challenges
959   that do not conform to RFC-822 msg-id format, in the hope to make mounting
960   man-in-the-middle attacks (MITM) against APOP a bit more difficult.
961   (CVE-2007-1558, reported by Gaëtan Leurent, published 2007-04-02 on Bugtraq)
962
963   APOP is claimed insecure by Gaëtan Leurent for MITM scenarios for typical
964   setups: based on MD5 collisions, it is purportedly possible to recover the
965   first three characters of the shared secret (password), which would then make
966   recovery of the shared secret a matter of hours or minutes; this would then
967   enable the attacker to impersonate the client vis-à-vis the server.
968
969   For further details, check
970   * Gaëtan Leurent, "Message Freedom in MD4 and MD5 Collisions: Application
971   to APOP", Fast Software Encryption 2007, Luxembourg. (Proceedings to appear in
972   Springer's Lecture Notes on Computer Science.)
973   * The mailing list discussion thread at
974   <http://lists.berlios.de/pipermail/fetchmail-devel/2007-March/000887.html>
975
976 # BUG FIXES:
977 * Fix pluralization of oversized-message warning mails.
978 * Fix manual page: --sslcheck -> --sslcertck, and do not set trailing 
979   "recommended:" in bold. Fixes Debian Bug #413059, reported by Rafal Czlonka.
980 * Repoll immediately if a protocol error happens during the authentication 
981   attempt after a failed opportunistic TLS upgrade.
982   Fixes comment #9 in Gentoo Bug #163782, reported by Takuto Matsuu.
983 * Fix rendering of the "24 - 26, 28, 29" paragraph in the exit codes section. 
984   Reported by Nico Golde.
985 * If SOCKS support was compiled in, add 'socks' to the feature_options Python
986   list emitted in --configdump. Reported by Rob MacGregor.
987 * Do not crash with a null pointer dereference when opening the BSMTP file 
988   fails. Improve error checking and reporting. Reported by Reto Schüttel,
989   Debian Bug#416625. Fix based on a patch by Nico Golde.
990 * Make BSMTP output actually work, it would persistently fail with SOCKET error
991   after writing the first header. Bug independently found and reported in
992   excellent detail by Reto Schüttel, Debian Bug#416812.
993
994 # DOCUMENTATION:
995 * Add fetchmail-SA-2007-01.txt
996 * Extend --mda documentation, discourage use of qmail-inject.
997   Based on a patch by Rob MacGregor.
998 * Document SOCKS configuration facility (SOCKS_CONF environment variable).
999   Thanks to Jochen Hayek, Michael Shuldman and Rob MacGregor.
1000 * Use envelope option in multidrop example. Patch by Rob MacGregor.
1001 * Document expected Received: line format when parsing for envelope addressees.
1002 * Stripped option documentation from sample.rcfile, since this is bound to go
1003   out of synch with the manual page, which is the only reference on options.
1004 * Mention that --limit default is 0 bytes, which is special for "no limit".
1005 * Corrected Robert M. Funk's name that I misspelled. My sincere apologies
1006   -- Matthias Andree.
1007
1008 # CONTRIB:
1009 * Add delete-later and delete-later.README, a script and documentation for
1010   a MySQL/Tcl-based client-side "delete-after" feature.
1011   Kindly donated by Yoo GmbH, Großvoigtsberg, Germany (Carsten Ralle).
1012
1013
1014 fetchmail 6.3.7 (released 2007-02-18):
1015
1016 # FIXES FOR REGRESSIONS IN 6.3.6
1017 * Fix KPOP. Patch by Miloslav Trmac.
1018 * Fix repoll when server disconnects after opportunistic TLS failed for POP3.
1019   Berlios Bug #10133 = Gentoo Bug #163782 reported by Andrej Kacian.
1020
1021 # TRANSLATION UPDATES
1022 * Japanese (Takeshi Hamasaki), Polish (Jakub Bogusz)
1023
1024 # CHANGES
1025 * Consider getaddrinfo() on Darwin 9 (Mac OS X 10.5 "Leopard") thread-safe.
1026   Reported by Uli Zappe.
1027
1028
1029 fetchmail 6.3.6 (released 2007-01-04):
1030
1031 # SECURITY FIXES:
1032 * CVE-2006-5867, fetchmail-SA-2006-02.txt:
1033   Password disclosure vulnerability fixed. This has several aspects:
1034
1035   - Fetchmail now implies sslproto 'tls1' if the sslfingerprint or sslcertck
1036     options are used and the ssl option is not used, in order to be sure that
1037     fetchmail gets a certificate from the mail server.
1038
1039   - Fetchmail breaks the connection if the TLS negotiation (or verification, if
1040     requested) fails with sslproto 'tls1', sslfingerprint or sslcheck enabled.
1041
1042   - POP3 connections now use STLS reliably. They used to ignore STLS altogether
1043     for serveral values of the "auth" option, when fetchmail forget to probe
1044     server capabilities - see fetchmail-SA-2006-02.txt for details.
1045
1046   - POP3 connections will no longer fall back USER/PASS authentication if
1047     strong challenge-response authenticators such as CRAM-MD5 are configured
1048     but the server does not advertise these in its CAPA response.
1049
1050   - POP2 is obsolete and does not support STLS or anything beyond password-based
1051     authentication. The attempt to use STLS or strong authenticators now causes
1052     connection abort.
1053
1054   Configurations using both ssl and sslcertck however have been semi-safe in
1055   that they would send the password in the clear. The USER/PASS fallback
1056   problem however applies to these too, so that the password was only safe on
1057   trustworthy servers.
1058
1059 * CVE-2006-5974, fetchmail-SA-2006-03.txt:
1060   Repairs a regression in 6.3.5 that crashes fetchmail when a message with
1061   invalid headers is found while fetchmail's mda option is in use. BerliOS bugs
1062   #9364, #9412, #9449. Stack backtrace provided by Neil Hoggarth - thanks.
1063
1064 # REGRESSION FIXES (recently introduced bugs)
1065 * Repair --logfile, broken in 6.3.5. BerliOS Bug #9059,
1066   reported by Brian Harring.
1067 * Repair --user, broken in 6.3.5 (as a side effect of the authenticate external
1068   patch): using SSL certificate/key authentication overrode the --user option.
1069   Now the latter takes precedence, and only defaults to the certificate's common
1070   name.  Debian Bug #400950, reported by Jorgen Schaefer <forcer@debian.org>.
1071
1072 # BUG FIXES (long-standing bugs):
1073 * RPOP: used to log the password locally rather than an asterisk as the other
1074   protocols do. The password is now shrouded in the local logs.
1075 * POP3: Probes capabilities now when Kerberos V5 is enabled, so that we can
1076   actually detect if the server supports it.
1077 * Robustness: If a stale lockfile cannot be deleted, truncate it so that
1078   fetchmail doesn't later believe itself to be running if the PID is recycled
1079   by a non-fetchmail process.
1080 * DNS: Detect /etc/resolv.conf changes: On systems that have res_search(),
1081   assume we also have res_init() and call it (suggested by Ulrich Drepper,
1082   glibc bug #3675) in order to make libc or libresolv reread the resolver
1083   configuration at the beginning of a poll cycle.  This is important when
1084   fetchmail is in daemon mode and /etc/resolv.conf is changed later by dhcpcd,
1085   dhclient, pppd, openvpn or other ip-up/ipchange scripts.  Should fix Debian
1086   Bug#389270, Bug#391698.
1087 * Robustness: Fix crash on systems that do not provide strdup(), the crash
1088   happens only in out-of-memory conditions when fetchmail cannot proceed
1089   anyways.  Patch by Andreas Krennmair.
1090 * Robustness: When HOME and FETCHMAILHOME are unset, be sure to copy user
1091   database information, so it is not trashed later. Patch by Jim Correia.
1092
1093 # CHANGES:
1094 * Workaround: Improve handling of IMAP IDLE, some servers do not reset their
1095   time counters after sending information asynchronously. Patch by Sunil
1096   Shetye, after report from Andrew Baumann.
1097 * Usability: When requesting Kerberos or GSSAPI, complain and exit with syntax
1098   error if any of these requested features has not been compiled in.  This is
1099   to fail early and with precise error message. Reported by Isaac Wilcox.
1100 * --version will now add +KRB4 or +KRB5 if Kerberos v4 or v5, respectively, have
1101   been compiled in. Reported missing by Isaac Wilcox.
1102
1103 # TRANSLATIONS:
1104 * New en_GB (British English) translation by David Lodge.
1105 * Update Japanese (Takeshi Hamasaki), Polish (Jakub Bogusz), Russian (Pavel
1106   Maryanov) and Vietnamese (Clytie Siddall) translations.
1107 ! Note that not all these translations are complete -- this isn't the
1108   translators' fault though, but due to delays at the BerliOS hosting site and
1109   the translation project handlers. You may see a few untranslated messages.
1110
1111 # DOCUMENTATION:
1112 * Dropped exit status 15 from manual page, it's not used by fetchmail.
1113   Reported by Isaac Wilcox.
1114 * Documented exit codes 24 - 29 as internal.
1115
1116 fetchmail 6.3.5 (released 2006-10-09):
1117
1118 # BUG FIXES:
1119 * For protocols such as IMAP that are not delimited by "." lines, truncate the
1120   input buffer when the message has been completely read, to avoid taking
1121   trailing garbage into the message if the terminal CRLF is missing. Fixes
1122   Debian Bug#312415. (Patch suggested by Mike Jones, Manchester Univ.).
1123 * When using NTLM authentication, use regular IMAP response code handler after
1124   completing NTLM handshake, for robustness and consistency.
1125   (Taken from the NetBSD portable packages collection, patch-ac.)
1126 * Support Kerberos installations where krb5.h and perhaps roken.h are in
1127   .../include/krb5.  Taken from NetBSD portable packages collection patch-ae.
1128 * On NetBSD, link against -lroken -lcom_err if --with-kerberos is enabled.
1129 * Drop #include <com_err.h> from Kerberos 5 header file, fixes compile error on
1130   SUSE Linux 10.0.
1131 * Fix des_pcbc_encrypt compile warnings in kerberos.c line 246.
1132 * If krb5-config provides gssapi library information, use that rather than
1133   guessing.
1134 * Improve --with-gssapi auto detection for /usr-based GSSAPI installs.
1135 * Fix --with-gssapi builds for NetBSD 3.0.
1136 * Improve KAME/getnameinfo.c portability to Linux libc5 systems.
1137   Based on a patch by Dan Fandrich.
1138 * Provide INET6 to KAME/getnameinfo.c (only useful on IPv6-enabled systems that
1139   lack getnameinfo, and there only visible in some Received: headers).
1140   Found by Dan Fandrich.
1141 * POP3: some UID flags may not be set properly on UIDL lists. (Sunil Shetye)
1142 * Make IMAP4 IDLE work on servers that do not update RECENT counts.
1143   Reported by Lars Tewes.
1144 * IMAP4 patch by Sunil Shetye:
1145   - do not depend on server updating RECENT counts at all
1146   - also enter IDLE loop when messages are present on the server.
1147 * Fix --flush description in the manual page, fetchmail does not mark messages
1148   seen unless it has successfully delivered them. Suggested by Frederic Marchal.
1149 * Fetchmail no longer attempts to stat the "-" file in daemon mode -- this is a
1150   special name to read the RC file from stdin, and cannot always be re-read
1151   anyways. BerliOS bug #7858.
1152 * When looking up ports for a service, the lookup succeeds and the returned
1153   address family isn't IPv4 or IPv6, properly free the allocated memory from the
1154   service lookup. Found by Uli Zappe.
1155 * When looking up ports for a service, only look up TCP ports.
1156 * Avoid compiling empty files, to avoid diagnostics from strict compilers.
1157 * If the lockfile ends before the process ID, treat it as stale and unlink it.
1158   Reported by Justin Pryzby, Debian Bug #376603.
1159 * SIGHUP wake-up behavior was broken since 5.9.13's Cygwin changes, in that for
1160   non-root users, SIGHUP would abort the first poll and subsequently interfere
1161   with new polls, and SIGHUP would be ignored for root users. SIGHUP now matches
1162   documented behavior. SIGUSR1 has always been a wakeup signal for both root
1163   (undocumented) and non-root users. See also the deprecation warning above.
1164 * Track getaddrinfo() results to properly free them after timeouts and make sure
1165   that getaddrinfo() isn't interrupted by a timeout (which breaks on MacOS X),
1166   reported by Uli Zappe.  This should fix Debian Bug#294547 and Bug#377135.
1167 * --logfile is now handled more carefully, errors opening the logfile are
1168   now reported to the TTY where fetchmail was started from.
1169 * fetchmail now complains and aborts when it cannot properly daemonize itself.
1170 * fix compilation on systems that don't know struct addrinfo (Solaris 2.6).
1171 * ignore SIGPIPE signals and rely on functions to return EPIPE instead. This is
1172   necessary because the former longjmp() from the signal handler is unsafe and
1173   makes the whole fetchmail behavior undefined after the event.
1174 * Avoid crash in env.c/host_fqdn if we cannot canonicalize our own hostname.
1175   Reported by Alexander Holler.
1176 * SSL fix by Miloslav Trmac (Red Hat): free the SSL contexts after the
1177   connection, to avoid from growing SSL certpaths without bounds, avoid using
1178   SSL contexts for unrelated connections, and to fix Red Hat Bug #206346.
1179
1180 # CHANGES:
1181 * Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes
1182   NetBSD portable packages collection patch-ah, patch-ai and patch-aj.
1183 * Configure prints a warning (but proceeds) if Kerberos IV support is enabled.
1184 * In verbose mode, log every IP fetchmail tries to connect to, to avoid
1185   misleading the user. Suppress EAFNOSUPPORT errors from socket() call, too.
1186   Fixes Debian Bug #361825, reported by Daniel Baur.
1187 * In idle mode, fetchmail complains about the fetchall option.
1188 * When a connection fails, log not only the IP address, but also host and
1189   service name and the port number. Log the latter when trying to connect in
1190   verbose mode, too.
1191 * Keep syslog output at one line per message (this works if no errors occur).
1192 * Fetchmail in verbose mode now logs if it opportunistically upgrades a POP3
1193   or IMAP connection to TLS security with STLS/STARTTLS.
1194 * fetchmail now supports foo@example.org=bar user mappings for multidrop boxes.
1195 * switch setjmp/longjmp to sigsetjmp/siglongjmp
1196 * IMAP now supports the EXTERNAL authentication method, courtesy of
1197   Götz 'nimrill' Babin-Ebell, BerliOS patch #1095 with minor changes.
1198   Note that this change causes --sslcert to override --user.
1199 * The sslproto keywords are now case insensitive, courtesy of
1200   Götz 'nimrill' Babin-Ebell, BerliOS patch #1095.
1201 * When going to sleep, log for how long.  Suggested by Claudia Ludwig.
1202 * When the server name cannot be canonicalized, log the gai_strerror value.
1203
1204 # TRANSLATION UPDATES:
1205 * Catalan/ca (Ernest Adrogué Calveras), Japanese/ja (Takeshi Hamasaki) - also
1206   made gettext 0.15 ready, Polish/pl (Jakub Bogusz), Russian/ru (Pavel
1207   Maryanov), Spanish/es (Héctor García Álvarez), Vietnamese/vi (Clytie Siddall)
1208
1209 # CONTRIBUTED SCRIPTS:
1210 * PopDel.py was revised by Joshua Crawford to display the From: address and
1211   list every email, even if it has no Subject: header; and not delete the wrong
1212   message in the presence of mail without Subject: headers.
1213
1214 fetchmail 6.3.4 (released 2006-04-14):
1215
1216 # BUG FIXES:
1217 * configure: detect res_* functions properly with newer glibc ABIs.
1218   Patch by Miloslav Trmac.
1219 * tracepolls: add folder information if available. Reported by Terry Brown.
1220 * lexer: add %option noyywrap to avoid link errors about missing yywrap().
1221 * a few more type fixes for report/snprintf, patch by Miloslav Trmac.
1222 * bouncing: fetchmail would still send "General SMTP/ESMTP error." bounces
1223   in spite of "no bouncemail" configuration.
1224 * SSL/TLS: if, for a certain server, an sslfingerprint is specified and
1225   sslcertck is NOT set, suppress printing SSL certificate mismatch errors.
1226   (Reported by Hannes Erven.)
1227 * SSL/TLS: always print if the sslfingerprint mismatches, even in silent
1228   mode.  (This is for consistency with certificate verification errors.)
1229
1230 # TRANSLATION UPDATES:
1231 * German/de (Matthias Andree), French/fr (Matthias Andree), Spanish/es (Héctor
1232   García), Polish/pl (Jakub Bogusz), Japanese/ja (Takeshi Hamasaki)
1233 * New Vietnamese/vi translation (Clytie Siddall).
1234 * Updated French descriptions for the .spec file (Stéphane Schildknecht,
1235   Luc Pionchon, Matthias Andree).
1236
1237 # CHANGES:
1238 * pidfile: there is a new command-line (--pidfile PATH) and global option for
1239   the rcfile (set pidfile [=] "/path/to/pidfile") option to allow overriding
1240   the default location of the PID file.
1241   Requested by Héctor García, Debian maintainer.
1242 * specgen.sh: Converted to UTF-8 to support translated texts better.
1243
1244 fetchmail 6.3.3 (released 2006-03-30):
1245
1246 # BUG FIXES:
1247 * SEGFAULT: Do not attempt to overwrite the netrc password if none has been
1248   specified.  This fixes a segmentation fault bug introduced into 6.3.2.
1249   Fixes BerliOS bug #6234.  BerliOS patch #804 by Craig Leres.
1250   The patch, as accepted into fetchmail, was available separately from
1251   <http://download.berlios.de/fetchmail/patch-6.3.2.1-fix-netrc-SIGSEGV.diff>
1252 * SEGFAULT: Work around C libraries that return a NULL in getaddrinfo()'s
1253   ai_canonname record, to avoid a segfault. Affects for instance FreeBSD 4.10,
1254   4.11 and 5.3 when dotted quads are given as server names.
1255   Analysis and fix by Vladimir Olegovich Ravodin (Владимир Олегович Раводин).
1256 * IMAP: fix hangs in NOOP-based IDLE emulation. Reported by Casper Gripenberg
1257   and Brendan Lynch, fix by Sunil Shetye (his patch was merged) and Brendan Lynch.
1258 * IMAP: Handle other clients concurrently accessing IMAP mailboxes better.
1259   Fetchmail quits the poll if the EXPUNGE count does not match expectations, and
1260   servers not updating RECENT counts after EXPUNGE are handled in a better way.
1261   (Patch by Sunil Shetye.)
1262 * IMAP: Stop sending EXPUNGE after NOOP-idling (patch by Sunil Shetye).
1263 * POP3: fetchmail can now use UIDL in fetchall keep mode, to avoid re-fetching
1264   the same messages again when the fetchall keyword is removed. Patch by
1265   Sunil Shetye. For details, please see
1266   <http://lists.berlios.de/pipermail/fetchmail-users/2006-March/000308.html>
1267 * LMTP: fix bug in LMTP port validation (patch by Miloslav Trmac).
1268 * SDPS: fetchmail no longer replaces the local user ID for an empty envelope
1269   sender when using the proprietary SDPS extension for POP3.
1270   Fixes Debian Bug#353575, reported by Roger Lynn.
1271 * SDPS: Warn and disable SDPS if POP3 is disabled to avoid compilation errors.
1272 * fetchmail no longer prints empty lines in verbose mode when using syslog.
1273 * fetchmail no longer prints UID lists in verbose mode when using syslog.
1274 * ./configure --quiet is now quieter (no SSL and fallback-related output).
1275 * Miloslav Trmac's patch (with minor changes) to fix char * sign consistency,
1276   unused arguments and variables.
1277 * More signedness, unused argument/variable and other warning fixes.
1278
1279 # CHANGES:
1280 * --idle can now be specified on the command line, too.
1281 * --fetchall is now supported on the command-line.
1282 * POP3: Lower default fastuidl span to 4 (i. e. every 4th run fetches the
1283   whole UIDL list), patch by Sunil Shetye.
1284
1285 # DOCUMENTATION:
1286 * "ssl" is a user option rather than a server option. Patch by Nico Golde.
1287   Fixes Debian Bug#354661, reported by Keith Hellman.
1288 * The manual page now suggests "--" before the addresses in the sendmail MDA
1289   example, for safety.
1290 * The FAQ item X9, Domino IMAP omits Content-Transfer-Encoding header, was
1291   added. Information provided by Anthony Kim on the fetchmail-friends list
1292   in March 2006.
1293 * Credit Chris Boyle with the NOOP emulation code for IDLE in fetchmail 6.2.4.
1294   Eric forgot to credit Chris, thanks to Sunil Shetye for providing these links:
1295   http://lists.ccil.org/pipermail/fetchmail-friends/2003-July/007705.html
1296   http://lists.ccil.org/pipermail/fetchmail-friends/2003-July/007713.html
1297 * Added a section about RETR vs. TOP to the manual page.
1298 * Changed section/subsection levels in some areas.
1299
1300 fetchmail 6.3.2 (released 2006-01-22):
1301
1302 Unless otherwise noted, changes to this release were made by Matthias Andree.
1303
1304 # SECURITY FIX IN THIS RELEASE
1305 * CVE-2006-0321: Fix segfault or bus error after bouncing a message.  This bug
1306   was introduced into 6.3.0 when removing alloca(); it caused fetchmail to free
1307   random memory.  Reported by Nathaniel W. Turner, Debian Bug#348747.
1308   See fetchmail-SA-2006-01.txt
1309
1310 # INCOMPATIBLE CHANGE:
1311 * Automatically disable the POP3 TOP command if the greeting string contains
1312   "Maillennium POP3/PROXY server", which is used by comcast and known to
1313   truncate messages after 80 kByte. Fall back to RETR, and complain if we had
1314   used TOP otherwise (the warning is printed only once per server in daemon
1315   mode).  Suggested by Ed Wilts.
1316   *Note* that this means messages are marked read on these servers, which is a
1317   deviation from how 6.3.1 behaved, but we have no alternative, comcast haven't
1318   fixed this bug in years.  Preventing the loss of the remainder of the message
1319   justifies this incompatible fix.
1320 * fetchmail, since 6.3.0, requires write permission to the directory holding the
1321   idfile. See the amendment in the 6.3.0 MAJOR INCOMPATIBLE CHANGES section
1322   below for details. The manual page was updated.
1323
1324 # CHANGES RELEVANT TO PACKAGERS:
1325 * The outdated BUGS document was removed from the distribution.
1326 * Added fetchmail-SA-2006-01.txt to the distribution.
1327
1328 # BUG FIXES:
1329 * SMTP/LMTP cleanup to fix these two bugs:
1330   - switch back to SMTP after having tried LMTP hosts (multiple smtphost hosts)
1331   - switch back to LMTP after sending a bounce.
1332   The patch removes the global state variable that was the root of this problem.
1333   Patch by Sunil Shetye. (MA)
1334 * Don't complain about fetchall keep in --configdump mode. Bug introduced in
1335   6.3.0.
1336 * fetchmailconf.py: Fix novice help for Poll interval and fetchall.
1337   Reported by Justin Pryzby, Debian Bug #344978.
1338 * Some verbose output disappeared in debug mode. Adding further -v options would
1339   alternate between verbose and debug mode. debug mode now comprises all verbose
1340   output, and adding more -v options does not switch back from debug to verbose
1341   mode.
1342 * fetchmail.man: Fix accented characters in Héctor García's name. Merged from
1343   downstream debian/patches/01_man_page.dpatch.
1344 * Add missing --help text for "--sslcertck" option.
1345 * fetchmailconf.py: Accept --help and --version.
1346 * fetchmail --version  now prints the copyright notice.
1347 * don't complain about READ-ONLY IMAP folders in --fetchall --keep mode.
1348   Reported Alexander Zangerl, Debian Bug#348964.
1349 * the RPM .spec file now generates a -debuginfo package on newer RPM versions.
1350
1351 fetchmail 6.3.1 (released 2005-12-19):
1352
1353 # SECURITY FIX IN THIS RELEASE
1354 * CVE-2005-4348 Fix segmentation fault (null pointer dereference) in
1355   multidrop mode with headerless email.  See fetchmail-SA-2005-03.txt.
1356   Reported by Daniel Drake, patch by Sunil Shetye. (MA)
1357
1358 # OTHER BUG FIXES, DOCUMENTATION AND TRANSLATION UPDATES
1359 * Fix broken default port in POP2. Patch by Stanislav Brabec, SUSE [CZ]. (MA)
1360 * Fix manual page, some lines starting with ' were escaped by \&.
1361   Reported by Simon Barner. (MA)
1362 * Ship with gettext-0.14.3 again, as 6.2.9-rc10 did. Found by Sunil Shetye. (MA)
1363 * Actually set default SSL certificate path if --sslcertpath is unset.
1364   Reported by Heino Tiedemann and Rob MacGregor. (MA)
1365 * Remove bogus Netscape IMAP4rev1 Service >= 3.6 warning about BODY[TEXT]
1366   that we are not using. Patch by Sunil Shetye. (MA)
1367 * Plug potential memory and socket leak when polling multiple folders or when
1368   the upstream sends bogus message sizes.  Patch by Sunil Shetye. (MA)
1369 * Update Catalan translation, by Ernest Adrogué Calveras. (MA)
1370 * Fix segfault (null pointer dereference) on some operating systems with
1371   fetchmail's obsolete DNS MX/host alias lookups in multidrop mode.
1372   Patch by Dr.-Ing. Andreas Haakh. (MA)
1373 * Close SMTP sockets early, to reduce resource usage, trigger earlier delivery
1374   with some MTAs and avoid SIGPIPE (SIG 13) when the SMTP listener gets bored
1375   and drops the connection after timeout.  Patch by Sunil Shetye. (MA)
1376 * Don't treat hitting a fetch limit as error.  Patch by Sunil Shetye. (MA)
1377 * Fix negative "messages left on server" on idle/repoll with fetchlimit.
1378   Patch by Sunil Shetye. (MA)
1379 * Properly track logout stage.  Patch by Sunil Shetye. (MA)
1380 * Preserve error conditions across postconnect script.  Sunil Shetye. (MA)
1381 * Do not trash destination domain if multiple messages are forwarded into the
1382   same SMTP/LMTP connection. Reported by Joachim Feise, Berlios Bug #5849. (MA)
1383 * Manual page: Add "-md5" to "openssl x509" example in --sslfingerprint
1384   documentation, since OpenSSL 0.9.8 changed the default to SHA1.
1385   Suggested by Jason White. (MA)
1386 * Cope with servers that return UID information in response to non-UID
1387   RFC822.{SIZE|HEADER} requests. Reported by Jason White.
1388   Patch suggestion by by Sunil Shetye, simplified by MA.
1389
1390 fetchmail 6.3.0 (released 2005-11-30):
1391
1392 # SECURITY FIXES IN THIS RELEASE
1393 * CVE-2005-2335: The POP3 UIDL code doesn't sufficiently validate/truncate the
1394   input length, so a (malicious or compromised) server that sends UIDs longer
1395   than 128 bytes can corrupt fetchmail's stack and crash fetchmail.
1396   This vulnerability is remotely exploitable to inject code run in a
1397   root shell. Edward J. Shornock, Ludwig Nussel. fetchmail-SA-2005-01.txt
1398 * CVE-2005-3088: fetchmailconf now changes the output file to mode 0600 BEFORE
1399   writing to it, so there is no window where passwords could be read by the
1400   world. Matthias Andree. fetchmail-SA-2005-02.txt
1401
1402 # MAJOR INCOMPATIBLE CHANGES
1403 * Remove support for --netsec/-T options, the required inet6_apps library is no
1404   longer available.
1405   http://www.inner.net/pub/ipv6/ states, as of 2005-07-03: "/pub/ipv6
1406   Our IPv6 software is now long defunct. Please find a more modern source."
1407   I haven't been able to find a more modern source.  Matthias Andree
1408 * Operating systems that do not conform to the Single Unix Specification v2
1409   (1997) or v3 (2001, aka IEEE Std 1003.1-2001) are no longer supported. They
1410   may continue to work and non-intrusive patches to support them may be
1411   accepted.  Matthias Andree
1412 * The default for --smtphost is now always "localhost" regardless of
1413   authentication types and protocols, so as to simplify configurations for
1414   workstations where the SMTP daemon only listens on the loopback interface.
1415   Sunil Shetye & Matthias Andree
1416 Amendment, 2006-01-04:
1417 * fetchmail's idfile (.fetchids) is no longer written directly, but the ids are
1418   written to a temporary file which is renamed into place after being written
1419   completely. This is to avoid writing incomplete idfiles when running out of
1420   space, which would cause excessive duplicate refetches of messages, this might
1421   make matters even worse. This means that fetchmail requires write permission
1422   on the directory holding the idfile. This will usually affect system-global
1423   daemons only, for instance, Debian. Found by Dan Jacobson. Matthias Andree.
1424 Escalated to "incompatible", 2006-01-13:
1425 * Try to obtain FQDN as our own host by default, rather than using "localhost".
1426   If hostname cannot be qualified, complain noisily and continue, unless
1427   Kerberos, ODMR or ETRN are used (these have always required an FQDN).
1428   Partial fix of Debian Bug#150137. Fixes Debian Bug#316454.  Matthias Andree
1429
1430 # CHANGES RELEVANT TO PACKAGERS AND USERS
1431 * fetchmailconf is now a shell wrapper that calls the byte-compiled
1432   fetchmailconf.py script, which is now installed in the regular python
1433   directory. Matthias Andree.
1434 * The --enable-inet6 configure option was removed. The code is mostly protocol
1435   agnostic, a fully IPv6 aware OS is expected to provide getaddrinfo(),
1436   getnameinfo() and the macro AF_INET6.  Matthias Andree.
1437 * gettext (intl/) has been removed from the fetchmail package. Install GNU
1438   gettext 0.14 separately for NLS (i18n).  Matthias Andree
1439 * Added Russian translation, courtesy of Pavel Maryanov of the
1440   Russian translation team. (MA)
1441 * Updated and re-enabled Czech translation, by Miloslav Trmac (MA).
1442 * Dropped da=Danish, el=Greek and tr=Turkish translations which have more than
1443   10% (61+) untranslated or fuzzy messages.  Matthias Andree.
1444
1445 # OTHER USER-VISIBLE CHANGES
1446 * Sunil Shetye's fix to force fetchsizelimit to 1 for APOP and RPOP. (ESR)
1447 * PopDel.py removed from contrib at author's request. (ESR)
1448 * Matthias Andree's fix for Sunil Shetye's fetch-split patch. (ESR)
1449 * Include James Stone's moldremover.py script. (ESR)
1450 * Enable .fetchmailrc permissions checking under Cygwin. (ESR)
1451 * Nalin Dahyabai's fix for POP3 strong authentication. (ESR)
1452 * Revised Nalin Dahyabai's fix for POP3 strong authentication (the
1453   original version would go into an infinite loop when CAPA failed;
1454   found by David Greaves.) (MA)
1455 * HOME_ETC patch for PLD Linux. (ESR)
1456 * Sunil Shetye's fix for SSL configuration. (ESR)
1457 * Simon Josefsson's patch for GSS library support. (ESR)
1458 * Added Andrey Lelikov's recipe for Hotmail and Lycos Webmail. (ESR)
1459 * Remove blank between MAIL FROM: and <, which causes Cyrus to complain.
1460   Patch by Phil Endecott. (RF)
1461 * Build fixes for HESIOD and resolv.h trouble on FreeBSD. (MA)
1462 * Fabrice Bellet's fix for Red Hat bug #113492, fetchmail hangs in IMAP
1463   mode after EXPUNGE when the server (Dovecot 0.99.10) doesn't update
1464   RECENT and EXISTS counts. (MA)
1465 * Holger Mauermann's bounce patch, to use a NULL envelope from, not
1466   write a Return-Path header (both to meet RFC-2821), changed From,
1467   added Subject header, rewording the human readable part.  Fixes Debian
1468   bug #316446. (MA)
1469 * Merge Sunil Shetye's time.h handling fix. (MA)
1470 * Merge Gerd von Egidy's patch to avoid a segfault in multidrop/received
1471   mode when the Received: headers are malformatted. (MA)
1472 * MIME-encode bodies and Subject headers of warning messages, limiting
1473   the header to 7 bits. (MA)
1474 * Normalize most locale codesets to IANA codesets, based on
1475   norm_charmap.c by Markus Kuhn. (MA)
1476 * Remove sleep(3) after POP3 login, patch by Brian Candler. (MA)
1477 * Fix option parsing bug that trashes the showdots setting when more
1478   than one server is configured. Patch by Brian Candler. (MA)
1479 * Honor sslcertpath setting even if sslcertck is unset. Patch by Brian
1480   Candler. (MA)
1481 * SSL certificate checking fixes, don't display same error message twice
1482   in succession, make sure that Common Name and fingerprint checking are
1483   only done once. Print all validation warnings/errors even if not in
1484   verbose mode. Patch by Brian Candler. (MA)
1485 * Import Bjorn Reese and Daniel Stenberg's MIT-licensed Trio 1.10 from
1486   http://daniel.haxx.se/projects/trio/ for systems that do not support
1487   snprintf or vsnprintf. (MA)
1488 * Clean up the horrible #ifdef HAVE_[V]SNPRINTF that made the code
1489   unreadable. Use Trio where [v]snprintf is/are missing. (MA)
1490 * Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the
1491   kernel version instead of calling uname(1). Thanks to Paul Slootman.  (MA)
1492 * Be more careful when swapping UID lists or writing the .fetchids file,
1493   requested by Manfred Weihs. (MA)
1494 * Print a warning if multidrop configuration is attempted without
1495   envelope option. (MA)
1496 * Split information on fetchmail versions before 6.0.0 to a separate
1497   OLDNEWS file. (MA)
1498 * Merge SuSE patches: (sent by Stanislav Brabec, merged by Matthias Andree)
1499   - fetchmail-6.2.5-declaration.patch (double sigint_handler decl/getpass.c)
1500   - fetchmail-6.2.5-implicit-declaration.patch (missing #include)
1501   - fetchmail-6.2.5-random-result.patch (uninitialized variable/opie.c)
1502 * Revised some bogus assertions about POP3 LAST and UIDL use in the
1503   manual page. UIDL isn't flaky as the man page suggested, but a
1504   reliability feature. In fact, IMAP4 code is flaky in that it relies on
1505   the upstream seen flags. (MA)
1506 * Miloslav Trmac's patch for fetchmailconf to support string-type values
1507   of the "port" variable, avoiding "port None" corruption in .fetchmailrc.
1508   To fix Redhat Bug #55623 (MA)
1509 * de.po fixes from Nico Golde (MA)
1510 * es.po fixes from Jesus Roncero, Debian bug #286044 (MA)
1511 * sink.c fix from Cesar Eduardo Barros, to avoid double @ in address
1512   when username contains an @ and the envelope sender is null, Debian
1513   bug #272289 (MA)
1514 * configure.ac cleanups by Miloslav Trmac (MA)
1515 * Miloslav Trmac's fix to reply_hack() type, for systems where
1516   sizeof(int) != sizeof(size_t). (MA)
1517 * Nalin Dahyabhai's fix for driver.c to not call the private Kerberos
1518   krb5_init_ets() function. Sent by Miloslav Trmac. (MA)
1519 * Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient
1520   space for \r\n trailers in snprintf calls. Sent by Miloslav Trmac,
1521   possibly fixing Red Hat bug #114470. (MA).
1522 * Nalin Dahyabhai's patch to use the krb5-config script, if present.
1523   Sent by Miloslav Trmac. (MA)
1524 * Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac. (MA)
1525 * Trivial fetchmailconf.man to redirect to fetchmail.1.
1526   Reported by Miloslav Trmac. (MA)
1527 * Internationalization (i18n) updates by Miloslav Trmac. (MA)
1528 * Fix "couldn't find canonical DNS name of NN (MM)" for hosts that have
1529   only IPv6 addresses. Matthias Andree.
1530 * Revised INSTALL after question from Brian Candler, inet6-apps is no
1531   longer available: remove inet6-apps hints for IPv6, and add some
1532   apologetic message for IPsec. Note the code may be removed in a future
1533   version. Matthias Andree.
1534 * Brian Candler's FAQ update about SSL certificate verification. (MA)
1535 * Nico Golde's patch to support "proto RPOP" in the configuration file,
1536   reported by Dr. Andreas Krüger, Debian bug #242384 (MA)
1537 * Skip sending POP3 PASS command when USER command failed. Matthias Andree.
1538 * Run fetchmail.man through automatic spell checker. Matthias Andree.
1539 * Major fetchmail(1) manual page overhaul by R. Hannes Beinert, to
1540   clarify singledrop vs. multidrop operation. (MA)
1541 * Make tracepolls a server option, as documented. Fixes Debian bug
1542   #156094. Matthias Andree.
1543 * Fix some minor inaccuracies (RFC-1893 related, grammar/spelling) in
1544   the manual page.
1545 * Rename ESR's design notes to esrs-design-notes.html and add a new
1546   design-notes.html document. The NOTES file will contain both of them.
1547   Matthias Andree.
1548 * Fix Debian bug #301964, fetchmail leaks sockets when SSL negotiation
1549   fails. Fix suggested by Goswin Brederlow. (MA)
1550 * Really fix Debian Bug#207919 (garbage in Received: lines when smtphost set),
1551   patch by Tobias Diedrich.  The 6.2.5 NEWS claimed Gregan's patch had fixed
1552   #207919 but it had fixed #212484 instead and #207919 remained unfixed in
1553   6.2.5. The entry below has been corrected to read #212484 now. (MA)
1554 * When writing the PID file, write a FHS 2.3 compliant PID file.
1555   Fixes Debian bug #230615. Matthias Andree.
1556 * Make ODMR really silent, suppress "fetchmail: receiving message
1557   data". Fixes Debian Bug#296163. Matthias Andree.
1558 * Add From: header to warning emails. Debian Bug#244828. Matthias Andree.
1559 * Fix IMAP code to use password of arbitrary length from configuration
1560   file (although not when read interactively). Debian Bug#276424.
1561   Matthias Andree
1562 * Document that fetchmail may automatically enable UIDL option.
1563   Debian Bug#304701. Matthias Andree.
1564 * Put *BOLD* text into the manual page near --mda to state unmistakably that
1565   the --mda %T and %F substitutions add single quotes, hoping to avoid bogus
1566   bug reports such as Debian Bug #224564. Matthias Andree
1567 * Rename lock_release to fm_lock_release, to avoid namespace collision on
1568   Darwin. NetBSD PR#28543 (pkg/28543). Matthias Andree.
1569 * The RFC-822 parser no longer strips the last character of bare addresses.
1570   Matthias Andree
1571 * The IP address matching code was broken and 
1572   1. didn't search exhaustively, but matched only the first IP address of the
1573   server's queryname against the IP addresses of the server name to match.
1574   2. didn't match IP aliases versus MX hosts.  Matthias Andree
1575 * The "port" option, while still understood, is being replaced by the "service"
1576   option, which is now supported even without --enable-inet6. Matthias Andree.
1577 * The default distribution format is now bzip2. Matthias Andree.
1578 * fetchmailconf redirects fetchmail's input from /dev/null so it doesn't
1579   wait for the user to enter a password when the user doesn't even see
1580   the prompt. Reported by Michal Marek. Matthias Andree.
1581 * Write RFC-compliant BSMTP envelopes. Reported by Nico Golde. Matthias Andree.
1582 * Fix --with-gssapi compilation problem. Simon Josefsson. (MA)
1583 * Foster protocol-independence to support IPv6 better, for instance, providing
1584   IPv6 addresses in Received: headers. Matthias Andree.
1585 * Received: headers now enclose the for <...> destination address in angle
1586   brackets for consistency with Postfix.  Matthias Andree.
1587 * Operating systems that do not support at least one of gethostbyname,
1588   gethostbyname_r, getipnodebyname are no longer supported.  Matthias Andree.
1589 * Fixes to --with-hesiod option. Sunil Shetye. (MA)
1590 * Delete oversized messages with the new --limitflush option. Debian
1591   Bug#212240. Sunil Shetye. (MA)
1592 * Fix MacOS X compilation failures in sink.c (ru_*time has incomplete type).
1593   Berlios Bug #4725. Matthias Andree.
1594 * Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn"
1595   officially. Reported by Yves Boisjoly. Matthias Andree
1596 * Expunge between IMAP folders when polling multiple folders.
1597   Sunil Shetye. (MA)
1598 * Fix IMAP expunged message counting. Sunil Shetye. (MA)
1599 * Add full support for --service option. Matthias Andree
1600 * When getaddrinfo() fails resolving a service, log getaddrinfo() error. (MA)
1601 * Fix bogus "cannot resolve service * to port number" error. Simon Barner. (MA)
1602 * Failure to set up SSL connections now results in PS_SOCKET. Suggested by
1603   Thomas Wolff. Matthias Andree.
1604 * Kerberos IV detection fix for FreeBSD 4. Simon Barner. (MA)
1605 * Fix display and documentation of --envelope option. Matthias Andree
1606 * Make "envelope 'Delivered-To'" work with dropdelivered. Timothy Lee. (MA)
1607 * Add -DBIND_8_COMPAT to Darwin (MacOS X) compiles, to fix build problems on
1608   newer Darwin versions. Matthias Andree.
1609 * fetchmail should now automatically detect if OpenSSL requires -ldl.
1610   Matthias Andree.
1611 * Fix Solaris build with --disable-nls (blastwave.org). Matthias Andree.
1612 * Missed --port/--service/--ssl cleanups in the manual. Reminder from Thomas
1613   Wolff. (MA)
1614 * Complain in POP3 if NTLM/MSN auth is requested but had not been enabled at
1615   compile time. This configuration mismatch now causes an error message and
1616   authentication failure. Found by Yves Boisjoly.  Matthias Andree
1617 * fetchmailconf now allows expert users to choose the authorization type and
1618   also offers MSN and NTLM, suggested by Yves Boisjoly. Matthias Andree
1619 * fetchmailconf now (as of 1.49) writes its version to the comment of the
1620   saved run control file. Matthias Andree
1621 * Properly shut down SSL connections. Berlios Patch #647 by Arkadiusz
1622   Miśkiewicz. (MA)
1623 * Global variable cleanup, to fix daemon mode reinitialization problems. Patch
1624   by Sunil Shetye. (MA)
1625 * fetchmailconf -h documents the fetchmailconf -h option. Matthias Andree
1626 * fetchmailconf -V now prints the fetchmailconf version. Matthias Andree
1627 * Add support for SubjectAltName (RFC-2595 or 2818), to avoid bogus certificate
1628   mismatch errors. Patch by Roland Stigge, Debian Bug#201113. (MA)
1629 * make fetchmail --silent --quit really silent, Debian Bug #229014 by Dr.
1630   Andreas Krüger.  Matthias Andree
1631 * cleanup --quit handling again (so that --silent --quit just kills the
1632   existing daemon, rather than continue running), and document it more clearly.
1633   Matthias Andree
1634 * Print an error message if multiple "defaults" records are found in the
1635   configuration file.  Matthias Andree
1636 * Bury on_exit officially - the necessary code had been missing from 6.0.0,
1637   6.2.0, 6.2.5.  Matthias Andree
1638 * Exit with error if the lock file cannot be read.  Matthias Andree
1639 * Exit with error if the lock file cannot be created exclusively, this got
1640   broken in a 6.2.6-pre, 6.2.5.2 and older were fine.  Matthias Andree
1641 * Do not break some other process's lockfile in "-q" mode, but wait for the
1642   other process's exit.  Matthias Andree
1643 * Man page: --sslfingerprint points user to x509(1ssl) and gives an example
1644   how to use it. Debian Bug#213484, Eduard Bloch. (MA)
1645 * fetchmailconf now sets the service properly after autoprobe. Fixes Debian
1646   Bug#320645.  Matthias Andree
1647 * Man page: Fix Debian Bug#241883, making global options more clear. Matt
1648   Swift, Matthias Andree.
1649 * When eating IMAP message trailer, don't see any line containing "OK" as the
1650   end of the trailer, but wait for the proper tagged OK line. To work around
1651   the qmail + Courier-IMAP problem in Debian Bug#338007. Matthias Andree
1652 * Fix Debian Bug#317761: when trying to send a bounce message, don't bail out
1653   if we cannot qualify our own hostname, so we aren't losing the bounce.
1654   Instead, pass the buck on to the SMTP server and use our own unqualified
1655   hostname. Matthias Andree
1656 * Revise some error messages so they are less confusing. Sunil Shetye.
1657 * Man page: update --smtphost documentation. Sunil Shetye, Matthias Andree.
1658 * Man page: clarify --loghost works only while detached. Matthias Andree
1659 * Man page: update --smtpaddress documentation. Sunil Shetye.
1660 * Fix several memory leaks and bugs in the SMTP/LMTP retry logic where
1661   fetchmail confused UNIX and Internet domain sockets. Sunil Shetye.
1662 * Man page (BUGS): document that passwords are length limited. Matthias Andree
1663 * Man page: Document that quoted strings that run across line boundaries
1664   contain the control characters (CR or LF). Document explicitly the backslash
1665   escape sequences and their differences from the escape sequences used in the
1666   C programming language.  Matthias Andree
1667 * Fix segfault when run control file ends with a backslash inside an
1668   unterminated quoted string. Matthias Andree.
1669 * In quoted strings, support backslash as last character on a line to join the
1670   following line to the current. Matthias Andree.
1671 * Parsing untagged IMAP responses is more robust now. Matthias Andree.
1672 * Man page: Remove some procmail praises in --mda documentation, suggest
1673   maildrop instead, warn of procmail fallthrough behavior. Matthias Andree.
1674 * Man page: Revise AUTHORS and SEE ALSO sections. Matthias Andree.
1675 * Updated translations: Albanian [sq] (Besnik Bleta), Catalan [ca] (Ernest
1676   Adrogué Calveras), Czech [cs] (Miloslav Trmac), German [de] (MA),
1677   Spanish (Castilian) [es] (Javier Kohen), French [fr] (MA),
1678   Polish [pl] (Jakub Bogusz), Russian [ru] (Pavel Maryanov).
1679 * In oversized warning messages, print the account name, too. Fixes Debian
1680   Bug#213299. Sunil Shetye (MA).
1681 * Fix installation without Python. Sunil Shetye, reported by Peter Church. (MA)
1682 * Update Japanese translation. Fixes Debian Bug#329342, Takeshi Hamasaki. (MA)
1683 * Fix imap.c size safeguard that broke on x86_64 architecture. Matthias Andree
1684 * The FAQ is now available for duplex DIN A4 printing in PDF format.
1685   Don't bother to ask for a Letter version, I don't care.  Matthias Andree
1686 * Man page: Use \- in the manual page where appropriate so that copy & paste
1687   works.  I hope we got them all.  Héctor García, Matthias Andree.
1688
1689 # INTERNAL CHANGES
1690 * Switched to automake. Matthias Andree.
1691 * Got rid of alloca() in fetchmail proper.  Matthias Andree
1692 * Got rid of ipv6-connect, inner_connect and thereabouts.  Matthias Andree
1693
1694 --------------------------------------------------------------------------------
1695
1696 fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines:
1697
1698 * Updated Spanish, Turkish, and German translation files.
1699 * Matthew Gregan's patch to handle garbage lengths from dbmail;
1700   closes Debian bug #212484.
1701 * Fix IMAP query so new-message count doesn't include deleted messages.
1702 * Man page typo fix, closes Debian bug #205892.
1703 * OpenSSL cleanup patches from levinedl@acm.org.
1704 * Benjamin Drieu's patch to fix Debian bug #212240, no oversized-message
1705   flushing if both "flush" and "limit" were specified.
1706 * Benjamin Drieu's patch for Debian bug #156592, incorrect handing of 
1707   host/port option.
1708 * Smash all NULs out of headers right after the socket read.
1709 * Dup-killer code now keys on an MD5 hash of the raw headers.
1710 * Sunil Shetye's patches to break up fetching of sizes and UIDLs.
1711
1712 There are 599 people on fetchmail-friends and 748 on fetchmail-announce.
1713
1714 fetchmail-6.2.4 (Wed Aug 13 04:27:35 EDT 2003), 22625 lines:
1715
1716 * Updated German, Spanish, Catalan, and Turkish translations.
1717 * IDLE is now supported using NOOP commands even if the server doesn't support
1718   the IMAP IDLE extension. Patch by Chris Boyle.
1719 * Sunil Shetye's patch to do better password shrouding.
1720 * Sunil Shetye's bug-fix rollup patch.
1721 * Introduce a translation item for the word "seen".
1722 * Back out the hack to deal with lack of byte stuffing on some POP3 servers.
1723 * Thomas Steudten's patch to improve SMTP handling of 550 errors.
1724
1725 There are 585 people on fetchmail-friends and 745 on fetchmail-announce.
1726
1727 fetchmail-6.2.3 (Thu Jul 17 14:53:00 EDT 2003), 22490 lines:
1728
1729 * French, German, Danish, Spanish, and Turkish translations updated.
1730 * Brian Sammon's patch to deal with malformed message lines containing NULs.
1731 * Fai's patch to ignore all but the first Return-Path (some spams have
1732   more than one of these).
1733 * Benjamin Drieu's patch to properly byte-stuff when talking to BSMTP.
1734   Fixes Debian bug #184469.
1735 * Benjamin Drieu's patch to enable auth=cram-md5.
1736   Fixes Debian bug #185232.
1737 * Sunil Shetye's configure.in patch to avoid spurious search order messages
1738   from GCC.
1739 * Header-reading code now copes better with lines ending in \n only.
1740 * Elias Israel's patches for POP3 NTLM support and dealing with byte-
1741   stuffing failures at socket level.
1742
1743 There are 580 people on fetchmail-friends and 750 on fetchmail-announce.
1744
1745 fetchmail-6.2.2 (Fri Feb 28 21:34:26 EST 2003), 22345 lines:
1746
1747 * Sunil Shetye's patch to improve behavior on empty messages.
1748 * Conform to RFC2595; reissue capability probes after successful 
1749   STARTTLS negotiation.
1750 * Sunil's patch to make handling of failed STARTTLS more graceful.
1751 * Sunil's JF2 fix patch for .fetchmailrc security.
1752 * Christophe GIAUME <christophe@giaume.com> finished the implementation
1753   of RFC2177 IDLE.
1754 * Jason Tishler's fix patch for Cygwin.
1755 * Support ssh-style authentication in POP3
1756 * Fix for Debian bug #108977, clean up config file evaluation,
1757   by Benjamin Drieu.
1758
1759 There are 554 people on fetchmail-friends and 727 on fetchmail-announce.
1760
1761 fetchmail-6.2.1 (Tue Jan 14 08:17:19 EST 2003), 22219 lines:
1762
1763 * Updated German, Turkish, Spanish, and Danish translation files.
1764 * Integrated Sunil Shetye's patch to make mark_seen an explicit method.
1765 * Removed FAQ warning about GMX and associated fetchmailconf check, 
1766   we have a report that its servers are conformant now.
1767 * Another Sunil patch to fix a minor bug in bouncemail generation.
1768
1769 There are 536 people on fetchmail-friends and 716 on fetchmail-announce.
1770
1771 fetchmail-6.2.0 (Fri Dec 13 00:10:07 EST 2002), 22235 lines:
1772
1773 * Applied Steffen Esser's fix for a buffer-overflow bug in rfc822.c
1774 * Updated Danish, German, and Turkish translation files.
1775 * Sunil Shetye's SMTP timeout patch.
1776
1777 There are 538 people on fetchmail-friends and 701 on fetchmail-announce.
1778
1779 --------------------------------------------------------------------------------
1780
1781 fetchmail-6.1.3 (Thu Nov 28 05:35:15 EST 2002), 22203 lines:
1782
1783 * Updated Turkish, Danish, German, Spanish, Catalan po files.
1784 * Added Slovak support.
1785 * Configure.in update for autoconf 2.5 (Art Haas). 
1786 * Be case-insensitive when looking for IMAP responses.
1787 * Fix logout-after-idle-delivery bug (Sunil Shetye).
1788 * Sunil Shetye's patch to bulletproof end-of-header detection.
1789 * Sunil's fix for the STARTTLS problem -- repoll if TLS nabdshake
1790   fails.  The attempt to set up STARTTLS can be suppressed with 'sslproto ""'.
1791
1792 There are 540 people on fetchmail-friends and 701 on fetchmail-announce.
1793
1794 fetchmail-6.1.2 (Thu Oct 31 11:41:02 EST 2002), 22135 lines:
1795
1796 * Jan Klaverstijn's verbosity-lowering patch.
1797 * Updated Turkish, German, Catalan, and Danish translation files.
1798 * Fix processing of POP3 messages with missing bodies.
1799 * Minor fixes by Sunil Shetye: fix generation of auth fail note, handle
1800   unexpected SIGALRM, plug memory leak, handle lines beginning with '\0',
1801   try to bulletproof error handling against read failures.
1802
1803 There are 535 people on fetchmail-friends and 696 on fetchmail-announce.
1804
1805 fetchmail-6.1.1 (Fri Oct 18 14:53:51 EDT 2002), 22087 lines:
1806
1807 * OTP fix patches from Stanislav Brabec <utx@penguin.cz>
1808 * fix patch for writing antispam capability correctly in conf.c.
1809 * Fix patches for Debian bugs #162571, #156592.
1810 * Correction to manpage re -b and qmail.
1811 * Patch to disable use of STLS if auth passwd is specified.
1812 * Fix specfile generation to handle SSL correctly.
1813 * New Danish, Turkish, and Catalan translation files.
1814 * Improved ODMR debug messages.
1815 * IMAP efficiency hack; don't fetch sizes unless needed.
1816 * Detect and rewrite invalid return paths beginning with @.
1817 * Fix for subtle freeing bug that suppressed information in some bounce msgs.
1818 * Newline fix patches for internationalization files.
1819 * Fix reversed test guarding authentication-failure warnings.
1820 * Fix POP3 breakage starting at 5.9.14.
1821
1822 There are 529 people on fetchmail-friends and 693 on fetchmail-announce.
1823
1824 fetchmail-6.1.0 (Sun Sep 22 18:31:23 EDT 2002), 21999 lines:
1825
1826 * Updated French translation.
1827 * Stefan Esser's fix for potential remote vulnerability in multidrop mode.
1828   This is an important security fix!
1829
1830 There are 519 people on fetchmail-friends and 680 on fetchmail-announce.
1831
1832 --------------------------------------------------------------------------------
1833
1834 fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines:
1835
1836 * Applied Matt Kraai's fix for minor Debian bug #144539.
1837 * Nerijus Baliunas's patch to support STARTTLS over IMAP.
1838 * More cleanups and minor bugfixes from Sunil Shetye.
1839 * Default antispam-response list is now empty.
1840 * Updated de and po translations.
1841
1842 --------------------------------------------------------------------------------
1843
1844 There are 520 people on fetchmail-friends and 683 on fetchmail-announce.
1845
1846 --------------------------------------------------------------------------------
1847
1848  vim:tw=80 com=bf\:* ts=8 sts=8 sw=8 ai: