git-svn-id: https://svn.perl.org/qpsmtpd/trunk@90 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2002-10-17 07:42:22 +00:00
parent 173a2d26f5
commit 849be5b1ab
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -1,7 +1,7 @@
package Qpsmtpd;
use strict;
$Qpsmtpd::VERSION = "0.12-dev";
$Qpsmtpd::VERSION = "0.12";
sub TRACE_LEVEL { 6 }
use Sys::Hostname;