Author: ask
Date: Fri Sep 28 00:45:11 2007
New Revision: 803
Modified:
trunk/Changes
trunk/MANIFEST
trunk/lib/Qpsmtpd.pm
Log:
update changes and manifest
bump version to 0.42rc1
Modified: trunk/Changes
==============================================================================
--- trunk/Changes (original)
+++ trunk/Changes Fri Sep 28 00:45:11 2007
@@ -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
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Fri Sep 28 00:45:11 2007
@@ -16,6 +16,7 @@
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_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/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
Modified: trunk/lib/Qpsmtpd.pm
==============================================================================
--- trunk/lib/Qpsmtpd.pm (original)
+++ trunk/lib/Qpsmtpd.pm Fri Sep 28 00:45:11 2007
@@ -5,7 +5,7 @@
use Sys::Hostname;
use Qpsmtpd::Constants;
-$VERSION = "0.41";
+$VERSION = "0.42rc1";
sub version { $VERSION };