cvs commit: qpsmtpd/lib Qpsmtpd.pm

[email protected] (Ask "Bj?rn" Hansen) 3 Mar 2005 02:30:16 -0000
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
cvsuser     05/03/02 18:30:16

  Modified:    .        Changes STATUS
               lib      Qpsmtpd.pm
  Log:
  prepare 0.29
  
  Revision  Changes    Path
  1.84      +1 -1      qpsmtpd/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /cvs/public/qpsmtpd/Changes,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- Changes	1 Mar 2005 20:11:09 -0000	1.83
  +++ Changes	3 Mar 2005 02:30:16 -0000	1.84
  @@ -1,5 +1,5 @@
   
  -0.29
  +0.29 - 2005/03/03
   
     Store entire incoming message in spool file (so that scanners can read
     the complete message) and ignore old headers before adding lines and
  
  
  
  1.18      +0 -3      qpsmtpd/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /cvs/public/qpsmtpd/STATUS,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- STATUS	15 Feb 2005 21:47:15 -0000	1.17
  +++ STATUS	3 Mar 2005 02:30:16 -0000	1.18
  @@ -54,9 +54,6 @@
   plugin too).  Preferably both supporting DNS based whitelists and
   filebased (CDB) ones.
   
  -Use clamd so we don't have to run with a higher memory limit.  Matt
  -has made a Perl module interfacing clamd; the clamav module should use
  -that if available.
   
   plugin support;
   
  
  
  
  1.49      +1 -1      qpsmtpd/lib/Qpsmtpd.pm
  
  Index: Qpsmtpd.pm
  ===================================================================
  RCS file: /cvs/public/qpsmtpd/lib/Qpsmtpd.pm,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- Qpsmtpd.pm	1 Mar 2005 14:33:26 -0000	1.48
  +++ Qpsmtpd.pm	3 Mar 2005 02:30:16 -0000	1.49
  @@ -5,7 +5,7 @@
   use Sys::Hostname;
   use Qpsmtpd::Constants;
   
  -$VERSION = "0.28";
  +$VERSION = "0.29";
   sub TRACE_LEVEL { $LogLevel }
   
   sub version { $VERSION };