aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--NEWS3
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@
diff --git a/NEWS b/NEWS
index 6ede9274..0cb75f1f 100644
--- a/NEWS
+++ b/NEWS
@@ -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.