update changes and manifest
bump version to 0.42rc1 git-svn-id: https://svn.perl.org/qpsmtpd/trunk@803 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
b141eeda37
commit
1d4eca3ab3
7
Changes
7
Changes
@ -1,4 +1,4 @@
|
|||||||
0.42
|
0.42 - October 1, 2007
|
||||||
|
|
||||||
New docs/plugins.pod documentation!
|
New docs/plugins.pod documentation!
|
||||||
|
|
||||||
@ -11,6 +11,9 @@
|
|||||||
ports; the first 4 digits of the port number must be different for each
|
ports; the first 4 digits of the port number must be different for each
|
||||||
instance - see IPC::Sharable).
|
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
|
Remove the auth/authnull sample plugin (there are plenty proper examples now
|
||||||
so we don't have to include this insecure plugin)
|
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 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)
|
Make connection->local_ip available from the Apache transport (Peter Eisch)
|
||||||
|
|
||||||
Support checking for early talkers at DATA
|
Support checking for early talkers at DATA
|
||||||
|
4
MANIFEST
4
MANIFEST
@ -16,6 +16,7 @@ config.sample/rcpthosts
|
|||||||
config.sample/tls_before_auth
|
config.sample/tls_before_auth
|
||||||
config.sample/tls_ciphers
|
config.sample/tls_ciphers
|
||||||
CREDITS
|
CREDITS
|
||||||
|
docs/plugins.pod
|
||||||
lib/Apache/Qpsmtpd.pm
|
lib/Apache/Qpsmtpd.pm
|
||||||
lib/Danga/Client.pm
|
lib/Danga/Client.pm
|
||||||
lib/Danga/TimeoutSocket.pm
|
lib/Danga/TimeoutSocket.pm
|
||||||
@ -53,7 +54,6 @@ plugins/auth/auth_flat_file
|
|||||||
plugins/auth/auth_ldap_bind
|
plugins/auth/auth_ldap_bind
|
||||||
plugins/auth/auth_vpopmail_sql
|
plugins/auth/auth_vpopmail_sql
|
||||||
plugins/auth/authdeny
|
plugins/auth/authdeny
|
||||||
plugins/auth/authnull
|
|
||||||
plugins/check_badmailfrom
|
plugins/check_badmailfrom
|
||||||
plugins/check_badmailfromto
|
plugins/check_badmailfromto
|
||||||
plugins/check_badrcptto
|
plugins/check_badrcptto
|
||||||
@ -76,9 +76,11 @@ plugins/http_config
|
|||||||
plugins/ident/geoip
|
plugins/ident/geoip
|
||||||
plugins/ident/p0f
|
plugins/ident/p0f
|
||||||
plugins/logging/adaptive
|
plugins/logging/adaptive
|
||||||
|
plugins/logging/connection_id
|
||||||
plugins/logging/devnull
|
plugins/logging/devnull
|
||||||
plugins/logging/file
|
plugins/logging/file
|
||||||
plugins/logging/syslog
|
plugins/logging/syslog
|
||||||
|
plugins/logging/transaction_id
|
||||||
plugins/logging/warn
|
plugins/logging/warn
|
||||||
plugins/milter
|
plugins/milter
|
||||||
plugins/parse_addr_withhelo
|
plugins/parse_addr_withhelo
|
||||||
|
@ -5,7 +5,7 @@ use vars qw($VERSION $Logger $TraceLevel $Spool_dir $Size_threshold);
|
|||||||
use Sys::Hostname;
|
use Sys::Hostname;
|
||||||
use Qpsmtpd::Constants;
|
use Qpsmtpd::Constants;
|
||||||
|
|
||||||
$VERSION = "0.41";
|
$VERSION = "0.42rc1";
|
||||||
|
|
||||||
sub version { $VERSION };
|
sub version { $VERSION };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user