From eacf31750a03cb49eb04ad2e8c472d412be90b72 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 27 Jan 2005 00:06:24 +0000 Subject: Version 1.3 --- ChangeLog | 3 ++- common/smtppass.c | 2 -- configure.in | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae1d0c5..c724293 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ -1.3 +1.3 [2004-01-27] + - Fixed crasher when outgoing connection couldn't be established - Removed erroneous chown line from clamsmtpd.sh 1.2 [2004-12-02] diff --git a/common/smtppass.c b/common/smtppass.c index 1e58024..7453e06 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -599,8 +599,6 @@ static spctx_t* init_thread(int fd) cb_del_context(ctx); ctx = NULL; } - - ASSERT(ctx->client.fd != -1); } return ctx; diff --git a/configure.in b/configure.in index 1f5ad7e..6472880 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Nate Nielsen dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(clamsmtp, 1.1.90 nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(clamsmtp, 1.1.90) +AC_INIT(clamsmtp, 1.3 nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(clamsmtp, 1.3) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" -- cgit v1.2.3