aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-08 05:03:55 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-08 05:03:55 +0000
commitcaee98b5322babe97c33a64141a413f430e9a8ba (patch)
treea4140c3996f7d178ca02df7e8b764f10a93b8b63 /NEWS
parent36e3009461df70159a9dad1906c23fc51491f761 (diff)
downloadfetchmail-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--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b268de19..52f0fc40 100644
--- a/NEWS
+++ b/NEWS
@@ -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 --