Skip to content

Commit

Permalink
r6471@embla: ask | 2005-11-18 01:37:48 -0800
Browse files Browse the repository at this point in the history
 version 0.31.1


git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.3x@574 958fd67b-6ff1-0310-b445-bb7760255be9
  • Loading branch information
abh committed Nov 18, 2005
1 parent 3197905 commit 27975f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 2 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,9 @@ run the following command in the /home/smtpd/ directory.

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.
Expand Down
2 changes: 1 addition & 1 deletion lib/Qpsmtpd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use vars qw($VERSION $Logger $TraceLevel $Spool_dir $Size_threshold);
use Sys::Hostname;
use Qpsmtpd::Constants;

$VERSION = "0.31";
$VERSION = "0.31.1";

sub version { $VERSION };

Expand Down

0 comments on commit 27975f5

Please sign in to comment.