diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-09-18 17:18:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-09-18 17:18:08 +0000 |
commit | e5cbf59f31c46a8da51b71b16674474be9fe319b (patch) | |
tree | 4c7136b3059992818c985e39352f0477a1770619 | |
parent | 1ee92ad4ce3c2dfc0b8543cccb0fbcb88880b95b (diff) | |
download | fetchmail-e5cbf59f31c46a8da51b71b16674474be9fe319b.tar.gz fetchmail-e5cbf59f31c46a8da51b71b16674474be9fe319b.tar.bz2 fetchmail-e5cbf59f31c46a8da51b71b16674474be9fe319b.zip |
Ready for release.
svn path=/trunk/; revision=2074
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 51698ec0..fee6fa9b 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.5.8 +VERS=4.6.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -1,10 +1,13 @@ Release Notes: -fetchmail-4.6.0 (): +fetchmail-4.6.0 (Fri Sep 18 13:17:17 EDT 1998): * Added Bill Adams's mailqueue.pl to the contrib directory. -* Try to enable KPOP initialization to wok even if `no dns' is on. +* Try to enable KPOP initialization to work even if `no dns' is on. -There are 252 people on fetchmail-friends and 278 on fetchmail-announce. +This is a "gold" version. It will be carried on the fetchmail home page +in addition to the current leading-edge one, until the next gold version. + +There are 250 people on fetchmail-friends and 281 on fetchmail-announce. fetchmail-4.5.8 (Tue Sep 8 12:06:26 EDT 1998): |