diff options
author | Stef Walter <stef@memberwebs.com> | 2005-10-20 23:18:20 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-10-20 23:18:20 +0000 |
commit | 0e8539a407d129bc1883089b2ac2c8aa565aaa17 (patch) | |
tree | 92b6e466f2a5f411ae4afe5c484bbaaec766ea8b | |
parent | 4ad6be7d1300ed518294a57c26a09d4218c49502 (diff) |
ClamSMTP 1.6 release.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 8 insertions, 3 deletions
@@ -17,3 +17,4 @@ Laurent Papier <papier@tuxfan.net> Piotr Klaban <post@klaban.torun.pl> Greg Hackney <hackney@swbell.net> Billy B. Bilano <mr.bill.bilano@email.server.unix.bill.bilano.biz> +Loic Le Loarer <loic.le-loarer@polytechnique.org> @@ -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 <nielsen@memberwebs.com> 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" |