diff --git a/Changes b/Changes index 1a5bc55..0e5e58f 100644 --- a/Changes +++ b/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. diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index 42c9059..923b92e 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -1,7 +1,7 @@ package Qpsmtpd; use strict; -$Qpsmtpd::VERSION = "0.12-dev"; +$Qpsmtpd::VERSION = "0.12"; sub TRACE_LEVEL { 6 } use Sys::Hostname;