From d8d7b7a407d7d9ae84edf22572231cf46160f7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Fri, 17 Feb 2006 19:02:02 +0000 Subject: [PATCH] r4445@g5: ask | 2006-02-17 11:00:12 -0800 prepare for 0.32 -- plan release for next thursday r4446@g5: ask | 2006-02-17 11:00:48 -0800 tag 0.32rc1 git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.3x@615 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 11 +++++++++-- lib/Qpsmtpd.pm | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index cd5ce42..8f0954b 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.32 - +0.32 - 2006/02/23 Add logging/file plugin for simple logging to a file (Devin Carraway and Peter J. Holzer). @@ -11,7 +11,7 @@ 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 + of connection information when switching to TLS. Fix the AUTH code to work correctly with TLS. Add hosts_allow plugin to support pre- and post-connection hooks as well @@ -20,6 +20,13 @@ Improve postfix-queue plugin to support the known processing flags (Hanno Hecker). + Drop root privileges before loading plugins, rather than after. + + A few fixes to the clamdscan plugin (Dave Rolsky) + + Various minor fixes and improvements + + 0.31.1 - 2005/11/18 Add missing files to the distribution, oops... (Thanks Budi Ang!) diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index d16bbfa..a974458 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -5,7 +5,7 @@ use vars qw($VERSION $Logger $TraceLevel $Spool_dir $Size_threshold); use Sys::Hostname; use Qpsmtpd::Constants; -$VERSION = "0.31.1"; +$VERSION = "0.32"; sub version { $VERSION };