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