From b1d3b05365c707d72735fe6475033a5b378dd8b5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 16 Feb 1997 23:56:59 +0000 Subject: First post-3.5 changes. svn path=/trunk/; revision=890 --- INSTALL | 4 ++++ NEWS | 11 +++++++++++ driver.c | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 5ff297fe..119bff7a 100644 --- a/INSTALL +++ b/INSTALL @@ -5,6 +5,10 @@ If you have installed binaries (e.g. from an RPM) you can skip to step 4. If you are a Linux system packager, be aware that the build process generates an RPM spec file at fetchmail.spec. +The Frequently Asked Questions list, included as the file FAQ in this +distributions, answers the most common questions about configuring and +running fetchmail. + 1. CONFIGURE Installing fetchmail is easy. From within this directory, type: diff --git a/NEWS b/NEWS index 28fec3c6..36131cf4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ Release Notes: +------------------------------------------------------------------------------ +fetchmail-3.6 () + +features -- + +* New Makefile production to generate an RPM. + +bugs -- + +* Yet another fix to the password-shrouding logic. + ------------------------------------------------------------------------------ fetchmail-3.5 (Sat Feb 15 15:19:36 EST 1997) diff --git a/driver.c b/driver.c index ee2c82ba..037b46ca 100644 --- a/driver.c +++ b/driver.c @@ -1576,7 +1576,7 @@ va_dcl *cp++ = '*'; while (*sp) *cp++ = *sp++; - *sp = '\0'; + *cp = '\0'; } buf[strlen(buf)-1] = '\0'; error(0, 0, "%s> %s", protocol->name, buf); -- cgit v1.2.3