From 91b6117df6a9efdfff9857a6e38f9da01bb683db Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 22 Oct 2004 00:34:18 +0000 Subject: 1.0 version --- ChangeLog | 2 +- common/smtppass.c | 2 +- configure.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 764e008..c165008 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -0.9.7 +1.0 - Removed user option from startup script (use User config option) - Don't send lines that are too long to syslog [Ben Mesman] diff --git a/common/smtppass.c b/common/smtppass.c index 3205026..95b9205 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -1470,7 +1470,7 @@ static void vmessage(spctx_t* ctx, int level, int err, if(err) { - /* TODO: strerror_r doesn't want to work for us + /* strerror_r doesn't want to work for us for some reason strerror_r(e, m + strlen(m), MAX_MSGLEN); */ sp_lock(); diff --git a/configure.in b/configure.in index 9af0897..757263c 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, 0.9.6, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(clamsmtp, 0.9.6) +AC_INIT(clamsmtp, 1.0, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(clamsmtp, 1.0) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" -- cgit v1.2.3