]> Pileus Git - ~andy/fetchmail/blobdiff - NEWS
Yet another round of fixes.
[~andy/fetchmail] / NEWS
diff --git a/NEWS b/NEWS
index f2a01bc725f8f19751a11c9260e0b43904e40c02..0c62a7f463f962134660770da491854a413af1e8 100644 (file)
--- a/NEWS
+++ b/NEWS
 
 (The `lines' figures total .c, .h, .l, and .y files under version control.)
 
+* German, Danish, Spanish, and Turkish translations updated.
+* Brian Sammon's patch to deal with malformed message lines containiing NULs.
+* Fai's patch to ignore all but the first Return-Path (some spams have
+  more than one of these).
+* Benjamin Drieu's ptch to properly byte-stuff when talking to BSNTP.
+  Fixes Debian bug #184469.
+* Benjamin Drieu's patch to enable auth=cram-md5.
+  Fixes Debian bug #185232.
+* Sunil Shetye's configure.in patch to avoid spurious search order messages
+  from GCC.
+* Header-reading code now copes better with lines ending in \n only.
+* Elias Israel's patches for POP3 NTLM support and dealing with byte-
+  stuffing failures at socket level.
+
+fetchmail-6.2.2 (Fri Feb 28 21:34:26 EST 2003), 22345 lines:
+
+* Sunil Shetye's patch to improve behavior on empty messages.
+* Conform to RFC2595; reissue capability probes after successful 
+  STARTTLS negotiation.
+* Sunil's patch to make handling of failed STARTTLS more graceful.
+* Sunil's JF2 fix patch for .fetchmailrc security.
+* Christophe GIAUME <christophe@giaume.com> finished the implementation
+  of RFC2177 IDLE.
+* Jason Tishler's fix patch for Cygwin.
+* Support ssh-style authentication in POP3
+* Fix for Debian bug #108977, clean up config file evaluation,
+  by Benjamin Drieu.
+
+There are 554 people on fetchmail-friends and 727 on fetchmail-announce.
+
+fetchmail-6.2.1 (Tue Jan 14 08:17:19 EST 2003), 22219 lines:
+
+* Updated German, Turkish, Spanish, and Danish translation files.
+* Integrated Sunil Shetye's patch to make mark_seen an explicit method.
+* Removed FAQ warning about GMX and associated fetchmailconf check, 
+  we have a report that its servers are conformant now.
+* Another Sunil patch to fix a minor bug in bouncemail generation.
+
+There are 536 people on fetchmail-friends and 716 on fetchmail-announce.
+
+fetchmail-6.2.0 (Fri Dec 13 00:10:07 EST 2002), 22235 lines:
+
+* Applied Steffen Esser's fix for a buffer-overflow bug in rfc822.c
+* Updated Danish, German, and Turkish translation files.
+* Sunil Shetye's SMTP timeout patch.
+
+There are 538 people on fetchmail-friends and 701 on fetchmail-announce.
+
+fetchmail-6.1.3 (Thu Nov 28 05:35:15 EST 2002), 22203 lines:
+
+* Updated Turkish, Danish, German, Spanish, Catalan po files.
+* Added Slovak support.
+* Configure.in update for autoconf 2.5 (Art Haas). 
+* Be case-insensitive when looking for IMAP responses.
+* Fix logout-after-idle-delivery bug (Sunil Shetye).
+* Sunil Shetye's patch to bulletproof end-of-header detection.
+* Sunil's fix for the STARTTLS problem -- repoll if TLS nabdshake
+  fails.  The attempt to set up STARTTLS can be suppressed with 'sslproto ""'.
+
+There are 540 people on fetchmail-friends and 701 on fetchmail-announce.
+
+fetchmail-6.1.2 (Thu Oct 31 11:41:02 EST 2002), 22135 lines:
+
+* Jan Klaverstijn's verbosity-lowering patch.
+* Updated Turkish, German, Catalan, and Danish translation files.
+* Fix processing of POP3 messages with missing bodies.
+* Minor fixes by Sunil Shetye: fix generation of auth fail note, handle
+  unexpected SIGALRM, plug memory leak, handle lines beginning with '\0',
+  try to bulletproof error handling against read failures.
+
+There are 535 people on fetchmail-friends and 696 on fetchmail-announce.
+
+fetchmail-6.1.1 (Fri Oct 18 14:53:51 EDT 2002), 22087 lines:
+
+* OTP fix patches from Stanislav Brabec <utx@penguin.cz>
+* fix patch for writing antispam capability correctly in conf.c.
+* Fix patches for Debian bugs #162571, #156592.
+* Correction to manpage re -b and qmail.
+* Patch to disable use of STLS if auth passwd is specified.
+* Fix specfile generation to handle SSL correctly.
+* New Danish, Turkish, and Catalan translation files.
+* Improved ODMR debug messages.
+* IMAP efficiency hack; don't fetch sizes unless needed.
+* Detect and rewrite invalid return paths beginning with @.
+* Fix for subtle freeing bug that suppressed information in some bounce msgs.
+* Newline fix patches for internationalization files.
+* Fix reversed test guarding authentication-failure warnings.
+* Fix POP3 breakage starting at 5.9.14.
+
+There are 529 people on fetchmail-friends and 693 on fetchmail-announce.
+
+fetchmail-6.1.0 (Sun Sep 22 18:31:23 EDT 2002), 21999 lines:
+
+* Updated French translation.
+* Stefan Esser's fix for potential remote vulnerability in multidrop mode.
+  This is an important security fix!
+
+There are 519 people on fetchmail-friends and 680 on fetchmail-announce.
+
+fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines:
+
+* Applied Matt Kraai's fix for minor Debian bug #144539.
+* Nerijus Baliunas's patch to support STARTTLS over IMAP.
+* More cleanups and minor bugfixes from Sunil Shetye.
+* Default antispam-response list is now empty.
+* Updated de and po translations,
+
+There are 520 people on fetchmail-friends and 683 on fetchmail-announce.
+
+fetchmail-5.9.14 (Fri Sep  6 05:03:25 EDT 2002), 21932 lines:
+
+* Sunil Shetye's patch to eliminate multiple bounces.
+* Moritz Jodeit <moritz@jodeit.org>'s patch for re-exec with no args.
+* Sunil Shetye's patch to solve the re-exec problem with relative files.
+* Cygwin portability patch (use ROOT_UID) from Jason Tishler.
+* Workaround for the CAPA error problem is documented in the FAQ.
+* Updated Polish, Danish, and Catalan translations.
+* Sunil Shetye's patch to improve CAPA error handling.
+* Sunil Shetye's patch to improve handling of unreadable boxes in POP3.
+* Berkeley port fix for Kerberos IV.
+
+There are 518 people on fetchmail-friends and 680 on fetchmail-announce.
+
+fetchmail-5.9.13 (Sat Jun 22 17:53:00 EDT 2002), 21791 lines:
+
+* Cygwin port fixes for socket.c.
+* Matthias Andree's patches to: 
+  (a) clean up xmalloc types,
+  (b) improve distclean,
+  (c) use sendmail -i in configure.in and dump the fallback configuration,
+  (d) turn fallback off by default.
+* Scott Gifford's dotted-quad patch.
+* Updated Danish translation.
+* RPM now built with SSL and IPv6 support, reflecting what's in RH 7.3.
+* Sunil Shetye's patches to send CAPA during POP3 sessions and improve
+  the PS_RETAINED behavior slightly.
+* Yann Droneaud's fix to eliminate a socket leak on error.
+
+There are 506 people on fetchmail-friends and 669 on fetchmail-announce.
+
+fetchmail-5.9.12 (Tue Jun  4 14:57:47 EDT 2002), 21669 lines:
+
+* Brian Grayson's patch enabling compilation under AIX 4.1.
+* Federico G. Schwindt's patch to support BSD ELF systems.
+* Fix to Sunil Shetye's attributes patch.
+* Scott Bronson's patch to reap zombies after an MDA core dump.
+* New Japanese translation file.
+* Catalan support integrated.
+* Danish support updated.
+* Nalin Dahyabai's patch to prevent a malicious server from crashing
+  fetchmail on a 64-bit machine.
+* Cygwin port patch from Jason Tishler.
+* Sunil Shetye's fix for password shrouding.
+* Various Debian fixes from HMH.
+* Arun A. Tharuvai's patch to avoid speaking KPOP to an IMAP server.
+* Added Richard Harris's PopDel.py utility to the contrib directory.
+
+There are 505 people on fetchmail-friends and 670 on fetchmail-announce.
+
+fetchmail-5.9.11 (Mon Apr  1 17:09:13 EST 2002), 21597 lines:
+
+* Updated Turkish and Japanese translations.
+* Added warning about auth failures on the GMX server.
+* HMH's Debian 5.9.10 patches:
+1. Fix minor typo in FAQ
+2. Fix partial implementation of ESMTP auth, and some minor
+   fetchmailconf stuff
+3. Add proper error reporting to bad logfile creation.
+   patch by Sunil Shetye <shetye@bombay.retortsoft.com>
+4. Fix incredible aggravating bug that caused dataloss
+   risks if 4xx errors were returned by the MTA
+5. Corrected version of the fix-timeouts-for-ssl and descriptor
+   leaking patches from Sylvain Benoist <sylvainb@whitepj.com>
+   Also fix outdated comments in driver.c
+6. Sunil Shetye's patch to stop fetchmail from trying to fetch
+   twice with IMAP
+7. Stop stupid complaint about turning off SSL being illegal
+   without SSL support.
+8. Byrial Jensen <byrial@image.dk> i18n fixes
+* Sunil Shetye's attribute patch.
+* HMH's revised but untested SMTP authentication patch.
+* Added GPL license exemption to COPYING for linking with OpenSSL.
+
+There are 489 people on fetchmail-friends and 654 on fetchmail-announce.
+
+fetchmail-5.9.10 (Sun Mar 10 15:09:57 EST 2002), 21529 lines:
+
+* Security fix: don't trust the message count passed back by the server.
+
+There are 481 people on fetchmail-friends and 646 on fetchmail-announce.
+
+fetchmail-5.9.9 (Sat Mar  9 08:54:28 EST 2002), 21508 lines:
+
+* Renamed misnamed tr.po and da.po files
+* Jakub Ulanowski's patch to fix SSL fingerprint handling.
+* Matt Kraai's patch for supporting STLS over POP3.
+* French translation updated.
+* Debian fixes merged.
+* Added maildrop (MDA shipped with courier) as fallback after procmail
+  and sendmail (thanks to Alexander Lazic <al-fetchmail@none.at>).
+* ESMTP AUTH support from Wojciech Polak <polak@lodz.pdi.net>.
+
+There are 481 people on fetchmail-friends and 646 on fetchmail-announce.
+
+fetchmail-5.9.8 (Thu Feb 14 23:47:31 EST 2002), 21358 lines:
+
+* Added de translation catalog; updated da and tr catalogs.
+* vsprintf underflow fixes by Sunil Shetye.
+* Added warning about IMS POP3 server.
+* Matthias Andree's fix for a longstanding SSL hang bug.
+* Fix yacc syntax bug when building with SSL.
+* Sunil Shetye's patch for idle timeout during poll.
+* Applied HMH's fix for the "message delimiter found in headers" code path
+  (Debian bug #128672).
+
+There are 459 people on fetchmail-friends and 641 on fetchmail-announce.
+
+fetchmail-5.9.7 (Sat Feb  2 00:33:40 EST 2002), 21330 lines:
+
+* Minor fixes by HMH.
+* Properly guard some transaction reporting in the SSL code.
+* Updated German (de) po file.  Added Turkish (tr) po file.
+* Expunge edge case fix by Sunil Shetye.
+* Fixes for some odd IMAP and SMTP edge cases by Sunil Shetye.
+* UIDL bug fix by Matthias Andree.
+* Use smtpaddress, if present, to set the return path on warning mail.
+* Tell parser to object when SSL keyboard is used with SSL not compiled.
+* GSSAPI and ODMR fixes by Tom Hughes.
+
+There are 456 people on fetchmail-friends and 635 on fetchmail-announce.
+
+fetchmail-5.9.6 (Fri Dec 14 04:03:50 EST 2001), 21247 lines:
+
+* OPIE bug fixes by Jun Miyoshi <usako@omnisci.co.jp>.
+* Documented known IDLE bug in the todo.html file.
+* Sunil Shetye's fix for a timeout/reconnect bug.
+* LMTP fix from Toshiro HIKITA <toshi@sodan.org>.
+* The duplicate-killer doesn't try to operate if we can get an actual
+  recipient address from the trace headers.
+
+There are 416 people on fetchmail-friends and 629 on fetchmail-announce.
+
 fetchmail-5.9.5 (Thu Nov  8 14:14:35 EST 2001), 21162 lines:
 
 * Changed the logging logic along lines suggested by Jan Klaverstijn,
 * fetchmailconf looks first in the directory it's running from to find
   fetchmail.
-* Make sure we vet a success status correctly from open_smtp_sink()
+* Make sure we get a success status correctly from open_smtp_sink()
   and open_bsmtp_sink().
 * Matthias Andree's env.c patch to refuse service when QMAILINJECT is defined.
 * Immediately abort if a non-empty QMAILINJECT environment variable is
@@ -88,7 +330,6 @@ fetchmail-5.9.0 (Sun Aug 12 23:52:16 EDT 2001), 21062 lines:
 * Matthias Andree's patch to correct parsing of spaces in quoted usernames.
 
 There are 371 people on fetchmail-friends and 610 on fetchmail-announce.
-% Release 5.9.0
 
 fetchmail-5.8.17 (Tue Aug  7 20:05:36 EDT 2001), 21056 lines:
 
@@ -178,7 +419,7 @@ fetchmail-5.8.10 (Mon Jun 25 17:04:08 EDT 2001), 20922 lines:
 * More fixes for the new message-marking code from Thomas Moestl.
 * Fixes for ODMR code from Matt Armstrong.
 
-There are 355 people on fetchmail-friends and  on fetchmail-announce.
+There are 355 people on fetchmail-friends and 603 on fetchmail-announce.
 
 fetchmail-5.8.9 (Sun Jun 24 20:30:49 EDT 2001), 20922 lines: