From 3db688e52c9ebaf1ef9414d51276734afb0f3f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Sat, 5 Jun 2004 10:09:30 +0000 Subject: [PATCH] 0.28 git-svn-id: https://svn.perl.org/qpsmtpd/trunk@235 958fd67b-6ff1-0310-b445-bb7760255be9 --- STATUS | 14 +++++++------- lib/Qpsmtpd.pm | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/STATUS b/STATUS index 08ec626..f181437 100644 --- a/STATUS +++ b/STATUS @@ -2,14 +2,14 @@ Near term roadmap ================= -0.28 (early April 2004): - Add logging system patch from Matt - Add the first time denysoft plugin - Support email addresses with spaces in them - Bugfixes +0.29: + - Add the first time denysoft plugin + - Support email addresses with spaces in them + - Bugfixes -0.30: - Add plugin API for checking if a local email address is valid +0.40: + - Add user configuration plugin + - Add plugin API for checking if a local email address is valid 0.50: Include the popular check_delivery[1] functionality via the 0.30 API diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index 3be0383..b111a6a 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -5,7 +5,7 @@ use vars qw($VERSION $LogLevel); use Sys::Hostname; use Qpsmtpd::Constants; -$VERSION = "0.28-dev"; +$VERSION = "0.28"; sub TRACE_LEVEL { $LogLevel } sub version { $VERSION };