aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--fetchmail.c2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 31a3ff4b..e0d69ac2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,24 @@
Release Notes:
+pl 1.9.3:
+* Handle nested parens in RFC822 comments.
+* More gcc -Wall cleanup.
+* Improved installation docs.
+* Don't query DNS on startup unless needed for Kerberos or multidrop mailboxes.
+
+pl 1.9.2:
+* Fix initialization-time core dump when running as root
+* Fix fatal error in MDA argument-list construction.
+
fetchmail-1.9 (Fri Oct 25 23:02:26 EDT 1996):
+We've hit the century mark -- exactly 100 people on the fetchmail-friends list.
+
features --
+* FEATURE FREEZE IS NOW IN EFFECT! No new features until after 2.0. Thanks
+ to everybody who contributed ideas and criticism.
+
* It is now possible to specify multiple local recipients by giving a list
of names following "to" or "is". Each local recipient is checked for in the
To:, Cc: and Bcc: headers of each message; if a match is found, the message
diff --git a/fetchmail.c b/fetchmail.c
index 89b9d713..484a45e5 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -130,7 +130,7 @@ char **argv;
exit(PS_SYNTAX);
if (versioninfo)
- printf("This is fetchmail release %s\n", RELEASE_ID);
+ printf("This is fetchmail release %s pl %s\n", RELEASE_ID, PATCHLEVEL);
/* this builds the host list */
if (prc_parse_file(rcfile) != 0)