diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-02-07 19:51:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-02-07 19:51:24 +0000 |
commit | 683373ce143e698b1455452f83341f75e0f31135 (patch) | |
tree | bdd4a3b2b34e201ddb2942c9b4bf0bbbc6d13d4b | |
parent | 4c31b95b7caf8e596817f03ca37ae0ce99910bb4 (diff) | |
download | fetchmail-683373ce143e698b1455452f83341f75e0f31135.tar.gz fetchmail-683373ce143e698b1455452f83341f75e0f31135.tar.bz2 fetchmail-683373ce143e698b1455452f83341f75e0f31135.zip |
Version bump.
svn path=/trunk/; revision=2381
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 4 |
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@ @@ -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). |