diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-28 21:00:44 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-28 21:00:44 +0000 |
commit | 07456fdffe3c4d10016b7f33b9c23666bb8e6b8c (patch) | |
tree | 5ed427d0bd4b352753b216064982379b3311ba56 | |
parent | 38d13c350ef8e082435fccacfb0f7749be3a15a1 (diff) | |
download | fetchmail-07456fdffe3c4d10016b7f33b9c23666bb8e6b8c.tar.gz fetchmail-07456fdffe3c4d10016b7f33b9c23666bb8e6b8c.tar.bz2 fetchmail-07456fdffe3c4d10016b7f33b9c23666bb8e6b8c.zip |
Version bump.
svn path=/trunk/; revision=1432
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 0ebbba04..0c247ba8 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.2.7 +VERS=4.2.8 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -12,14 +12,14 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-4.2.8 () +fetchmail-4.2.8 (Sun Sep 28 16:59:59 EDT 1997) * Fixed a bug in POP2 compilation introduced sometime after 4.0.8. * Only emit length-mismatch messages in verbose mode. * POP3 lock busy error is now treated as authorization failure (Greg Stark) * Kerberos error is now treated as authorization failure (Greg Stark) * New --expunge option allows you to better control resource use under IMAP. -There are 284 people on the fetchmail-friends list. +There are 285 people on the fetchmail-friends list. fetchmail-4.2.7 (Fri Sep 26 11:21:15 EDT 1997) * Full OTP support with Craig Metz's libopie 2.32 or higher. |