diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-10-08 14:58:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-10-08 14:58:47 +0000 |
commit | b68a6f2976fcffb2fa2f5ff94c9347d2aa847a0a (patch) | |
tree | 40fe4ecb4eaf4680215f5922958b5f02a51c0ce8 | |
parent | c7f3b6621d652480a1b57a6ea2deddd4b71ff2fe (diff) | |
download | fetchmail-b68a6f2976fcffb2fa2f5ff94c9347d2aa847a0a.tar.gz fetchmail-b68a6f2976fcffb2fa2f5ff94c9347d2aa847a0a.tar.bz2 fetchmail-b68a6f2976fcffb2fa2f5ff94c9347d2aa847a0a.zip |
Version bump.
svn path=/trunk/; revision=2976
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e8c05cb6..deb45e02 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.5.3 +VERSION = 5.5.4 SUBDIRS = @INTLSUB@ @POSUB@ @@ -2,6 +2,7 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) +fetchmail-5.5.3 (Sun Oct 8 10:57:37 EDT 2000), 19518 lines: * Fall back on the computed queryname if we need the DNS name of a a host and can't get it. Resolves Debian bug #69199. * Andrej Borsenkow's fix for configuration with new SOCKS. @@ -13,6 +14,8 @@ * Patrick Bihan-Faou's changes to use sysctl() for interface checking so fetchmail doesn't have to be suid kmem. +There are 273 people on fetchmail-friends and 557 on fetchmail-announce. + fetchmail-5.5.3 (Tue Sep 26 17:56:32 EDT 2000), 19278 lines: * Added skip size reporting as suggested by Franck Pommereau. |