diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-08 05:03:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-08 05:03:55 +0000 |
commit | caee98b5322babe97c33a64141a413f430e9a8ba (patch) | |
tree | a4140c3996f7d178ca02df7e8b764f10a93b8b63 /NEWS | |
parent | 36e3009461df70159a9dad1906c23fc51491f761 (diff) | |
download | fetchmail-caee98b5322babe97c33a64141a413f430e9a8ba.tar.gz fetchmail-caee98b5322babe97c33a64141a413f430e9a8ba.tar.bz2 fetchmail-caee98b5322babe97c33a64141a413f430e9a8ba.zip |
Bug fixes and better RC file documentation.
svn path=/trunk/; revision=243
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -16,6 +16,26 @@ Inflict severe pain on the person(s) responsible for removing LAST from POP3. Release Notes: +fetchmail-1.7 (Tue Oct 8 01:00:08 EDT 1996): + +features -- + +* Make configure more GNUish; it understands --prefix and other standard + autoconf options now (see INSTALL for details) + +bugs -- + +* You may have to rearrange the order of options in your .fetchmailrc. + The grammar for the new multiple-user syntax requires that server + options (protocol and port) come before any user options. + +* Fixed core dump bug that was screwing configurations with no .fetchmailrc. + +* Fixed broken 'p' option. + +* `norewrite' and `rewrite' in .fetchrc were the inverses of what they + should have been. + fetchmail-1.6 (Sun Oct 6 20:55:09 EDT 1996): features -- |