summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-04-14 23:11:49 +0000
committerStef Walter <stef@memberwebs.com>2005-04-14 23:11:49 +0000
commit67ceadecb95fa2e9919ca05dca63157a35d6f1ef (patch)
treeea6813dd9b12bc8ee273533f383822742106b724
parent7e73a6c27ec7246c7181bbcb5973e9458640f54a (diff)
Fix problem when header is missing.
-rw-r--r--ChangeLog6
-rw-r--r--configure.in4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index df148bc..df241cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
-1.2
+1.2.1 [2005-04-15]
+ - Fixed bug (introduced in 1.2) when 'Header' option is not present.
+
+1.2 [2005-03-24]
- Don't leak file descriptors when clamsmtpd can't connect to outgoing
SMTP server [Chris Mason]
- 'Header' configuration option with special format arguments [Olivier Beyssac]
+ - Supress weird warnings when looking up names of local unix connections.
1.1 [2005-01-27]
- Fixed crasher when outgoing connection couldn't be established
diff --git a/configure.in b/configure.in
index 630e36a..8a6707d 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(proxsmtp, 1.1.90, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(proxsmtp, 1.1.90)
+AC_INIT(proxsmtp, 1.2.1, nielsen@memberwebs.com)
+AM_INIT_AUTOMAKE(proxsmtp, 1.2.1)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include"