aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-02-07 19:51:24 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-02-07 19:51:24 +0000
commit683373ce143e698b1455452f83341f75e0f31135 (patch)
treebdd4a3b2b34e201ddb2942c9b4bf0bbbc6d13d4b
parent4c31b95b7caf8e596817f03ca37ae0ce99910bb4 (diff)
downloadfetchmail-683373ce143e698b1455452f83341f75e0f31135.tar.gz
fetchmail-683373ce143e698b1455452f83341f75e0f31135.tar.bz2
fetchmail-683373ce143e698b1455452f83341f75e0f31135.zip
Version bump.
svn path=/trunk/; revision=2381
-rw-r--r--Makefile.in2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d8becfe0..e042233a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
PACKAGE = fetchmail
-VERSION = 4.7.7
+VERSION = 4.7.8
SUBDIRS = @INTLSUB@ @POSUB@
diff --git a/NEWS b/NEWS
index cb216c12..9db1077d 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@
fetchmail-4.7.8 ():
* FreeBSD support for interface and monitor options by Andy Doran <ad@psn.ie>.
+* Fixed server-deletion bug in fetchmailconf.
+* Timestamps now generated into logfiles at start of poll cycle.
+
+There are 257 people on fetchmail-friends and 348 on fetchmail-announce.
fetchmail-4.7.7 (Tue Feb 2 18:57:04 EST 1999):
* Fixed off-by-one error in batchlimit logic (thanks to Brian Warner).