diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-27 07:52:11 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-27 07:52:11 +0000 |
commit | 8ef9fbf6b486ff63066fc05eb47cab974ffceb3b (patch) | |
tree | 791990fa72f6ab670f255af4de66df55be73a2a6 | |
parent | 60e6d78753d7cba662a3eee29c05d5b4d52e4551 (diff) | |
download | fetchmail-8ef9fbf6b486ff63066fc05eb47cab974ffceb3b.tar.gz fetchmail-8ef9fbf6b486ff63066fc05eb47cab974ffceb3b.tar.bz2 fetchmail-8ef9fbf6b486ff63066fc05eb47cab974ffceb3b.zip |
Ready to ship.
svn path=/trunk/; revision=834
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 98c18fab..c2bf4838 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=3.1 +VERS=3.2 PL=0 # Ultrix 2.2 make doesn't expand the value of VPATH. @@ -1,7 +1,7 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-3.2 () +fetchmail-3.2 (Mon Jan 27 02:51:10 EST 1997) features -- @@ -15,6 +15,10 @@ bugs -- * Explicitly strip CRs out of fetched mail. +* Corrections to 8BITMIME processing. + +There are 207 people on the fetchmail-friends list. + ------------------------------------------------------------------------------ fetchmail-3.1 (Fri Jan 24 12:45:18 EST 1997) |