diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-21 19:02:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-21 19:02:40 +0000 |
commit | deb2c117a5fb71a1597754bbbfda02c53d6fbd54 (patch) | |
tree | 6441356fb2374bc544d298aaa86028cf1a954016 | |
parent | 916448aeaf613a90493dd31344637f8b53a74d41 (diff) | |
download | fetchmail-deb2c117a5fb71a1597754bbbfda02c53d6fbd54.tar.gz fetchmail-deb2c117a5fb71a1597754bbbfda02c53d6fbd54.tar.bz2 fetchmail-deb2c117a5fb71a1597754bbbfda02c53d6fbd54.zip |
Version bump.
svn path=/trunk/; revision=2202
-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 313dfa49..41e11d24 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.6.6 +VERS=4.6.7 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -1,12 +1,12 @@ Release Notes: -fetchmail-4.6.7 (): +fetchmail-4.6.7 (Sat Nov 21 13:59:47 EST 1998): * Gerald Britton's patches to enable Hesiod support. * Postmaster option fix from Bill Metzenthen <billm@melbpc.org.au>. * Socks library support forom Guiseppe Guerini. * Notification mail is now sent to the user on 20 consecutive timeouts. -There are 248 people on fetchmail-friends and 306 on fetchmail-announce. +There are 247 people on fetchmail-friends and 308 on fetchmail-announce. fetchmail-4.6.6 (Sat Nov 7 17:27:04 EST 1998): * Fixed a core-dump bug in reply_hack with -v -v on. |