From 1d4eca3ab3befdf1ff6c116b821035a4578fb936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Fri, 28 Sep 2007 07:45:11 +0000 Subject: [PATCH] update changes and manifest bump version to 0.42rc1 git-svn-id: https://svn.perl.org/qpsmtpd/trunk@803 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 7 ++++++- MANIFEST | 4 +++- lib/Qpsmtpd.pm | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 517d1b8..5960f88 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.42 +0.42 - October 1, 2007 New docs/plugins.pod documentation! @@ -11,6 +11,9 @@ ports; the first 4 digits of the port number must be different for each instance - see IPC::Sharable). + prefork: Fix sporadic bug showing itself after millions of + connections (S. Priebe) + Remove the auth/authnull sample plugin (there are plenty proper examples now so we don't have to include this insecure plugin) @@ -18,6 +21,8 @@ Fix Qpsmtpd::Plugins::isa_plugin() with multiple plugin dirs (Gavin Carr) + Fix false positives in check_for_hi_virus plugin (Jerry D. Hedden) + Make connection->local_ip available from the Apache transport (Peter Eisch) Support checking for early talkers at DATA diff --git a/MANIFEST b/MANIFEST index 1b23084..4fcc55c 100644 --- a/MANIFEST +++ b/MANIFEST @@ -16,6 +16,7 @@ config.sample/rcpthosts config.sample/tls_before_auth config.sample/tls_ciphers CREDITS +docs/plugins.pod lib/Apache/Qpsmtpd.pm lib/Danga/Client.pm lib/Danga/TimeoutSocket.pm @@ -53,7 +54,6 @@ plugins/auth/auth_flat_file plugins/auth/auth_ldap_bind plugins/auth/auth_vpopmail_sql plugins/auth/authdeny -plugins/auth/authnull plugins/check_badmailfrom plugins/check_badmailfromto plugins/check_badrcptto @@ -76,9 +76,11 @@ plugins/http_config plugins/ident/geoip plugins/ident/p0f plugins/logging/adaptive +plugins/logging/connection_id plugins/logging/devnull plugins/logging/file plugins/logging/syslog +plugins/logging/transaction_id plugins/logging/warn plugins/milter plugins/parse_addr_withhelo diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index 783917e..0f0cc9b 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.41"; +$VERSION = "0.42rc1"; sub version { $VERSION };