0.12
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@90 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
173a2d26f5
commit
849be5b1ab
6
Changes
6
Changes
@ -1,4 +1,8 @@
|
||||
0.12-dev
|
||||
0.12 - 2002/10/17
|
||||
|
||||
Better error messages when a plugin fails
|
||||
|
||||
Remove some debug messages in the log
|
||||
|
||||
Fix NOOP command with perl 5.6.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package Qpsmtpd;
|
||||
use strict;
|
||||
|
||||
$Qpsmtpd::VERSION = "0.12-dev";
|
||||
$Qpsmtpd::VERSION = "0.12";
|
||||
sub TRACE_LEVEL { 6 }
|
||||
|
||||
use Sys::Hostname;
|
||||
|
Loading…
Reference in New Issue
Block a user