aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-03-09 18:14:29 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-03-09 18:14:29 +0000
commiteccdf3efe7bac78f5e58c3044b609085f825884b (patch)
treee4d550a2ed0e468243614d256df4a0d6ca454843
parent531ea803d0cfe84f98a3881d0218197c2a19f707 (diff)
downloadfetchmail-eccdf3efe7bac78f5e58c3044b609085f825884b.tar.gz
fetchmail-eccdf3efe7bac78f5e58c3044b609085f825884b.tar.bz2
fetchmail-eccdf3efe7bac78f5e58c3044b609085f825884b.zip
Ready to ship.
svn path=/trunk/; revision=2404
-rw-r--r--Makefile.in2
-rw-r--r--NEWS4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 8ba0a55e..07e2fce4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
PACKAGE = fetchmail
-VERSION = 5.0.0
+VERSION = 4.7.9
SUBDIRS = @INTLSUB@ @POSUB@
diff --git a/NEWS b/NEWS
index 3721c2bc..a02e63ab 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@
Release Notes:
-fetchmail-5.0.0 ():
+fetchmail-4.7.9 ():
* Patch by Dan Root to solve an endianness problem in IMAP-K4.
* Fix lexical-analyzer bug that rejected `set nobouncemail',
* Prevent send_bouncemail from stepping on SMTP antispam response.
@@ -18,7 +18,7 @@ fetchmail-5.0.0 ():
* Prevent parsing of delimited protocols from tripping up on a
MIME-armored line consisting of "=2E\r\n".
-There are 262 people on fetchmail-friends and 359 on fetchmail-announce.
+There are 263 people on fetchmail-friends and 361 on fetchmail-announce.
fetchmail-4.7.8 (Mon Feb 22 10:06:04 EST 1999):
* FreeBSD support for interface and monitor options by Andy Doran <ad@psn.ie>.