]> Pileus Git - ~andy/fetchmail/blob - NEWS
i18n fixes, cs.po updates, 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 * Trivial fetchmailconf.man to redirect to fetchmail.1.
91   Reported by Miloslav Trmac. (Matthias Andree)
92 * Updated and re-enabled Czech translation, by Miloslav Trmac
93   (Matthias Andree).
94 * Internationalization (i18n) updates by Miloslav Trmac. (Matthias
95   Andree)
96
97 fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines:
98
99 * Updated Spanish, Turkish, and German translation files.
100 * Matthew Gregan's patch to handle garbage lengths from dbmail;
101   closes Debian bug #207919.
102 * Fix IMAP query so new-message count doesn't include deleted messages.
103 * Man page typo fix, closes Debian bug #205892.
104 * OpenSSL cleanup patches from levinedl@acm.org.
105 * Benjamin Drieu's patch to fix Debian bug #212240, no oversized-message
106   flushing if both "flush" and "limit" were specified.
107 * Benjamin Drieu's patch for Debian bug #156592, incorrect handing of 
108   host/port option.
109 * Smash all NULs out of headers right after the socket read.
110 * Dup-killer code now keys on an MD5 hash of the raw headers.
111 * Sunil Shetye's patches to break up fetching of sizes and UIDLs.
112
113 There are 599 people on fetchmail-friends and 748 on fetchmail-announce.
114
115 fetchmail-6.2.4 (Wed Aug 13 04:27:35 EDT 2003), 22625 lines:
116
117 * Updated German, Spanish, Catalan, and Turkish translations.
118 * IDLE is now supported using no-ops even if the server doesn't support
119   the IMAP IDLE extension.
120 * Sunil Shetye's patch to do better password shrouding.
121 * Sunil Shetye's bug-fix rollup patch.
122 * Introduce a translation item for the word "seen".
123 * Back out the hack to deal with lack of byte stuffing on some POP3 servers.
124 * Thomas Steudten's patch to improve SMTP handling of 550 errors.
125
126 There are 585 people on fetchmail-friends and 745 on fetchmail-announce.
127
128 fetchmail-6.2.3 (Thu Jul 17 14:53:00 EDT 2003), 22490 lines:
129
130 * French, German, Danish, Spanish, and Turkish translations updated.
131 * Brian Sammon's patch to deal with malformed message lines containing NULs.
132 * Fai's patch to ignore all but the first Return-Path (some spams have
133   more than one of these).
134 * Benjamin Drieu's patch to properly byte-stuff when talking to BSNTP.
135   Fixes Debian bug #184469.
136 * Benjamin Drieu's patch to enable auth=cram-md5.
137   Fixes Debian bug #185232.
138 * Sunil Shetye's configure.in patch to avoid spurious search order messages
139   from GCC.
140 * Header-reading code now copes better with lines ending in \n only.
141 * Elias Israel's patches for POP3 NTLM support and dealing with byte-
142   stuffing failures at socket level.
143
144 There are 580 people on fetchmail-friends and 750 on fetchmail-announce.
145
146 fetchmail-6.2.2 (Fri Feb 28 21:34:26 EST 2003), 22345 lines:
147
148 * Sunil Shetye's patch to improve behavior on empty messages.
149 * Conform to RFC2595; reissue capability probes after successful 
150   STARTTLS negotiation.
151 * Sunil's patch to make handling of failed STARTTLS more graceful.
152 * Sunil's JF2 fix patch for .fetchmailrc security.
153 * Christophe GIAUME <christophe@giaume.com> finished the implementation
154   of RFC2177 IDLE.
155 * Jason Tishler's fix patch for Cygwin.
156 * Support ssh-style authentication in POP3
157 * Fix for Debian bug #108977, clean up config file evaluation,
158   by Benjamin Drieu.
159
160 There are 554 people on fetchmail-friends and 727 on fetchmail-announce.
161
162 fetchmail-6.2.1 (Tue Jan 14 08:17:19 EST 2003), 22219 lines:
163
164 * Updated German, Turkish, Spanish, and Danish translation files.
165 * Integrated Sunil Shetye's patch to make mark_seen an explicit method.
166 * Removed FAQ warning about GMX and associated fetchmailconf check, 
167   we have a report that its servers are conformant now.
168 * Another Sunil patch to fix a minor bug in bouncemail generation.
169
170 There are 536 people on fetchmail-friends and 716 on fetchmail-announce.
171
172 fetchmail-6.2.0 (Fri Dec 13 00:10:07 EST 2002), 22235 lines:
173
174 * Applied Steffen Esser's fix for a buffer-overflow bug in rfc822.c
175 * Updated Danish, German, and Turkish translation files.
176 * Sunil Shetye's SMTP timeout patch.
177
178 There are 538 people on fetchmail-friends and 701 on fetchmail-announce.
179
180 fetchmail-6.1.3 (Thu Nov 28 05:35:15 EST 2002), 22203 lines:
181
182 * Updated Turkish, Danish, German, Spanish, Catalan po files.
183 * Added Slovak support.
184 * Configure.in update for autoconf 2.5 (Art Haas). 
185 * Be case-insensitive when looking for IMAP responses.
186 * Fix logout-after-idle-delivery bug (Sunil Shetye).
187 * Sunil Shetye's patch to bulletproof end-of-header detection.
188 * Sunil's fix for the STARTTLS problem -- repoll if TLS nabdshake
189   fails.  The attempt to set up STARTTLS can be suppressed with 'sslproto ""'.
190
191 There are 540 people on fetchmail-friends and 701 on fetchmail-announce.
192
193 fetchmail-6.1.2 (Thu Oct 31 11:41:02 EST 2002), 22135 lines:
194
195 * Jan Klaverstijn's verbosity-lowering patch.
196 * Updated Turkish, German, Catalan, and Danish translation files.
197 * Fix processing of POP3 messages with missing bodies.
198 * Minor fixes by Sunil Shetye: fix generation of auth fail note, handle
199   unexpected SIGALRM, plug memory leak, handle lines beginning with '\0',
200   try to bulletproof error handling against read failures.
201
202 There are 535 people on fetchmail-friends and 696 on fetchmail-announce.
203
204 fetchmail-6.1.1 (Fri Oct 18 14:53:51 EDT 2002), 22087 lines:
205
206 * OTP fix patches from Stanislav Brabec <utx@penguin.cz>
207 * fix patch for writing antispam capability correctly in conf.c.
208 * Fix patches for Debian bugs #162571, #156592.
209 * Correction to manpage re -b and qmail.
210 * Patch to disable use of STLS if auth passwd is specified.
211 * Fix specfile generation to handle SSL correctly.
212 * New Danish, Turkish, and Catalan translation files.
213 * Improved ODMR debug messages.
214 * IMAP efficiency hack; don't fetch sizes unless needed.
215 * Detect and rewrite invalid return paths beginning with @.
216 * Fix for subtle freeing bug that suppressed information in some bounce msgs.
217 * Newline fix patches for internationalization files.
218 * Fix reversed test guarding authentication-failure warnings.
219 * Fix POP3 breakage starting at 5.9.14.
220
221 There are 529 people on fetchmail-friends and 693 on fetchmail-announce.
222
223 fetchmail-6.1.0 (Sun Sep 22 18:31:23 EDT 2002), 21999 lines:
224
225 * Updated French translation.
226 * Stefan Esser's fix for potential remote vulnerability in multidrop mode.
227   This is an important security fix!
228
229 There are 519 people on fetchmail-friends and 680 on fetchmail-announce.
230
231 fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines:
232
233 * Applied Matt Kraai's fix for minor Debian bug #144539.
234 * Nerijus Baliunas's patch to support STARTTLS over IMAP.
235 * More cleanups and minor bugfixes from Sunil Shetye.
236 * Default antispam-response list is now empty.
237 * Updated de and po translations.
238
239 There are 520 people on fetchmail-friends and 683 on fetchmail-announce.