From 3361b73e50d50667db2d93c54a1f729b7c5dbaf7 Mon Sep 17 00:00:00 2001 From: John Peacock Date: Tue, 7 Feb 2006 11:14:04 +0000 Subject: [PATCH] Document changes to branch in preparation for releasing 0.32 git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.3x@613 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changes b/Changes index 51a50a8..cd5ce42 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,20 @@ Add logging/syslog plugin for logging via the syslog facility (Devin Carrway) + Add Qpsmtpd::DSN to return extended SMTP status codes from RFC-1893 and + patch existing plugins to use it when appropriate (Hanno Hecker). + + Add plugins/tls_cert to generate appropriately shaped self-signed certs for + TLS support. Add explicit use of CA used to sign cert. Abstract clone()ing + of connection information when switching to TLS. Fix Qpsmtpd::Auth to work + correctly with TLS. + + Add hosts_allow plugin to support pre- and post-connection hooks as well + as move --max-from-ip tests out of core (Hanno Hecker). + + Improve postfix-queue plugin to support the known processing flags (Hanno + Hecker). + 0.31.1 - 2005/11/18 Add missing files to the distribution, oops... (Thanks Budi Ang!)