diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-11 20:50:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-11 20:50:09 +0000 |
commit | 144adcf07edef029e0c14fe51970a65401385499 (patch) | |
tree | bba54cf140d67409c8e25e3a679799408aea69d4 | |
parent | 11b1030f103f77b25c496b6c70b25b5edc47c0bc (diff) | |
download | fetchmail-144adcf07edef029e0c14fe51970a65401385499.tar.gz fetchmail-144adcf07edef029e0c14fe51970a65401385499.tar.bz2 fetchmail-144adcf07edef029e0c14fe51970a65401385499.zip |
Ready to ship.
svn path=/trunk/; revision=744
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index b25fd272..69e5aba3 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=2.7 +VERS=2.8 PL=0 # Ultrix 2.2 make doesn't expand the value of VPATH. @@ -1,7 +1,7 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-2.8 () +fetchmail-2.8 (Sat Jan 11 15:48:33 EST 1997) features -- @@ -11,7 +11,7 @@ features -- * Reorganized and improved man page. -* Mail header parsing now handles RFC822 escapes. +* Mail header parsing now handles RFC822 escapes properly. bugs -- @@ -23,7 +23,7 @@ bugs -- * Fixed some address-parsing bugs in rfc822.c:nxtaddr(). -There are 180 people on the fetchmail-friends list. +There are 184 people on the fetchmail-friends list. ------------------------------------------------------------------------------ fetchmail-2.7 (Thu Jan 9 03:18:15 EST 1997) |