Merge pull request #248 from smtpd/release-0.96

update Changes, bump version
This commit is contained in:
Matt Simerson 2016-02-16 14:52:02 -08:00
commit 43020a8041
3 changed files with 23 additions and 2 deletions

21
Changes
View File

@ -1,4 +1,25 @@
0.96 Feb 16, 2016
Fix DMARC authentication-result string (#244)
Replace all occurances of CR in X-Spam-Status (#247)
In helo, check *every* regex, not just first (#246)
badrcpt use reason, and defined-ness test (#245)
DMARC plugin: Added option to disable reporting (#242)
Add perms test to Qpsmtpd::DB::File::DBM::dir() (#234)
Skip greylisting when we can't talk to greylist DB (#233)
Change fake_{config,hook} to mock_{config,hook} (#232)
Use a fake greeting for testing run_continuation() (#231)
0.95 Feb 11, 2015
tls: adding support of Perfect Forward Secrecy (biergaizi)

View File

@ -2,7 +2,7 @@ package Qpsmtpd;
use strict;
#use warnings;
our $VERSION = '0.95';
our $VERSION = '0.96';
use vars qw($TraceLevel $Spool_dir $Size_threshold);
use lib 'lib';

View File

@ -1 +1 @@
0.95
0.96