diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-14 20:38:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-14 20:38:58 +0000 |
commit | ec203cfe5a899de5233aeec5bc668ea1f0c1ffa1 (patch) | |
tree | 65115563332cf29649dd77a37103c0b07c512e4b | |
parent | 989b39b7a0911ee75ee6f50eed80eefaa75c1b72 (diff) | |
download | fetchmail-ec203cfe5a899de5233aeec5bc668ea1f0c1ffa1.tar.gz fetchmail-ec203cfe5a899de5233aeec5bc668ea1f0c1ffa1.tar.bz2 fetchmail-ec203cfe5a899de5233aeec5bc668ea1f0c1ffa1.zip |
Works with M$ Exchange now.
svn path=/trunk/; revision=1341
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 2818eb3d..6018e8df 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.8 +VERS=4.2 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -12,10 +12,12 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-4.2 () +fetchmail-4.2 (Sun Sep 14 16:31:58 EDT 1997) * Driver code changed so delimited protocols don't rely on message lengths being correct (this means #@!%^# brain-dead Microsoft Exchange will work). +There are 285 people on the fetchmail-friends list. + 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! |