From 0e8539a407d129bc1883089b2ac2c8aa565aaa17 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 20 Oct 2005 23:18:20 +0000 Subject: ClamSMTP 1.6 release. --- AUTHORS | 1 + ChangeLog | 6 +++++- configure.in | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 81e49f5..030c777 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,3 +17,4 @@ Laurent Papier Piotr Klaban Greg Hackney Billy B. Bilano +Loic Le Loarer diff --git a/ChangeLog b/ChangeLog index 6876a14..1be181f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ -1.5.1 [???] +1.6 [2005-10-21] + - IMPORTANT: Removed support for listening on ports under < 1024 + See: http://memberwebs.com/nielsen/software/clamsmtp/faq.html#low-ports - Support embedded NULLs in email data. - Fix problems with not listening properly when in daemon mode - Fix warnings when compiled with gcc 4.0 - Handle empty addresses properly in logs. - Don't let exchange send it's strange binary data through the proxy - More Solaris fixes :( + - Don't reject emails when server is overloaded or errors. + - Don't reject emails when starting the filter command fails. 1.5 [2005-07-31] - Handle condition of server refusing data transfers more gracefully. diff --git a/configure.in b/configure.in index ec3fd34..7ffe44d 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.5.92, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(clamsmtp, 1.5.92) +AC_INIT(clamsmtp, 1.6, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(clamsmtp, 1.6) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" -- cgit v1.2.3