Author: jpeacock Date: Tue Feb 7 03:14:04 2006 New Revision: 613 Modified: branches/0.3x/Changes Log: Document changes to branch in preparation for releasing 0.32 Modified: branches/0.3x/Changes ============================================================================== --- branches/0.3x/Changes (original) +++ branches/0.3x/Changes Tue Feb 7 03:14:04 2006 @@ -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!)