summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-01-27 00:06:24 +0000
committerStef Walter <stef@memberwebs.com>2005-01-27 00:06:24 +0000
commiteacf31750a03cb49eb04ad2e8c472d412be90b72 (patch)
treef9b1ba826ee8631d816367837722c2f6ef6d6e63
parent4ee3c8d2926c92e6b17678612712bb7dafa3927e (diff)
Version 1.3
-rw-r--r--ChangeLog3
-rw-r--r--common/smtppass.c2
-rw-r--r--configure.in4
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 <nielsen@memberwebs.com>
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"