[svn:qpsmtpd] r574 - branches/0.3x branches/0.3x/lib

[email protected] 18 Nov 2005 09:43:02 -0000
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
Author: ask
Date: Fri Nov 18 01:43:01 2005
New Revision: 574

Modified:
   /   (props changed)
   branches/0.3x/Changes
   branches/0.3x/README
   branches/0.3x/lib/Qpsmtpd.pm
Log:
 r6471@embla:  ask | 2005-11-18 01:37:48 -0800
 version 0.31.1


Modified: branches/0.3x/Changes
==============================================================================
--- branches/0.3x/Changes	(original)
+++ branches/0.3x/Changes	Fri Nov 18 01:43:01 2005
@@ -1,3 +1,9 @@
+0.31.1 - 2005/11/18
+
+  Add missing files to the distribution, oops... (Thanks Budi Ang!)
+  (exim plugin, tls plugin, various sample configuration files)
+
+
 0.31 - 2005/11/16
 
   STARTTLS support (see plugins/tls)

Modified: branches/0.3x/README
==============================================================================
--- branches/0.3x/README	(original)
+++ branches/0.3x/README	Fri Nov 18 01:43:01 2005
@@ -57,13 +57,9 @@ run the following command in the /home/s
 
    svn co http://svn.perl.org/qpsmtpd/trunk .
 
-Or if you want a specific release, use for example
+Beware that the trunk might be unstable and unsuitable for anything but development, so you might want to get a specific release, for example:
 
-   svn co http://svn.perl.org/qpsmtpd/tags/0.30 .
-
-In the branch L<http://svn.perl.org/qpsmtpd/branches/high_perf/> we
-have an experimental event based version of qpsmtpd that can handle
-thousands of simultaneous connections with very little overhead.
+   svn co http://svn.perl.org/qpsmtpd/tags/0.31 .
 
 chmod o+t ~smtpd/qpsmtpd/ (or whatever directory you installed qpsmtpd
 in) to make supervise start the log process.

Modified: branches/0.3x/lib/Qpsmtpd.pm
==============================================================================
--- branches/0.3x/lib/Qpsmtpd.pm	(original)
+++ branches/0.3x/lib/Qpsmtpd.pm	Fri Nov 18 01:43:01 2005
@@ -5,7 +5,7 @@ use vars qw($VERSION $Logger $TraceLevel
 use Sys::Hostname;
 use Qpsmtpd::Constants;
 
-$VERSION = "0.31";
+$VERSION = "0.31.1";
 
 sub version { $VERSION };