From 849be5b1ab5cf4ff88c51f1aa86f3e920a10db36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Thu, 17 Oct 2002 07:42:22 +0000 Subject: [PATCH] 0.12 git-svn-id: https://svn.perl.org/qpsmtpd/trunk@90 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 6 +++++- lib/Qpsmtpd.pm | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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;