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