diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-05-26 16:31:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-05-26 16:31:35 +0000 |
commit | d3e49ec2574301f63f067c939730c2c61027c453 (patch) | |
tree | 05edb17b9297c120d43345e76b1d8a45debb78c7 | |
parent | 0d5870f990d2f7b8d364f3ae1ec82c6a2ead60c0 (diff) | |
download | fetchmail-d3e49ec2574301f63f067c939730c2c61027c453.tar.gz fetchmail-d3e49ec2574301f63f067c939730c2c61027c453.tar.bz2 fetchmail-d3e49ec2574301f63f067c939730c2c61027c453.zip |
Ready for release.
svn path=/trunk/; revision=1862
-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 2a9ad7da..ce6c6d3e 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.4.7 +VERS=4.4.8 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -7,9 +7,9 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-4.4.8 (): -* Added 0.90 beta version of fetchmailconf. -* Removed fetchall side-effect kluge, now that we knowe how to make TOP work +fetchmail-4.4.8 (Tue May 26 12:30:58 EDT 1998): +* Added 0.90 beta version of fetchmailconf. +* Removed fetchall side-effect kluge, now that we know how to make TOP work with qpopper 2.3+. * Patch by Kok Seng to prevent loss of UID info when a query fails. * Pascal Grudler <pg@dtx466.ledl.com> sent a fix for the idfile option. |