0.28
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@235 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
76e1119a5e
commit
3db688e52c
14
STATUS
14
STATUS
@ -2,14 +2,14 @@
|
|||||||
Near term roadmap
|
Near term roadmap
|
||||||
=================
|
=================
|
||||||
|
|
||||||
0.28 (early April 2004):
|
0.29:
|
||||||
Add logging system patch from Matt
|
- Add the first time denysoft plugin
|
||||||
Add the first time denysoft plugin
|
- Support email addresses with spaces in them
|
||||||
Support email addresses with spaces in them
|
- Bugfixes
|
||||||
Bugfixes
|
|
||||||
|
|
||||||
0.30:
|
0.40:
|
||||||
Add plugin API for checking if a local email address is valid
|
- Add user configuration plugin
|
||||||
|
- Add plugin API for checking if a local email address is valid
|
||||||
|
|
||||||
0.50:
|
0.50:
|
||||||
Include the popular check_delivery[1] functionality via the 0.30 API
|
Include the popular check_delivery[1] functionality via the 0.30 API
|
||||||
|
@ -5,7 +5,7 @@ use vars qw($VERSION $LogLevel);
|
|||||||
use Sys::Hostname;
|
use Sys::Hostname;
|
||||||
use Qpsmtpd::Constants;
|
use Qpsmtpd::Constants;
|
||||||
|
|
||||||
$VERSION = "0.28-dev";
|
$VERSION = "0.28";
|
||||||
sub TRACE_LEVEL { $LogLevel }
|
sub TRACE_LEVEL { $LogLevel }
|
||||||
|
|
||||||
sub version { $VERSION };
|
sub version { $VERSION };
|
||||||
|
Loading…
Reference in New Issue
Block a user