Prepare 0.81

This commit is contained in:
Ask Bjørn Hansen 2009-04-02 22:37:15 -07:00
parent 89e391e9d2
commit 45a5265837
4 changed files with 10 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ pm_to_blib
blib/ blib/
Makefile Makefile
Makefile.[a-z]* Makefile.[a-z]*
*~
*.bak

View File

@ -1,3 +1,5 @@
0.81 - April 2, 2009
Close spamd socket after reading the result back (Jared Johnson) Close spamd socket after reading the result back (Jared Johnson)
p0f plugin updates (Tom Callahan) p0f plugin updates (Tom Callahan)

View File

@ -1,3 +1,4 @@
.gitignore
Changes Changes
config.sample/badhelo config.sample/badhelo
config.sample/badrcptto_patterns config.sample/badrcptto_patterns
@ -18,6 +19,7 @@ config.sample/tls_ciphers
CREDITS CREDITS
docs/advanced.pod docs/advanced.pod
docs/authentication.pod docs/authentication.pod
docs/config.pod
docs/development.pod docs/development.pod
docs/hooks.pod docs/hooks.pod
docs/logging.pod docs/logging.pod
@ -74,6 +76,7 @@ plugins/check_loop
plugins/check_norelay plugins/check_norelay
plugins/check_relay plugins/check_relay
plugins/check_spamhelo plugins/check_spamhelo
plugins/connection_time
plugins/content_log plugins/content_log
plugins/count_unrecognized_commands plugins/count_unrecognized_commands
plugins/dns_whitelist_soft plugins/dns_whitelist_soft
@ -87,6 +90,7 @@ plugins/http_config
plugins/ident/geoip plugins/ident/geoip
plugins/ident/p0f plugins/ident/p0f
plugins/logging/adaptive plugins/logging/adaptive
plugins/logging/apache
plugins/logging/connection_id plugins/logging/connection_id
plugins/logging/devnull plugins/logging/devnull
plugins/logging/file plugins/logging/file
@ -104,6 +108,7 @@ plugins/queue/smtp-forward
plugins/quit_fortune plugins/quit_fortune
plugins/random_error plugins/random_error
plugins/rcpt_ok plugins/rcpt_ok
plugins/rcpt_regexp
plugins/relay_only plugins/relay_only
plugins/require_resolvable_fromhost plugins/require_resolvable_fromhost
plugins/rhsbl plugins/rhsbl

View File

@ -7,7 +7,7 @@ use Qpsmtpd::Constants;
#use DashProfiler; #use DashProfiler;
$VERSION = "0.80"; $VERSION = "0.81";
my $git; my $git;