diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-28 23:29:13 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-28 23:29:13 +0000 |
commit | 1e8ff540caa5655007fed852d2593982df7848bc (patch) | |
tree | ec2be07d98567bb5179b8affbe29e1caed597682 | |
parent | 3dbf5b65dcb578d67e1611ac1b717ecb8f619106 (diff) | |
download | fetchmail-1e8ff540caa5655007fed852d2593982df7848bc.tar.gz fetchmail-1e8ff540caa5655007fed852d2593982df7848bc.tar.bz2 fetchmail-1e8ff540caa5655007fed852d2593982df7848bc.zip |
Ready to release.
svn path=/trunk/; revision=2146
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 2 |
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@ @@ -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. |