aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-28 23:29:13 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-28 23:29:13 +0000
commit1e8ff540caa5655007fed852d2593982df7848bc (patch)
treeec2be07d98567bb5179b8affbe29e1caed597682
parent3dbf5b65dcb578d67e1611ac1b717ecb8f619106 (diff)
downloadfetchmail-1e8ff540caa5655007fed852d2593982df7848bc.tar.gz
fetchmail-1e8ff540caa5655007fed852d2593982df7848bc.tar.bz2
fetchmail-1e8ff540caa5655007fed852d2593982df7848bc.zip
Ready to release.
svn path=/trunk/; revision=2146
-rw-r--r--Makefile.in2
-rw-r--r--NEWS2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index cfdfc415..a334b6a2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,7 +3,7 @@
# If you're running QNX, we can't assume a working autoconf.
# So just uncomment all the lines marked QNX.
-VERS=4.6.4
+VERS=4.6.5
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
diff --git a/NEWS b/NEWS
index 7f320fc6..80101197 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
Release Notes:
-fetchmail-4.6.5 ():
+fetchmail-4.6.5 (Wed Oct 28 18:28:01 EST 1998):
* Fixed a bug in reply_hack that could occasionally cause malloc smashes.
* Added --bsmtp option to dump mail as a BSMTP batch.