]> Pileus Git - ~andy/fetchmail/blob - NEWS
82b4d41b13c53e0ccf4975ae3f3d5e2ad062ca52
[~andy/fetchmail] / NEWS
1 Fetchmail Release Notes
2 =======================
3
4 This file is in Unicode charset with UTF-8 encoding.
5
6 (The `lines' figures total .c, .h, .l, and .y files under version control.
7 Abbreviations in parentheses are the maintainers who committed the respective
8 change.  MA = Matthias Andree, ESR = Eric S. Raymond, RF = Rob Funk.)
9
10 fetchmail 6.3.0 (not yet released officially):
11
12 # SECURITY FIXES IN THIS RELEASE
13 * CVE-2005-2335: The POP3 UIDL code doesn't sufficiently validate/truncate the input
14   length, so a (malicious or compromised) server that sends UIDs longer
15   than 128 bytes can corrupt fetchmail's stack and crash fetchmail.
16   This vulnerability is remotely exploitable to inject code run in a
17   root shell. Edward J. Shornock, Ludwig Nussel. fetchmail-SA-2005-01.txt
18 * CVE-2005-3088: fetchmailconf now changes the output file to mode 0600 BEFORE
19   writing to it, so there is no window where passwords could be read by the
20   world. Matthias Andree. fetchmail-SA-2005-02.txt
21
22 # MAJOR INCOMPATIBLE CHANGES
23 * Remove support for --netsec/-T options, the required inet6_apps library is no
24   longer available.
25   http://www.inner.net/pub/ipv6/ states, as of 2005-07-03: "/pub/ipv6
26   Our IPv6 software is now long defunct. Please find a more modern source."
27   I haven't been able to find a more modern source.  Matthias Andree
28 * Operating systems that do not conform to the Single Unix Specification v2
29   (1997) or v3 (2001, aka IEEE Std 1003.1-2001) are no longer supported. They
30   may continue to work and non-intrusive patches to support them may be
31   accepted.  Matthias Andree
32 * The default for --smtphost is now always "localhost" regardless of
33   authentication types and protocols, so as to simplify configurations for
34   workstations where the SMTP daemon only listens on the loopback interface.
35   Sunil Shetye & Matthias Andree
36
37 # OBSOLETION WARNINGS
38 * The MX and host alias lookups that fetchmail performs in multidrop mode are
39   obsolete, deprecated and may be removed from a future fetchmail version
40   without further notice. Their support for IPv6 (including IPv6-mapped IPv4)
41   is unspecified. (MA)
42 * The monitor and interface options may also be removed from a future fetchmail
43   version as they are not sufficiently portable. (MA)
44 * POP2 is obsolete. Support for POP2 may be removed from a future fetchmail
45   version without further notice. (MA)
46
47 # OTHER USER-VISIBLE CHANGES
48 * Sunil Shetye's fix to force fetchsizelimit to 1 for APOP and RPOP. (ESR)
49 * PopDel.py removed from contrib at author's request. (ESR)
50 * Matthias Andree's fix for Sunil Shetye's fetch-split patch. (ESR)
51 * Include James Stone's moldremover.py script. (ESR)
52 * Enable .fetchmailrc permissions checking under Cygwin. (ESR)
53 * Nalin Dahyabai's fix for POP3 strong authentication. (ESR)
54 * Revised Nalin Dahyabai's fix for POP3 strong authentication (the
55   original version would go into an infinite loop when CAPA failed;
56   found by David Greaves.) (MA)
57 * HOME_ETC patch for PLD Linux. (ESR)
58 * Sunil Shetye's fix for SSL configuration. (ESR)
59 * Simon Josefsson's patch for GSS library support. (ESR)
60 * Added Andrey Lelikov's recipe for Hotmail and Lycos Webmail. (ESR)
61 * Remove blank between MAIL FROM: and <, which causes Cyrus to complain.
62   Patch by Phil Endecott. (RF)
63 * Build fixes for HESIOD and resolv.h trouble on FreeBSD. (MA)
64 * Fabrice Bellet's fix for Red Hat bug #113492, fetchmail hangs in IMAP
65   mode after EXPUNGE when the server (Dovecot 0.99.10) doesn't update
66   RECENT and EXISTS counts. (MA)
67 * Holger Mauermann's bounce patch, to use a NULL envelope from, not
68   write a Return-Path header (both to meet RFC-2821), changed From,
69   added Subject header, rewording the human readable part.  Fixes Debian
70   bug #316446. (MA)
71 * Merge Sunil Shetye's time.h handling fix. (MA)
72 * Merge Gerd von Egidy's patch to avoid a segfault in multidrop/received
73   mode when the Received: headers are malformatted. (MA)
74 * MIME-encode bodies and Subject headers of warning messages, limiting
75   the header to 7 bits. (MA)
76 * Normalize most locale codesets to IANA codesets, based on
77   norm_charmap.c by Markus Kuhn. (MA)
78 * Remove sleep(3) after POP3 login, patch by Brian Candler. (MA)
79 * Fix option parsing bug that trashes the showdots setting when more
80   than one server is configured. Patch by Brian Candler. (MA)
81 * Honor sslcertpath setting even if sslcertck is unset. Patch by Brian
82   Candler. (MA)
83 * SSL certificate checking fixes, don't display same error message twice
84   in succession, make sure that Common Name and fingerprint checking are
85   only done once. Print all validation warnings/errors even if not in
86   verbose mode. Patch by Brian Candler. (MA)
87 * Import Bjorn Reese and Daniel Stenberg's MIT-licensed Trio 1.10 from
88   http://daniel.haxx.se/projects/trio/ for systems that do not support
89   snprintf or vsnprintf. (MA)
90 * Clean up the horrible #ifdef HAVE_[V]SNPRINTF that made the code
91   unreadable. Use Trio where [v]snprintf is/are missing. (MA)
92 * Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the
93   kernel version instead of calling uname(1). Thanks to Paul Slootman.  (MA)
94 * Be more careful when swapping UID lists or writing the .fetchids file,
95   requested by Manfred Weihs. (MA)
96 * Print a warning if multidrop configuration is attempted without
97   envelope option. (MA)
98 * Split information on fetchmail versions before 6.0.0 to a separate
99   OLDNEWS file. (MA)
100 * Merge SuSE patches: (sent by Stanislav Brabec, merged by Matthias Andree)
101   - fetchmail-6.2.5-declaration.patch (double sigint_handler decl/getpass.c)
102   - fetchmail-6.2.5-implicit-declaration.patch (missing #include)
103   - fetchmail-6.2.5-random-result.patch (uninitialized variable/opie.c)
104 * Revised some bogus assertions about POP3 LAST and UIDL use in the
105   manual page. UIDL isn't flaky as the man page suggested, but a
106   reliability feature. In fact, IMAP4 code is flaky in that it relies on
107   the upstream seen flags. (MA)
108 * Miloslav Trmac's patch for fetchmailconf to support string-type values
109   of the "port" variable, avoiding "port None" corruption in .fetchmailrc.
110   To fix Redhat Bug #55623 (MA)
111 * de.po fixes from Nico Golde (MA)
112 * es.po fixes from Jesus Roncero, Debian bug #286044 (MA)
113 * sink.c fix from Cesar Eduardo Barros, to avoid double @ in address
114   when username contains an @ and the envelope sender is null, Debian
115   bug #272289 (MA)
116 * configure.ac cleanups by Miloslav Trmac (MA)
117 * Miloslav Trmac's fix to reply_hack() type, for systems where
118   sizeof(int) != sizeof(size_t). (MA)
119 * Nalin Dahyabhai's fix for driver.c to not call the private Kerberos
120   krb5_init_ets() function. Sent by Miloslav Trmac. (MA)
121 * Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient
122   space for \r\n trailers in snprintf calls. Sent by Miloslav Trmac,
123   possibly fixing Red Hat bug #114470. (MA).
124 * Nalin Dahyabhai's patch to use the krb5-config script, if present.
125   Sent by Miloslav Trmac. (MA)
126 * Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac. (MA)
127 * Trivial fetchmailconf.man to redirect to fetchmail.1.
128   Reported by Miloslav Trmac. (MA)
129 * Updated and re-enabled Czech translation, by Miloslav Trmac (MA).
130 * Internationalization (i18n) updates by Miloslav Trmac. (MA)
131 * Fix "couldn't find canonical DNS name of NN (MM)" for hosts that have
132   only IPv6 addresses. Matthias Andree.
133 * Revised INSTALL after question from Brian Candler, inet6-apps is no
134   longer available: remove inet6-apps hints for IPv6, and add some
135   apologetic message for IPsec. Note the code may be removed in a future
136   version. Matthias Andree.
137 * Brian Candler's FAQ update about SSL certificate verification. (MA)
138 * Nico Golde's patch to support "proto RPOP" in the configuration file,
139   reported by Dr. Andreas Krüger, Debian bug #242384 (MA)
140 * Added Russian translation, courtesy of Pavel Maryanov of the
141   Russian translation team. (MA)
142 * Dropped da=Danish, el=Greek, ja=Japanese and tr=Turkish
143   translations which have more than 10% (61+) untranslated or fuzzy
144   messages. Matthias Andree.
145 * Skip sending POP3 PASS command when USER command failed. Matthias Andree.
146 * Run fetchmail.man through automatic spell checker. Matthias Andree.
147 * Major fetchmail(1) manual page overhaul by R. Hannes Beinert, to
148   clarify singledrop vs. multidrop operation. (MA)
149 * Make tracepolls a server option, as documented. Fixes Debian bug
150   #156094. Matthias Andree.
151 * Fix some minor inaccuracies (RFC-1893 related, grammar/spelling) in
152   the manual page.
153 * Rename ESR's design notes to esrs-design-notes.html and add a new
154   design-notes.html document. The NOTES file will contain both of them.
155   Matthias Andree.
156 * Fix Debian bug #301964, fetchmail leaks sockets when SSL negotiation
157   fails. Fix suggested Goswin Brederlow. (MA)
158 * Really fix Debian Bug#207919 (garbage in Received: lines when smtphost set),
159   patch by Tobias Diedrich.  The 6.2.5 NEWS claimed Gregan's patch had fixed
160   #207919 but it had fixed #212484 instead and #207919 remained unfixed in
161   6.2.5. The entry below has been corrected to read #212484 now. (MA)
162 * When writing the PID file, write a FHS 2.3 compliant PID file.
163   Fixes Debian bug #230615. Matthias Andree.
164 * Make ODMR really silent, suppress "fetchmail: receiving message
165   data". Fixes Debian Bug#296163. Matthias Andree.
166 * Add From: header to warning emails. Debian Bug#244828. Matthias Andree.
167 * Fix IMAP code to use password of arbitrary length from configuration
168   file (although not when read interactively). Debian Bug#276424.
169   Matthias Andree
170 * Document that fetchmail may automatically enable UIDL option.
171   Debian Bug#304701. Matthias Andree.
172 * Put *BOLD* text into the manual page near --mda to state unmistakably that
173   the --mda %T and %F substitutions add single quotes, hoping to avoid bogus
174   bug reports such as Debian Bug #224564. Matthias Andree
175 * Rename lock_release to fm_lock_release, to avoid namespace collision on
176   Darwin. NetBSD PR#28543 (pkg/28543). Matthias Andree.
177 * The RFC-822 parser no longer strips the last character of bare addresses.
178   Matthias Andree
179 * The IP address matching code was broken and 
180   1. didn't search exhaustively, but matched only the first IP address of the
181   server's queryname against the IP addresses of the server name to match.
182   2. didn't match IP aliases versus MX hosts.  Matthias Andree
183 * gettext (intl/) has been removed from the fetchmail package. Install GNU
184   gettext 0.14 separately for NLS (i18n).  Matthias Andree
185 * fetchmailconf is now a shell wrapper that calls the byte-compiled
186   fetchmailconf.py script, which is now installed in the regular python
187   directory. Matthias Andree.
188 * The "port" option, while still understood, is being replaced by the "service"
189   option, which is now supported even without --enable-inet6. Matthias Andree.
190 * The default distribution format is now bzip2. Matthias Andree.
191 * fetchmailconf redirects fetchmail's input from /dev/null so it doesn't
192   wait for the user to enter a password when the user doesn't even see
193   the prompt. Reported by Michal Marek. Matthias Andree.
194 * Write RFC-compliant BSMTP envelopes. Reported by Nico Golde. Matthias Andree.
195 * Fix --with-gssapi compilation problem. Simon Josefsson. (MA)
196 * Foster protocol-independence to support IPv6 better, for instance, providing
197   IPv6 addresses in Received: headers. Matthias Andree.
198 * The --enable-inet6 configure option was removed. The code is mostly protocol
199   agnostic, a fully IPv6 aware OS is expected to provide getaddrinfo(),
200   getnameinfo() and the macro AF_INET6.  Matthias Andree.
201 * Received: headers now enclose the for <...> destination address in angle
202   brackets for consistency with Postfix.  Matthias Andree.
203 * Operating systems that do not support at least one of gethostbyname,
204   gethostbyname_r, getipnodebyname are no longer supported.  Matthias Andree.
205 * Fixes to --with-hesiod option. Sunil Shetye. (MA)
206 * Delete oversized messages with the new --limitflush option. Debian
207   Bug#212240. Sunil Shetye. (MA)
208 * Fix MacOS X compilation failures in sink.c (ru_*time has incomplete type).
209   Berlios Bug #4725. Matthias Andree.
210 * Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn"
211   officially. Reported by Yves Boisjoly. Matthias Andree
212 * Expunge between IMAP folders when polling multiple folders.
213   Sunil Shetye. (MA)
214 * Fix IMAP expunged message counting. Sunil Shetye. (MA)
215 * Add full support for --service option. Matthias Andree
216 * Fix Japanese translation of "no other fetchmail is running". Debian
217   Bug#329342, Takeshi Hamasaki. (MA)
218 * When getaddrinfo() fails resolving a service, log getaddrinfo() error. (MA)
219 * Fix bogus "cannot resolve service * to port number" error. Simon Barner. (MA)
220 * Failure to set up SSL connections now results in PS_SOCKET. Suggested by
221   Thomas Wolff. Matthias Andree.
222 * Kerberos IV detection fix for FreeBSD 4. Simon Barner. (MA)
223 * Fix display and documentation of --envelope option. Matthias Andree
224 * Make "envelope 'Delivered-To'" work with dropdelivered. Timothy Lee. (MA)
225 * Add -DBIND_8_COMPAT to Darwin (MacOS X) compiles, to fix build problems on
226   newer Darwin versions. Matthias Andree.
227 * fetchmail should now automatically detect if OpenSSL requires -ldl.
228   Matthias Andree.
229 * Fix Solaris build with --disable-nls (blastwave.org). Matthias Andree.
230 * Missed --port/--service/--ssl cleanups in the manual. Reminder from Thomas
231   Wolff. (MA)
232 * Complain in POP3 if NTLM/MSN auth is requested but had not been enabled at
233   compile time. This configuration mismatch now causes an error message and
234   authentication failure. Found by Yves Boisjoly.  Matthias Andree
235 * fetchmailconf now allows expert users to choose the authorization type and
236   also offers MSN and NTLM, suggested by Yves Boisjoly. Matthias Andree
237 * fetchmailconf now (as of 1.49) writes its version to the comment of the
238   saved run control file. Matthias Andree
239 * Properly shut down SSL connections. Berlios Patch #647 by Arkadiusz
240   Miśkiewicz. (MA)
241 * Global variable cleanup, to fix daemon mode reinitialization problems. Patch
242   by Sunil Shetye. (MA)
243 * fetchmailconf -h documents the fetchmailconf -h option. Matthias Andree
244 * fetchmailconf -V now prints the fetchmailconf version. Matthias Andree
245 * Add support for SubjectAltName (RFC-2595 or 2818), to avoid bogus certificate
246   mismatch errors. Patch by Roland Stigge, Debian Bug#201113. (MA)
247 * make fetchmail --silent --quit really silent, Debian Bug #229014 by Dr.
248   Andreas Krüger.  Matthias Andree
249 * cleanup --quit handling again (so that --silent --quit just kills the
250   existing daemon, rather than continue running), and document it more clearly.
251   Matthias Andree
252 * Print an error message if multiple "defaults" records are found in the
253   configuration file.  Matthias Andree
254 * Bury on_exit officially - the necessary code had been missing from 6.0.0,
255   6.2.0, 6.2.5.  Matthias Andree
256 * Exit with error if the lock file cannot be read.  Matthias Andree
257 * Exit with error if the lock file cannot be created exclusively, this got
258   broken in a 6.2.6-pre, 6.2.5.2 and older were fine.  Matthias Andree
259 * Do not break some other process's lockfile in "-q" mode, but wait for the
260   other process's exit.  Matthias Andree
261 * Man page: --sslfingerprint points user to x509(1ssl) and gives an example
262   how to use it. Debian Bug#213484, Eduard Bloch. (MA)
263 * Try to obtain FQDN as our own host by default, rather than using "localhost".
264   If hostname cannot be qualified, complain noisily and continue, unless
265   Kerberos, ODMR or ETRN are used (these require a FQDN).
266   Partial fix of Debian Bug#150137. Fixes Debian Bug#316454.  Matthias Andree
267 * fetchmailconf now sets the service properly after autoprobe. Fixes Debian
268   Bug#320645.  Matthias Andree
269 * Man page: Fix Debian Bug#241883, making global options more clear. Matt
270   Swift, Matthias Andree.
271 * When eating IMAP message trailer, don't see any line containing "OK" as the
272   end of the trailer, but wait for the proper tagged OK line. To work around
273   the qmail + Courier-IMAP problem in Debian Bug#338007. Matthias Andree
274 * Fix Debian Bug#317761: when trying to send a bounce message, don't bail out
275   if we cannot qualify our own hostname, so we aren't losing the bounce.
276   Instead, pass the buck on to the SMTP server and use our own unqualified
277   hostname. Matthias Andree
278 * Revise some error messages so they are less confusing. Sunil Shetye.
279 * Man page: update --smtphost documentation. Sunil Shetye, Matthias Andree.
280 * Man page: clarify --loghost works only while detached. Matthias Andree
281 * Man page: update --smtpaddress documentation. Sunil Shetye.
282 * Fix several memory leaks and bugs in the SMTP/LMTP retry logic where
283   fetchmail confused UNIX and Internet domain sockets. Sunil Shetye.
284 * Man page (BUGS): document that passwords are length limited. Matthias Andree
285 * Man page: Document that quoted strings that run across line boundaries
286   contain the control characters (CR or LF). Document explicitly the backslash
287   escape sequences and their differences from the escape sequences used in the
288   C programming language.  Matthias Andree
289 * Fix segfault when run control file ends with a backslash inside an
290   unterminated quoted string. Matthias Andree.
291 * In quoted strings, support backslash as last character on a line to join the
292   following line to the current. Matthias Andree.
293 * Parsing untagged IMAP responses is more robust now. Matthias Andree.
294 * Man page: Remove some procmail praises in --mda documentation, suggest
295   maildrop instead, warn of procmail fallthrough behavior. Matthias Andree.
296 * Man page: Revise AUTHORS and SEE ALSO sections. Matthias Andree.
297 * Updated translations: Albanian [sq] (Besnik Bleta), Catalan [ca] (Ernest
298   Adrogué Calveras), Czech [cs] (Miloslav Trmac), German [de] (MA),
299   Spanish (Castilian) [es] (Javier Kohen), French [fr] (MA),
300   Polish [pl] (Jakub Bogusz), Russian [ru] (Pavel Maryanov).
301 * In oversized warning messages, print the account name, too. Fixes Debian
302   Bug#213299. Sunil Shetye (MA).
303 * Fix installation without Python. Sunil Shetye, reported by Peter Church. (MA)
304
305 # INTERNAL CHANGES
306 * Switched to automake. Matthias Andree.
307 * Got rid of alloca() in fetchmail proper.  Matthias Andree
308 * Got rid of ipv6-connect, inner_connect and thereabouts.  Matthias Andree
309
310 fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines:
311
312 * Updated Spanish, Turkish, and German translation files.
313 * Matthew Gregan's patch to handle garbage lengths from dbmail;
314   closes Debian bug #212484.
315 * Fix IMAP query so new-message count doesn't include deleted messages.
316 * Man page typo fix, closes Debian bug #205892.
317 * OpenSSL cleanup patches from levinedl@acm.org.
318 * Benjamin Drieu's patch to fix Debian bug #212240, no oversized-message
319   flushing if both "flush" and "limit" were specified.
320 * Benjamin Drieu's patch for Debian bug #156592, incorrect handing of 
321   host/port option.
322 * Smash all NULs out of headers right after the socket read.
323 * Dup-killer code now keys on an MD5 hash of the raw headers.
324 * Sunil Shetye's patches to break up fetching of sizes and UIDLs.
325
326 There are 599 people on fetchmail-friends and 748 on fetchmail-announce.
327
328 fetchmail-6.2.4 (Wed Aug 13 04:27:35 EDT 2003), 22625 lines:
329
330 * Updated German, Spanish, Catalan, and Turkish translations.
331 * IDLE is now supported using no-ops even if the server doesn't support
332   the IMAP IDLE extension.
333 * Sunil Shetye's patch to do better password shrouding.
334 * Sunil Shetye's bug-fix rollup patch.
335 * Introduce a translation item for the word "seen".
336 * Back out the hack to deal with lack of byte stuffing on some POP3 servers.
337 * Thomas Steudten's patch to improve SMTP handling of 550 errors.
338
339 There are 585 people on fetchmail-friends and 745 on fetchmail-announce.
340
341 fetchmail-6.2.3 (Thu Jul 17 14:53:00 EDT 2003), 22490 lines:
342
343 * French, German, Danish, Spanish, and Turkish translations updated.
344 * Brian Sammon's patch to deal with malformed message lines containing NULs.
345 * Fai's patch to ignore all but the first Return-Path (some spams have
346   more than one of these).
347 * Benjamin Drieu's patch to properly byte-stuff when talking to BSMTP.
348   Fixes Debian bug #184469.
349 * Benjamin Drieu's patch to enable auth=cram-md5.
350   Fixes Debian bug #185232.
351 * Sunil Shetye's configure.in patch to avoid spurious search order messages
352   from GCC.
353 * Header-reading code now copes better with lines ending in \n only.
354 * Elias Israel's patches for POP3 NTLM support and dealing with byte-
355   stuffing failures at socket level.
356
357 There are 580 people on fetchmail-friends and 750 on fetchmail-announce.
358
359 fetchmail-6.2.2 (Fri Feb 28 21:34:26 EST 2003), 22345 lines:
360
361 * Sunil Shetye's patch to improve behavior on empty messages.
362 * Conform to RFC2595; reissue capability probes after successful 
363   STARTTLS negotiation.
364 * Sunil's patch to make handling of failed STARTTLS more graceful.
365 * Sunil's JF2 fix patch for .fetchmailrc security.
366 * Christophe GIAUME <christophe@giaume.com> finished the implementation
367   of RFC2177 IDLE.
368 * Jason Tishler's fix patch for Cygwin.
369 * Support ssh-style authentication in POP3
370 * Fix for Debian bug #108977, clean up config file evaluation,
371   by Benjamin Drieu.
372
373 There are 554 people on fetchmail-friends and 727 on fetchmail-announce.
374
375 fetchmail-6.2.1 (Tue Jan 14 08:17:19 EST 2003), 22219 lines:
376
377 * Updated German, Turkish, Spanish, and Danish translation files.
378 * Integrated Sunil Shetye's patch to make mark_seen an explicit method.
379 * Removed FAQ warning about GMX and associated fetchmailconf check, 
380   we have a report that its servers are conformant now.
381 * Another Sunil patch to fix a minor bug in bouncemail generation.
382
383 There are 536 people on fetchmail-friends and 716 on fetchmail-announce.
384
385 fetchmail-6.2.0 (Fri Dec 13 00:10:07 EST 2002), 22235 lines:
386
387 * Applied Steffen Esser's fix for a buffer-overflow bug in rfc822.c
388 * Updated Danish, German, and Turkish translation files.
389 * Sunil Shetye's SMTP timeout patch.
390
391 There are 538 people on fetchmail-friends and 701 on fetchmail-announce.
392
393 fetchmail-6.1.3 (Thu Nov 28 05:35:15 EST 2002), 22203 lines:
394
395 * Updated Turkish, Danish, German, Spanish, Catalan po files.
396 * Added Slovak support.
397 * Configure.in update for autoconf 2.5 (Art Haas). 
398 * Be case-insensitive when looking for IMAP responses.
399 * Fix logout-after-idle-delivery bug (Sunil Shetye).
400 * Sunil Shetye's patch to bulletproof end-of-header detection.
401 * Sunil's fix for the STARTTLS problem -- repoll if TLS nabdshake
402   fails.  The attempt to set up STARTTLS can be suppressed with 'sslproto ""'.
403
404 There are 540 people on fetchmail-friends and 701 on fetchmail-announce.
405
406 fetchmail-6.1.2 (Thu Oct 31 11:41:02 EST 2002), 22135 lines:
407
408 * Jan Klaverstijn's verbosity-lowering patch.
409 * Updated Turkish, German, Catalan, and Danish translation files.
410 * Fix processing of POP3 messages with missing bodies.
411 * Minor fixes by Sunil Shetye: fix generation of auth fail note, handle
412   unexpected SIGALRM, plug memory leak, handle lines beginning with '\0',
413   try to bulletproof error handling against read failures.
414
415 There are 535 people on fetchmail-friends and 696 on fetchmail-announce.
416
417 fetchmail-6.1.1 (Fri Oct 18 14:53:51 EDT 2002), 22087 lines:
418
419 * OTP fix patches from Stanislav Brabec <utx@penguin.cz>
420 * fix patch for writing antispam capability correctly in conf.c.
421 * Fix patches for Debian bugs #162571, #156592.
422 * Correction to manpage re -b and qmail.
423 * Patch to disable use of STLS if auth passwd is specified.
424 * Fix specfile generation to handle SSL correctly.
425 * New Danish, Turkish, and Catalan translation files.
426 * Improved ODMR debug messages.
427 * IMAP efficiency hack; don't fetch sizes unless needed.
428 * Detect and rewrite invalid return paths beginning with @.
429 * Fix for subtle freeing bug that suppressed information in some bounce msgs.
430 * Newline fix patches for internationalization files.
431 * Fix reversed test guarding authentication-failure warnings.
432 * Fix POP3 breakage starting at 5.9.14.
433
434 There are 529 people on fetchmail-friends and 693 on fetchmail-announce.
435
436 fetchmail-6.1.0 (Sun Sep 22 18:31:23 EDT 2002), 21999 lines:
437
438 * Updated French translation.
439 * Stefan Esser's fix for potential remote vulnerability in multidrop mode.
440   This is an important security fix!
441
442 There are 519 people on fetchmail-friends and 680 on fetchmail-announce.
443
444 fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines:
445
446 * Applied Matt Kraai's fix for minor Debian bug #144539.
447 * Nerijus Baliunas's patch to support STARTTLS over IMAP.
448 * More cleanups and minor bugfixes from Sunil Shetye.
449 * Default antispam-response list is now empty.
450 * Updated de and po translations.
451
452 There are 520 people on fetchmail-friends and 683 on fetchmail-announce.
453
454  vim:tw=79 com=bf\:* ts=8 sts=8 sw=8 ai: