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