]> Pileus Git - ~andy/fetchmail/blob - NEWS
Add Brian Candler's SSL certificate verification hints to the FAQ.
[~andy/fetchmail] / NEWS
1                                 Release Notes:
2
3 (The `lines' figures total .c, .h, .l, and .y files under version control.
4 Names in parentheses are the maintainers who handled the respective change.
5 Abbreviations: MA = Matthias Andree, RF = Rob Funk)
6
7 fetchmail 6.3.0 (not yet released officially):
8
9 * Sunil Shetye's fix to force fetchsizelimit to 1 for APOP and RPOP.
10 * PopDel.py removed from contrib at author's request.
11 * Matthias Andree's fix for Sunil Shetye's fetch-split patch
12 * Include James Stone's moldremover.py script.
13 * Enable .fetchmailrc permissions checking under Cygwin.
14 * Nalin Dahyabai's fix for POP3 strong authentication.
15 * Revised Nalin Dahyabai's fix for POP3 strong authentication (the
16   original version would go into an infinite loop when CAPA failed;
17   found by David Greaves.) (MA)
18 * HOME_ETC patch for PLD Linux.
19 * Sunil Shetye's fix for SSL configuration.
20 * Simon Josefsson's patch for GSS library support.
21 * Added Andrey Lelikov's recipe for Hotmail and Lycos Webmail.
22 * Remove blank between MAIL FROM: and <, which causes Cyrus to complain.
23   Patch by Phil Endecott. (RF)
24 * Switched to automake. (MA)
25 * Build fixes for HESIOD and resolv.h trouble on FreeBSD. (MA)
26 * Fabrice Bellet's fix for Red Hat bug #113492, fetchmail hangs in IMAP
27   mode after EXPUNGE when the server (Dovecot 0.99.10) doesn't update
28   RECENT and EXISTS counts. (MA)
29 * Holger Mauermann's bounce patch, to use a NULL envelope from, not
30   write a Return-Path header (both to meet RFC-2821), changed From,
31   added Subject header, rewording the human readable part. (MA)
32 * Merge Sunil Shetye's time.h handling fix. (MA)
33 * Merge Gerd von Egidy's patch to avoid a segfault in multidrop/received
34   mode when the Received: headers are malformatted. (MA)
35 * MIME-encode bodies and Subject headers of warning messages, limiting
36   the header to 7 bits. (MA)
37 * Normalize most locale codesets to IANA codesets, based on
38   norm_charmap.c by Markus Kuhn. (MA)
39 * Remove sleep(3) after POP3 login, patch by Brian Candler. (MA)
40 * Fix option parsing bug that trashes the showdots setting when more
41   than one server is configured. Patch by Brian Candler. (MA)
42 * Honor sslcertpath setting even if sslcertck is unset. Patch by Brian
43   Candler. (MA)
44 * SSL certificate checking fixes, don't display same error message twice
45   in succession, make sure that Common Name and fingerprint checking are
46   only done once. Print all validation warnings/errors even if not in
47   verbose mode. Patch by Brian Candler. (MA)
48 * Import Bjorn Reese and Daniel Stenberg's MIT-licensed Trio 1.10 from
49   http://daniel.haxx.se/projects/trio/ for systems that do not support
50   snprintf or vsnprintf. (MA)
51 * Clean up the horrible #ifdef HAVE_[V]SNPRINTF that made the code
52   unreadable. Use Trio where [v]snprintf is/are missing. (MA)
53 * Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the
54   kernel version instead of calling uname(1). Thanks to Paul Slootman.
55   (MA)
56 * Be more careful when swapping UID lists or writing the .fetchids file,
57   requested by Manfred Weihs. (MA)
58 * Print a warning if multidrop configuration is attempted without
59   envelope option. (MA)
60 * Split information on fetchmail versions before 6.0.0 to a separate
61   OLDNEWS file. (MA)
62 * Merge SuSE patches: (sent by Stanislav Brabec, merged by Matthias Andree)
63   - fetchmail-6.2.5-declaration.patch (double sigint_handler decl/getpass.c)
64   - fetchmail-6.2.5-implicit-declaration.patch (missing #include)
65   - fetchmail-6.2.5-random-result.patch (uninitialized variable/opie.c)
66 * Revised some bogus assertions about POP3 LAST and UIDL use in the
67   manual page. UIDL isn't flaky as the man page suggested, but a
68   reliability feature. In fact, IMAP4 code is flaky in that it relies on
69   the upstream seen flags. (MA)
70 * Miloslav Trmac's patch for fetchmailconf to support string-type values
71   of the "port" variable, avoiding "port None" corruption in .fetchmailrc.
72   To fix Redhat Bug #55623 (MA)
73 * de.po fixes from Nico Golde (MA)
74 * es.po fixes from Jesus Roncero, Debian bug #286044 (MA)
75 * sink.c fix from Cesar Eduardo Barros, to avoid double @ in address
76   when username contains an @ and the envelope sender is null, Debian
77   bug #272289 (MA)
78 * configure.ac cleanups by Miloslav Trmac (MA)
79 * Miloslav Trmac's fix to reply_hack() type, for systems where
80   sizeof(int) != sizeof(size_t). (MA)
81 * Nalin Dahyabhai's fix for driver.c to not call the private Kerberos
82   krb5_init_ets() function. Sent by Miloslav Trmac. (MA)
83 * Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient
84   space for \r\n trailers in snprintf calls. Sent by Miloslav Trmac,
85   possibly fixing Red Hat bug #114470. (MA).
86 * Nalin Dahyabhai's patch to use the krb5-config script, if present.
87   Sent by Miloslav Trmac. (MA)
88 * Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac.
89   (MA)
90 * Trivial fetchmailconf.man to redirect to fetchmail.1.
91   Reported by Miloslav Trmac. (MA)
92 * Updated and re-enabled Czech translation, by Miloslav Trmac
93   (MA).
94 * Internationalization (i18n) updates by Miloslav Trmac. (MA)
95 * Fix "couldn't find canonical DNS name of NN (MM)" for hosts that have
96   only IPv6 addresses. Matthias Andree.
97 * Revised INSTALL after question from Brian Candler, inet6-apps is no
98   longer available: remove inet6-apps hints for IPv6, and add some
99   apologetic message for IPsec. Note the code may be removed in a future
100   version. Matthias Andree.
101 * Brian Candler's FAQ update about SSL certificate verification. (MA)
102
103 fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines:
104
105 * Updated Spanish, Turkish, and German translation files.
106 * Matthew Gregan's patch to handle garbage lengths from dbmail;
107   closes Debian bug #207919.
108 * Fix IMAP query so new-message count doesn't include deleted messages.
109 * Man page typo fix, closes Debian bug #205892.
110 * OpenSSL cleanup patches from levinedl@acm.org.
111 * Benjamin Drieu's patch to fix Debian bug #212240, no oversized-message
112   flushing if both "flush" and "limit" were specified.
113 * Benjamin Drieu's patch for Debian bug #156592, incorrect handing of 
114   host/port option.
115 * Smash all NULs out of headers right after the socket read.
116 * Dup-killer code now keys on an MD5 hash of the raw headers.
117 * Sunil Shetye's patches to break up fetching of sizes and UIDLs.
118
119 There are 599 people on fetchmail-friends and 748 on fetchmail-announce.
120
121 fetchmail-6.2.4 (Wed Aug 13 04:27:35 EDT 2003), 22625 lines:
122
123 * Updated German, Spanish, Catalan, and Turkish translations.
124 * IDLE is now supported using no-ops even if the server doesn't support
125   the IMAP IDLE extension.
126 * Sunil Shetye's patch to do better password shrouding.
127 * Sunil Shetye's bug-fix rollup patch.
128 * Introduce a translation item for the word "seen".
129 * Back out the hack to deal with lack of byte stuffing on some POP3 servers.
130 * Thomas Steudten's patch to improve SMTP handling of 550 errors.
131
132 There are 585 people on fetchmail-friends and 745 on fetchmail-announce.
133
134 fetchmail-6.2.3 (Thu Jul 17 14:53:00 EDT 2003), 22490 lines:
135
136 * French, German, Danish, Spanish, and Turkish translations updated.
137 * Brian Sammon's patch to deal with malformed message lines containing NULs.
138 * Fai's patch to ignore all but the first Return-Path (some spams have
139   more than one of these).
140 * Benjamin Drieu's patch to properly byte-stuff when talking to BSNTP.
141   Fixes Debian bug #184469.
142 * Benjamin Drieu's patch to enable auth=cram-md5.
143   Fixes Debian bug #185232.
144 * Sunil Shetye's configure.in patch to avoid spurious search order messages
145   from GCC.
146 * Header-reading code now copes better with lines ending in \n only.
147 * Elias Israel's patches for POP3 NTLM support and dealing with byte-
148   stuffing failures at socket level.
149
150 There are 580 people on fetchmail-friends and 750 on fetchmail-announce.
151
152 fetchmail-6.2.2 (Fri Feb 28 21:34:26 EST 2003), 22345 lines:
153
154 * Sunil Shetye's patch to improve behavior on empty messages.
155 * Conform to RFC2595; reissue capability probes after successful 
156   STARTTLS negotiation.
157 * Sunil's patch to make handling of failed STARTTLS more graceful.
158 * Sunil's JF2 fix patch for .fetchmailrc security.
159 * Christophe GIAUME <christophe@giaume.com> finished the implementation
160   of RFC2177 IDLE.
161 * Jason Tishler's fix patch for Cygwin.
162 * Support ssh-style authentication in POP3
163 * Fix for Debian bug #108977, clean up config file evaluation,
164   by Benjamin Drieu.
165
166 There are 554 people on fetchmail-friends and 727 on fetchmail-announce.
167
168 fetchmail-6.2.1 (Tue Jan 14 08:17:19 EST 2003), 22219 lines:
169
170 * Updated German, Turkish, Spanish, and Danish translation files.
171 * Integrated Sunil Shetye's patch to make mark_seen an explicit method.
172 * Removed FAQ warning about GMX and associated fetchmailconf check, 
173   we have a report that its servers are conformant now.
174 * Another Sunil patch to fix a minor bug in bouncemail generation.
175
176 There are 536 people on fetchmail-friends and 716 on fetchmail-announce.
177
178 fetchmail-6.2.0 (Fri Dec 13 00:10:07 EST 2002), 22235 lines:
179
180 * Applied Steffen Esser's fix for a buffer-overflow bug in rfc822.c
181 * Updated Danish, German, and Turkish translation files.
182 * Sunil Shetye's SMTP timeout patch.
183
184 There are 538 people on fetchmail-friends and 701 on fetchmail-announce.
185
186 fetchmail-6.1.3 (Thu Nov 28 05:35:15 EST 2002), 22203 lines:
187
188 * Updated Turkish, Danish, German, Spanish, Catalan po files.
189 * Added Slovak support.
190 * Configure.in update for autoconf 2.5 (Art Haas). 
191 * Be case-insensitive when looking for IMAP responses.
192 * Fix logout-after-idle-delivery bug (Sunil Shetye).
193 * Sunil Shetye's patch to bulletproof end-of-header detection.
194 * Sunil's fix for the STARTTLS problem -- repoll if TLS nabdshake
195   fails.  The attempt to set up STARTTLS can be suppressed with 'sslproto ""'.
196
197 There are 540 people on fetchmail-friends and 701 on fetchmail-announce.
198
199 fetchmail-6.1.2 (Thu Oct 31 11:41:02 EST 2002), 22135 lines:
200
201 * Jan Klaverstijn's verbosity-lowering patch.
202 * Updated Turkish, German, Catalan, and Danish translation files.
203 * Fix processing of POP3 messages with missing bodies.
204 * Minor fixes by Sunil Shetye: fix generation of auth fail note, handle
205   unexpected SIGALRM, plug memory leak, handle lines beginning with '\0',
206   try to bulletproof error handling against read failures.
207
208 There are 535 people on fetchmail-friends and 696 on fetchmail-announce.
209
210 fetchmail-6.1.1 (Fri Oct 18 14:53:51 EDT 2002), 22087 lines:
211
212 * OTP fix patches from Stanislav Brabec <utx@penguin.cz>
213 * fix patch for writing antispam capability correctly in conf.c.
214 * Fix patches for Debian bugs #162571, #156592.
215 * Correction to manpage re -b and qmail.
216 * Patch to disable use of STLS if auth passwd is specified.
217 * Fix specfile generation to handle SSL correctly.
218 * New Danish, Turkish, and Catalan translation files.
219 * Improved ODMR debug messages.
220 * IMAP efficiency hack; don't fetch sizes unless needed.
221 * Detect and rewrite invalid return paths beginning with @.
222 * Fix for subtle freeing bug that suppressed information in some bounce msgs.
223 * Newline fix patches for internationalization files.
224 * Fix reversed test guarding authentication-failure warnings.
225 * Fix POP3 breakage starting at 5.9.14.
226
227 There are 529 people on fetchmail-friends and 693 on fetchmail-announce.
228
229 fetchmail-6.1.0 (Sun Sep 22 18:31:23 EDT 2002), 21999 lines:
230
231 * Updated French translation.
232 * Stefan Esser's fix for potential remote vulnerability in multidrop mode.
233   This is an important security fix!
234
235 There are 519 people on fetchmail-friends and 680 on fetchmail-announce.
236
237 fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines:
238
239 * Applied Matt Kraai's fix for minor Debian bug #144539.
240 * Nerijus Baliunas's patch to support STARTTLS over IMAP.
241 * More cleanups and minor bugfixes from Sunil Shetye.
242 * Default antispam-response list is now empty.
243 * Updated de and po translations.
244
245 There are 520 people on fetchmail-friends and 683 on fetchmail-announce.