diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-06 17:13:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-06 17:13:51 +0000 |
commit | fa1b758b18c793d41e43104000e6464cb577ef37 (patch) | |
tree | 28ebd3b2c9502984aa93ce5d44858594f5a935be | |
parent | 9e9c28d491e7836dcea9feea75646bd9cfc32ec9 (diff) | |
download | fetchmail-fa1b758b18c793d41e43104000e6464cb577ef37.tar.gz fetchmail-fa1b758b18c793d41e43104000e6464cb577ef37.tar.bz2 fetchmail-fa1b758b18c793d41e43104000e6464cb577ef37.zip |
Version bump
svn path=/trunk/; revision=1318
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b0d0c051..789bd8e2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=4.1.5 +VERS=4.1.6 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -17,6 +17,13 @@ ------------------------------------------------------------------------------ +fetchmail-4.1.6 (Sat Sep 6 13:11:59 EDT 1997) +* Correct autoconfiguration machinery for Amiga (thanks to Steffen Opel). +* Append hostname to fallback address in multidrop mode correctly. +* Suppress append of smtphost name to RCPT TO address when it has a @ already. + +There are 285 people on the fetchmail-friends list. + fetchmail-4.1.5 (Fri Sep 5 15:06:13 EDT 1997) * Prevent core dumps on messages with no destination lines. * Decorate RCPT TO names with smtphost. @@ -43,6 +50,7 @@ fetchmail-4.1.2 (Wed Sep 3 18:44:58 EDT 1997) * Port changes for Kerberos under FreeBSD, thanks to Benjamin Greenwald. * Don't use inet_addr() any more. +First release after my two-week vacation. There are 285 people on the fetchmail-friends list. fetchmail-4.1.1 (Fri Aug 15 21:02:50 EDT 1997) |