diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-11 20:20:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-11 20:20:54 +0000 |
commit | 109da226e1dd7364501ab057316f99c991480670 (patch) | |
tree | 5c0ac6ce14c70b4b5ef3ad616d2b53f32604121c | |
parent | f3332aae2eb1e5fafdf10cbcd7c2c067ce6ec412 (diff) | |
download | fetchmail-109da226e1dd7364501ab057316f99c991480670.tar.gz fetchmail-109da226e1dd7364501ab057316f99c991480670.tar.bz2 fetchmail-109da226e1dd7364501ab057316f99c991480670.zip |
Ready to release 4.1.8.
svn path=/trunk/; revision=1334
-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 c105ca55..ad6c1965 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.7 +VERS=4.1.8 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -12,6 +12,14 @@ Release Notes: ------------------------------------------------------------------------------ +fetchmail-4.1.8 (Thu Sep 11 16:20:15 EDT 1997) +* Fix nasty single-char-adddress bug in multidrop mode. +* Fixed cosmetic bug in ETRN mode -v output! +* Added warning about broken Microsoft Exchange server to FAQ. +* Will Renkel supplied an implementation of inet_aton(). + +There are 286 people on the fetchmail-friends list. + fetchmail-4.1.7 (Tue Sep 9 16:55:04 EDT 1997) * Now works with Cyrus IMAP server. * Will build OK even if local environment lacks strstr(3). |