cvs commit: qpsmtpd/lib Qpsmtpd.pm
[email protected] (Ask "Bj?rn" Hansen)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/06/05 03:09:31
Modified: . STATUS
lib Qpsmtpd.pm
Log:
0.28
Revision Changes Path
1.13 +8 -8 qpsmtpd/STATUS
Index: STATUS
===================================================================
RCS file: /cvs/public/qpsmtpd/STATUS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -r1.12 -r1.13
--- STATUS 4 Mar 2004 04:40:40 -0000 1.12
+++ STATUS 5 Jun 2004 10:09:30 -0000 1.13
@@ -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
1.33 +1 -1 qpsmtpd/lib/Qpsmtpd.pm
Index: Qpsmtpd.pm
===================================================================
RCS file: /cvs/public/qpsmtpd/lib/Qpsmtpd.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -w -r1.32 -r1.33
--- Qpsmtpd.pm 5 Mar 2004 12:46:23 -0000 1.32
+++ Qpsmtpd.pm 5 Jun 2004 10:09:30 -0000 1.33
@@ -5,7 +5,7 @@
use Sys::Hostname;
use Qpsmtpd::Constants;
-$VERSION = "0.28-dev";
+$VERSION = "0.28";
sub TRACE_LEVEL { $LogLevel }
sub version { $VERSION };