]> Pileus Git - ~andy/fetchmail/blobdiff - NEWS
Suppress monitor check after signal wakeup.
[~andy/fetchmail] / NEWS
diff --git a/NEWS b/NEWS
index 45480e54cac6e832012368f97de325dc6a37c7f6..ef617dd76aa6f1a2434ad4dcc2ab2108270a5016 100644 (file)
--- a/NEWS
+++ b/NEWS
-                               Things to do:
-
-In the SSL support, we need to add server certificate validation (In
-other words, does the certificate match the system we are trying to
-contact?).  Also, add authentication of Certifying Authority (Is this
-a Certifying Authority we recognize?).
-
-Jorge Godoy asked, about the MD5 sums: Are they on the RPMs? How about
-using GPG/PGP instead of MD5 to sign the packages? If people are
-worried with copies of it, GPG/PGP offers more security than MD5. I
-don't know exactly, but I think you can sign it both ways so that your
-package will have two security verifications instead of one...
-
                                Release Notes:
 
 (The `lines' figures total .c, .h, .l, and .y files under version control.)
 
-* Javier Kohen's update for es.po.
+* Back out the InterChange workaround, it breaks operation with M$ Exchange.
+* Update for cs.po from Jiri Pavlovsky.
+* Prevent spurious hostname matches in fetchmailconf.
+* Ultrix 4.5 port patches from Simon Burge <simonb@thistledown.com.au>.
+* Add bug warning to FAQ about Lotus Domino.
+* Suppress monitor check just after being woken by signal.
+
+fetchmail-5.3.4 (Wed Mar 22 15:55:51 EST 2000), 18819 lines:
+
+* Added FAQ item on performance under load.
+* Fix Debian bug #60202 (segfaults when given command line arguments).
+  This only applied to `antispam', as it turned out.
+* Work around InterChange's bug with attachments as suggested by 
+  paul666@mailandnews.com.
+* Enable checks on multiple folders.
+
+There are 294 people on fetchmail-friends and 504 on fetchmail-announce.
+
+fetchmail-5.3.3 (Mon Mar 13 16:34:29 EST 2000), 18763 lines:
+
+* Fixed reporting of listener timeouts.
+* Configure now supports SOCKS5, thanks to Alan Schmitt.
+* Fix a minor bug in preauthenticated IMAP, thanks to Urban Boquist 
+  <boquist@crt.se>.
+* Try to support suffix matching in aka lists.
+
+There are 285 people on fetchmail-friends and 504 on fetchmail-announce.
+
+fetchmail-5.3.2 (Mon Mar  6 21:41:23 EST 2000), 18695 lines:
+
+* Added experimental support for RFC2177 IDLE command extension of IMAP.
+* Updated fr.po.
+* Fixed a bug in fetchmailconf's handling of envelope skip prefixes.
+* Don't nuke .fetchids when authorization failure keeps us from getting URLs.
+* Added FAQ item X6 on dropped and mangled attachments, thanks to Rob Funk.
+* Teach configure.in to link the RSA reference library if available.
+* Disable saving of Message-IDs into UIDL lists.
+
+There are 290 people on fetchmail-friends and 500 on fetchmail-announce.
+
+fetchmail-5.3.1 (Sun Mar  5 23:02:42 EST 2000), 18648 lines:
+
+* Use remotename@hostname for MAIL FROM if we have not been able to deduce
+  a Return-Path.
+* Fix the attempted fix for Joop Susan's ENOTCONN bug.
+* Added FAQ material on a Microsoft Exchange bug, on forwarding to
+  a different host than the one fetchmail runs on, and on using
+  ssh for a secure passwordless connection.  Removed the FAQ entry
+  on popclient.
+* Jun-ichiro itojun Hagino <itojun@iijlab.net> sent a fix for IPv6.
+* Fix Red Hat 6.2beta bug 9982: fetchmailconf now automatically pups up
+  an edit panel whenever a new user or site is created.
+* Fix Red Hat 6.2beta bug 9987: Deal gracefully with the possibility that
+  we might be running as a subprocess with stdin not attached to a tty,
+  and thus unable to query for a password.
+* Resolved all current Debian bugs classed `important'; #43139, #44744, #44760,
+  #44774, #43140, #50990.
+* Resolved Debian ordinary bugs #17769, #34383, #38303, #39732, #51674,
+  #53386, #53732, #58553.
+* Resolved Debian wishlist bug #26630.
+* Resolution of #59281 (still loops on Ctrl-C) involved a small change in
+  behavior; SIGPIPE now terminates the current poll cycle.
+
+There are 289 people on fetchmail-friends and 502 on fetchmail-announce.
+
+fetchmail-5.3.0 (Tue Feb 22 08:53:31 PST 2000), 18618 lines:
+
+* Horst von Brand's improvements to the specfile generator.
+* Joop Susan's improvements in error status reporting.
+* Only emit progress dots when stdout is connected to a tty.
+* Fix for GNATS bug 16468, "INET6 breaks fetchmail preconnect"
+  by Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp>.
+* Lexical analyzer now understands that -?[0-9]*[a-zA-Z] is not a number.
+
+There are 293 people on fetchmail-friends and 498 on fetchmail-announce.
+
+fetchmail-5.2.8 (Mon Feb 14 19:16:46 EST 2000), 18571 lines:
+
+* Attempted fix for Joop Susan's ENOTCONN bug.
+* Fix for NO response during SIZE fetches for M$ Exchange IMAP server.
+* Thomas Zajic <zlatko@gmx.at> sent a change that copes with GMX X-UIDLs.
+* Fix fetchmailconf's handling of ssl attributes when SSL is not configured.
+* Handle IMAP folder names with embedded spaces.
+* cs.po update from Jiri Pavlovsky.
+* Make -d0 -v work when -a and -k are on.
+* UID handling has been broken since 5.2.5.  This version should work.
+  Thanks to Bruce Hauge <bruce_hauge@agilent.com> for testing.
+
+There are 287 people on fetchmail-friends and 504 on fetchmail-announce.
+
+fetchmail-5.2.7 (Sun Feb  6 20:45:41 EST 2000), 18517 lines:
+* Updated FAQ.
+* Updated es.po.
+* Disable mail notification on server unreachable.  This turned out to
+  be a very bad idea.
+
+There are 276 people on fetchmail-friends and 493 on fetchmail-announce.
+
+fetchmail-5.2.6 (Sat Feb  5 00:01:53 EST 2000), 18517 lines:
+* Close down sockets using shutdown(2) and discarding read data until we
+  get a TCP FIN.  With any luck this will squash our socket leak.
+* Open the lockfile with O_SYNC, so we know the file has been written
+  before close (sigh...NFS might still betray us...).
+* Added Martijn Lievaart's sendmail hacks for multidrop to the contrib 
+  directory.
+* Fix bug in processing of plugout option.
+* AIX port tweak from Dave Marquardt <marquard@austin.ibm.com>.
+* Add support for `ssh' preauth type to suppress password prompts at startup.
+* Support for RFC2449 extended POP3 responses [IN-USE] and [LOGIN-DELAY].
+* Log bounced messages via syslog (Debian bug #50184).
+* Add scrollbars on fetchmailconf help windows (Debian bug #51770). 
+* Notify user by mail when pop server nonexistent (Debian bug #47143).
+* Debian buglist cleanup.
+
+There are 274 people on fetchmail-friends and 494 on fetchmail-announce.
+
+fetchmail-5.2.5 (Mon Jan 31 02:02:48 EST 2000), 18445 lines:
+* Fixed bugs in BSMTP generation reported by Jaap Lutz.
+* Make fetchmailconf better at handling backslashes in usernames
+  and passwords.
+* Jochen Hayek's patch to handle spaces in UID usernames.
+
+There are 279 people on fetchmail-friends and 497 on fetchmail-announce.
+
+fetchmail-5.2.4 (Mon Jan 17 02:37:58 EST 2000), 18445 lines:
+
+* Fix bug introduced in 5.2.2 that stopped --syslog from working.
+* Update for es.po, fr.po, cs.po.
+* Message-string macros eliminated from driver.c so gettext can see them.
+* Various useful to version reporting & configure.in fixes by Chip Salzenberg.
+* Bernhard Rosenkraenzer's fix for broken Kerberos V configuration.
+* Make --logfile work in foreground.
+
+There are 282 people on fetchmail-friends and 489 on fetchmail-announce.
 
 fetchmail-5.2.3 (Tue Jan  4 01:56:11 EST 2000), 18421 lines:
 * Ken Estes's patch to check for unreachable UIDL file due to bad NFS mount.
@@ -847,7 +967,7 @@ fetchmail-4.3.0 (Mon Oct  6 16:44:38 EDT 1997), 12304 lines:
 * Created fetchmail-announce list.
 
 There are 281 people on fetchmail-friends and 8 on fetchmail-announce.
-% fetchmail-friends list split
+% fetchmail list split
 
 fetchmail-4.2.9 (Tue Sep 30 18:21:35 EDT 1997), 12185 lines:
 * Don't byte-stuff when writing to an MDA.
@@ -1183,7 +1303,7 @@ fetchmail-3.9.1 (Thu Apr 17 11:37:14 EDT 1997), 8923 lines:
 * Added `forcecr' to fix qmail problems by forcing CRLF termination.
 
 There are 222 people on the fetchmail-friends list.
-% Bad addresses dropped after the switchover to SmartList
+% Bad addresses dropped after switch to SmartList
 
 ------------------------------------------------------------------------------
 fetchmail-3.9.0 (Wed Apr  2 13:36:22 EST 1997), 8889 lines: