diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | common/smtppass.c | 2 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -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 <nielsen@memberwebs.com> 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" |