Skip to content

Commit

Permalink
0.28
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@235 958fd67b-6ff1-0310-b445-bb7760255be9
  • Loading branch information
abh committed Jun 5, 2004
1 parent 76e1119 commit 3db688e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions STATUS
Expand Up @@ -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.30:
Add plugin API for checking if a local email address is valid
0.29:
- Add the first time denysoft plugin
- Support email addresses with spaces in them
- Bugfixes

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
Expand Down
2 changes: 1 addition & 1 deletion lib/Qpsmtpd.pm
Expand Up @@ -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 };
Expand Down

0 comments on commit 3db688e

Please sign in to comment.